#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 of #9f8d9f | Value |
|---|---|
| RGB | 159, 141, 159 |
| HSL | 0.83, 0.09, 0.59 |
| HSV | 300°, 11°, 62° |
| XYZ | 30.08, 28.92, 36.79 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10011111 | 10001101 | 10011111 |
| Octal | 237 | 215 | 237 |
| Decimal | 159 | 141 | 159 |
| Hex | 9F | 8D | 9F |
Shades of #9f8d9f
Tints of #9f8d9f
.mybgColor {background-color: #9f8d9f;}
.myforeColor {color: #9f8d9f;}
.myborderColor {border:3px solid #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,
<div style="background-color:#9f8d9f">Div content here</div>
<div style="border:3px solid #9f8d9f">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(159, 141, 159, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #9f8d9f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
