#709685 color RGB value is (7, 9, 104).
#709685 hex color red value is 7, green value is 9, and blue value is 104.
Cylindrical-coordinate representations (HSL) of color #709685
hue: 238.76,
saturation: 0.87 and lightness: 0.22.
The process color (four-color CMYK) of #709685 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #709685 is #ff9999. Color #709685 contains mainly RED.
| Color spaces of #709685 | Value |
|---|---|
| RGB | 112, 150, 133 |
| HSL | 0.43, 0.15, 0.51 |
| HSV | 153°, 25°, 59° |
| XYZ | 21.82, 26.95, 26.24 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1110000 | 10010110 | 10000101 |
| Octal | 160 | 226 | 205 |
| Decimal | 112 | 150 | 133 |
| Hex | 70 | 96 | 85 |
Shades of #709685
Tints of #709685
.mybgColor {background-color: #709685;}
.myforeColor {color: #709685;}
.myborderColor {border:3px solid #709685;}
<p style="color:#709685">Text here</p>
This sample text is styled with the font color #709685. 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:#709685">Div content here</div>
<div style="border:3px solid #709685">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(112, 150, 133, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #709685; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #709685;
-webkit-box-shadow: 1px 1px 3px #709685;
box-shadow: 1px 1px 3px #709685; }
<p style="text-shadow: 4px 4px 2px rgba(112, 150, 133, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #709685;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #709685;
-webkit-box-shadow: 1px 1px 3px #709685;
box-shadow: 1px 1px 3px #709685;">Div content here</div>
