#9c9c9e color RGB value is (9, 201, 201).
#9c9c9e hex color red value is 9, green value is 201, and blue value is 201.
Cylindrical-coordinate representations (HSL) of color #9c9c9e
hue: 180,
saturation: 0.91 and lightness: 0.41.
The process color (four-color CMYK) of #9c9c9e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #9c9c9e is #ff9999. Color #9c9c9e contains mainly RED.
Color spaces of #9c9c9e | Value |
---|---|
RGB | 156, 156, 158 |
HSL | 0.67, 0.01, 0.62 |
HSV | 240°, 1°, 62° |
XYZ | 31.77, 33.31, 37.1 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 10011100 | 10011110 |
Octal | 234 | 234 | 236 |
Decimal | 156 | 156 | 158 |
Hex | 9C | 9C | 9E |
Shades of #9c9c9e
Tints of #9c9c9e
.mybgColor {background-color: #9c9c9e;} .myforeColor {color: #9c9c9e;} .myborderColor {border:3px solid #9c9c9e;}
<p style="color:#9c9c9e">Text here</p>
This sample text is styled with the font color #9c9c9e. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#9c9c9e">Div content here</div>
<div style="border:3px solid #9c9c9e">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156, 156, 158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9c9c9e; } .divShadow { -moz-box-shadow: 1px 1px 3px #9c9c9e; -webkit-box-shadow: 1px 1px 3px #9c9c9e; box-shadow: 1px 1px 3px #9c9c9e; }
<p style="text-shadow: 4px 4px 2px rgba(156, 156, 158, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #9c9c9e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #9c9c9e;
-webkit-box-shadow: 1px 1px 3px #9c9c9e;
box-shadow: 1px 1px 3px #9c9c9e;">Div content here</div>