ColorHTML / CSSColor NameHex Code#RRGGBBDecimal Code(R,G,B) gainsboro #DCDCDC rgb(220,220,220) lightgray / lightgrey #D3D3D3 rgb(211,211,211) silver #C0C0C0 rgb(192,192,192) darkgray / darkgrey #A9A9A9 rgb(169,169,169) gray / grey #808080 rgb(128,128,128) dimgray / dim...
If you want the code for these gradients or others, seeCSS Gradients. Pattern Pattern made from a gradient between White and grey. If you want the code for this pattern or other similar patterns, seeCSS Patterns. Color Chart You can change the selected color using the chart below. How to...
CSS中值的单位 1.颜色值 被各种浏览器支持,并且作为 CSS 规范推荐的颜色名称只有 16 种,如下表所示。 百分比表示 color: rgb(100%, 100%, 100%); 1. 这个声明将红、蓝、绿 3 种原色都设置为最大值,结果组合显示为白色。相反,可以设置rgb(0%, 0%, 0%)为黑色。3 个百分值相等将显示灰色,同理哪个百...
#808080 HTML / CSS Code Examples Hex RGB HSL HTML #808080 foreground There's no retirement for an artist, it's your way of living so there's no end to it.Henry Moore <p style="color: #808080">…</p> #808080 background Whether you succeed or not is irrelevant, there is no such...
CSS规范中有谈到这一点的问题。在那里,Tab阿特金斯(tabatkins)链接到Alex Sexton给出的JSConf的this ...
CSS代码如下: #content-id {color: green;} .content-class {color: blue;} p{color: grey;}对应的HTML结构为: 我是什么颜色? 页面“我是什么颜色?”文字显示颜色为: A. green# B. blue# C. grey# D. redD 相关知识点: 试题来源: 解析 D ...
使用示例HTML/ CSS代码段 #808080 颜色. 本段的背景颜色是 #808080 <p style="background-color: #808080">本段的背景颜色是...</p> 本段文字颜色是 #808080 <p style="color: #808080">本段文字颜色是...</p> 本段的边框颜色是 #808080 <p style="border: 1px solid #808080">本段的边框颜...
#92989e HTML / CSS Code Examples Hex RGB HSL #92989e foreground An artist is not paid for his labor but for his vision.James McNeill Whistler <p style="color: #92989e">…</p> #92989e background The greater the artist, the greater the doubt. Perfect confidence is granted to the ...
Code Issues Pull requests Use the gray() color function in CSS nodejsjavascriptcolorpostcssconvertcssnextcolourpostcss-plugincss4graygrey UpdatedDec 25, 2021 JavaScript fluid-dev/hexo-filter-mourning Star16 哀悼日专用 Hexo 插件,开启后全站灰色 / Grey your hexo site on the day of mourning ...
CSS: .class { background-color: #8C92AC; } Border color as Cool Grey #8C92AC HTML: <div style="border: 2px solid #8C92AC"></div> CSS: .class { border: 2px solid #8C92AC; } Text shadow using Cool Grey #8C92AC HTML: ...