color details

Color Details
#9f8d9f Color Hex

#9f8d9f color RGB value is (9, 248, 217).
#9f8d9f hex color red value is 9, green value is 248, and blue value is 217.
Cylindrical-coordinate representations (HSL) of color #9f8d9f hue: 172.22, saturation: 0.94 and lightness: 0.5.

The process color (four-color CMYK) of #9f8d9f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #9f8d9f is #ff9999. Color #9f8d9f contains mainly RED.

Color Spaces
Color spaces of #9f8d9fValue
RGB159, 141, 159
HSL0.83, 0.09, 0.59
HSV300°, 11°, 62°
XYZ30.08, 28.92, 36.79
Base Numbers
Base Red Green Blue
Binary 10011111 10001101 10011111
Octal 237 215 237
Decimal 159 141 159
Hex 9F 8D 9F

RGB Percentages for Color #9f8d9f

34.64%
30.72%
34.64%

CMYK Percentages of the Color #9f8d9f

11.32%
37.65%
CSS Codes for Color #9f8d9f
.mybgColor {background-color: #9f8d9f;}
.myforeColor {color: #9f8d9f;}
.myborderColor {border:3px solid #9f8d9f;}
Text Font Color #9f8d9f

<p style="color:#9f8d9f">Text here</p>

This sample text is styled with the font color #9f8d9f. 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 #9f8d9f

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

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

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

The border color of this div is #9f8d9f
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(159, 141, 159, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #9f8d9f;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #9f8d9f;
-webkit-box-shadow: 1px 1px 3px #9f8d9f;
box-shadow: 1px 1px 3px #9f8d9f;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159, 141, 159, 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 #9f8d9f;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #9f8d9f; -webkit-box-shadow: 1px 1px 3px #9f8d9f; box-shadow: 1px 1px 3px #9f8d9f;">Div content here</div>

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

Scroll to Top