#899f8c color RGB value is (8, 153, 248).
#899f8c hex color red value is 8, green value is 153, and blue value is 248.
Cylindrical-coordinate representations (HSL) of color #899f8c
hue: 203.75,
saturation: 0.94 and lightness: 0.5.
The process color (four-color CMYK) of #899f8c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #899f8c is #ff9999. Color #899f8c contains mainly RED.
| Color spaces of #899f8c | Value |
|---|---|
| RGB | 137, 159, 140 |
| HSL | 0.36, 0.1, 0.58 |
| HSV | 128°, 14°, 62° |
| XYZ | 27.45, 32.01, 29.54 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10001001 | 10011111 | 10001100 |
| Octal | 211 | 237 | 214 |
| Decimal | 137 | 159 | 140 |
| Hex | 89 | 9F | 8C |
Shades of #899f8c
Tints of #899f8c
.mybgColor {background-color: #899f8c;}
.myforeColor {color: #899f8c;}
.myborderColor {border:3px solid #899f8c;}
<p style="color:#899f8c">Text here</p>
This sample text is styled with the font color #899f8c. 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:#899f8c">Div content here</div>
<div style="border:3px solid #899f8c">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(137, 159, 140, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #899f8c; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #899f8c;
-webkit-box-shadow: 1px 1px 3px #899f8c;
box-shadow: 1px 1px 3px #899f8c; }
<p style="text-shadow: 4px 4px 2px rgba(137, 159, 140, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #899f8c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #899f8c;
-webkit-box-shadow: 1px 1px 3px #899f8c;
box-shadow: 1px 1px 3px #899f8c;">Div content here</div>
