color details

Color Details
#97958c Color Hex

#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
Color spaces of #97958cValue
RGB151, 149, 140
HSL0.14, 0.05, 0.57
HSV49°, 7°, 59°
XYZ28.24, 29.97, 29.1
Base Numbers
Base Red Green Blue
Binary 10010111 10010101 10001100
Octal 227 225 214
Decimal 151 149 140
Hex 97 95 8C

RGB Percentages for Color #97958c

34.32%
33.86%
31.82%

CMYK Percentages of the Color #97958c

1.32%
7.28%
40.78%
CSS Codes for Color #97958c
.mybgColor {background-color: #97958c;}
.myforeColor {color: #97958c;}
.myborderColor {border:3px solid #97958c;}
Text Font Color #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,

Background Color #97958c

<div style="background-color:#97958c">Div content here</div>

The background color of this div is #97958c
Border Color #97958c

<div style="border:3px solid #97958c">Div here</div>

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

<p style="text-shadow: 4px 4px 2px rgba(151, 149, 140, 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 #97958c;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #97958c

Scroll to Top