#97958c color RGB value is (9, 121, 88).
#97958c hex color red value is 9, green value is 121, and blue value is 88.
Cylindrical-coordinate representations (HSL) of color #97958c
hue: 162.32,
saturation: 0.86 and lightness: 0.25.
The process color (four-color CMYK) of #97958c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #97958c is #ff9999. Color #97958c contains mainly RED.
| Color spaces of #97958c | Value |
|---|---|
| RGB | 151, 149, 140 |
| HSL | 0.14, 0.05, 0.57 |
| HSV | 49°, 7°, 59° |
| XYZ | 28.24, 29.97, 29.1 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10010111 | 10010101 | 10001100 |
| Octal | 227 | 225 | 214 |
| Decimal | 151 | 149 | 140 |
| Hex | 97 | 95 | 8C |
Shades of #97958c
Tints of #97958c
.mybgColor {background-color: #97958c;}
.myforeColor {color: #97958c;}
.myborderColor {border:3px solid #97958c;}
<p style="color:#97958c">Text here</p>
This sample text is styled with the font color #97958c. 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:#97958c">Div content here</div>
<div style="border:3px solid #97958c">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(151, 149, 140, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #97958c; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #97958c;
-webkit-box-shadow: 1px 1px 3px #97958c;
box-shadow: 1px 1px 3px #97958c; }
<p style="text-shadow: 4px 4px 2px rgba(151, 149, 140, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #97958c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #97958c;
-webkit-box-shadow: 1px 1px 3px #97958c;
box-shadow: 1px 1px 3px #97958c;">Div content here</div>
