color details

Color Details
#9c9c9e Color Hex

#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
Color spaces of #9c9c9eValue
RGB156, 156, 158
HSL0.67, 0.01, 0.62
HSV240°, 1°, 62°
XYZ31.77, 33.31, 37.1
Base Numbers
Base Red Green Blue
Binary 10011100 10011100 10011110
Octal 234 234 236
Decimal 156 156 158
Hex 9C 9C 9E

RGB Percentages for Color #9c9c9e

33.19%
33.19%
33.62%

CMYK Percentages of the Color #9c9c9e

1.27%
1.27%
38.04%
CSS Codes for Color #9c9c9e
.mybgColor {background-color: #9c9c9e;}
.myforeColor {color: #9c9c9e;}
.myborderColor {border:3px solid #9c9c9e;}
Text Font Color #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,

Background Color #9c9c9e

<div style="background-color:#9c9c9e">Div content here</div>

The background color of this div is #9c9c9e
Border Color #9c9c9e

<div style="border:3px solid #9c9c9e">Div here</div>

The border color of this div is #9c9c9e
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156, 156, 158, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #9c9c9e;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #9c9c9e

Scroll to Top