color details

Color Details
#b6d7ab Color Hex

#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
Color spaces of #b6d7abValue
RGB182, 215, 171
HSL0.29, 0.35, 0.76
HSV105°, 20°, 84°
XYZ50.94, 61.49, 47.7
Base Numbers
Base Red Green Blue
Binary 10110110 11010111 10101011
Octal 266 327 253
Decimal 182 215 171
Hex B6 D7 AB

RGB Percentages for Color #b6d7ab

32.04%
37.85%
30.11%

CMYK Percentages of the Color #b6d7ab

15.35%
20.47%
15.69%
CSS Codes for Color #b6d7ab
.mybgColor {background-color: #b6d7ab;}
.myforeColor {color: #b6d7ab;}
.myborderColor {border:3px solid #b6d7ab;}
Text Font Color #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,

Background Color #b6d7ab

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

The background color of this div is #b6d7ab
Border Color #b6d7ab

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

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

<p style="text-shadow: 4px 4px 2px rgba(182, 215, 171, 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 #b6d7ab;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #b6d7ab

Scroll to Top