#b6d7ab color RGB value is (11, 109, 122).
#b6d7ab hex color red value is 11, green value is 109, and blue value is 122.
Cylindrical-coordinate representations (HSL) of color #b6d7ab
hue: 187.03,
saturation: 0.83 and lightness: 0.26.
The process color (four-color CMYK) of #b6d7ab color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b6d7ab is #ff9999. Color #b6d7ab contains mainly RED.
| Color spaces of #b6d7ab | Value |
|---|---|
| RGB | 182, 215, 171 |
| HSL | 0.29, 0.35, 0.76 |
| HSV | 105°, 20°, 84° |
| XYZ | 50.94, 61.49, 47.7 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10110110 | 11010111 | 10101011 |
| Octal | 266 | 327 | 253 |
| Decimal | 182 | 215 | 171 |
| Hex | B6 | D7 | AB |
Shades of #b6d7ab
Tints of #b6d7ab
.mybgColor {background-color: #b6d7ab;}
.myforeColor {color: #b6d7ab;}
.myborderColor {border:3px solid #b6d7ab;}
<p style="color:#b6d7ab">Text here</p>
This sample text is styled with the font color #b6d7ab. 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:#b6d7ab">Div content here</div>
<div style="border:3px solid #b6d7ab">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(182, 215, 171, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #b6d7ab; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #b6d7ab;
-webkit-box-shadow: 1px 1px 3px #b6d7ab;
box-shadow: 1px 1px 3px #b6d7ab; }
<p style="text-shadow: 4px 4px 2px rgba(182, 215, 171, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #b6d7ab;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #b6d7ab;
-webkit-box-shadow: 1px 1px 3px #b6d7ab;
box-shadow: 1px 1px 3px #b6d7ab;">Div content here</div>
