#82b99a color RGB value is (8, 43, 153).
#82b99a hex color red value is 8, green value is 43, and blue value is 153.
Cylindrical-coordinate representations (HSL) of color #82b99a
hue: 225.52,
saturation: 0.9 and lightness: 0.32.
The process color (four-color CMYK) of #82b99a color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #82b99a is #ff9999. Color #82b99a contains mainly RED.
| Color spaces of #82b99a | Value |
|---|---|
| RGB | 130, 185, 154 |
| HSL | 0.41, 0.28, 0.62 |
| HSV | 146°, 30°, 73° |
| XYZ | 32.39, 41.78, 36.92 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10000010 | 10111001 | 10011010 |
| Octal | 202 | 271 | 232 |
| Decimal | 130 | 185 | 154 |
| Hex | 82 | B9 | 9A |
Shades of #82b99a
Tints of #82b99a
.mybgColor {background-color: #82b99a;}
.myforeColor {color: #82b99a;}
.myborderColor {border:3px solid #82b99a;}
<p style="color:#82b99a">Text here</p>
This sample text is styled with the font color #82b99a. 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:#82b99a">Div content here</div>
<div style="border:3px solid #82b99a">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(130, 185, 154, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #82b99a; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #82b99a;
-webkit-box-shadow: 1px 1px 3px #82b99a;
box-shadow: 1px 1px 3px #82b99a; }
<p style="text-shadow: 4px 4px 2px rgba(130, 185, 154, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #82b99a;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #82b99a;
-webkit-box-shadow: 1px 1px 3px #82b99a;
box-shadow: 1px 1px 3px #82b99a;">Div content here</div>
