COLOR #B9DEA6

HEX: #B9DEA6
RGB: (185,222,166)

Color info

#B9DEA6 contains red, green and blue colors in about the same proportion. Web safe color of #B9DEA6 is #CCCC99 (or #CC9).

RGB color model

#B9DEA6 color RGB value is (185,222,166).

  • red value is 185;
  • green value is 222;
  • blue value is 166.
RGB:
(185,222,166)
(73%,87%,65%)

RGB channels and saturation

R 185 of 255 = 73%
G 222 of 255 = 87%
B 166 of 255 = 65%

185
222
166

R + G + B ~ 75%. #B9DEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 222 + 166 = 573 (100%)
R 185 of 573 ~ 32.29%
G 222 of 573 ~ 38.74%
B 166 of 573 ~ 28.97%

%32.29
%38.74
%28.97

CMYK color model

#B9DEA6 color CMYK value is (17,0,25,13).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 25.23%
  • key color value is 12.94%
CMYK:
(17,0,25,13)
C17M0Y25K13 
(17%,0%,25%,13%)
(0.17/0.00/0.25/0.13)	

CMYK percentages

%16.67
%0
%25.23
%12.94

Codes

Color #B9DEA6 in popluar color models

B9DEA6
RGB185222166
HSL100°45.90%76.08%
HSB/HSV100°25.23%87.06%
CMYK16.67%0.00%25.23%
12.94%

Color #B9DEA6 in popluar number systems.

HEXB9DEA6
Decimal185222166
Binary101110011101111010100110
Octal271336246

Shades and tints

Shades of #B9DEA6

#B9DEA6
(185,222,166)
#A9CA97
(169,202,151)
#99B688
(153,182,136)
#89A279
(137,162,121)
#798E6A
(121,142,106)
#697A5B
(105,122,91)
#59664C
(89,102,76)
#49523D
(73,82,61)
#393E2E
(57,62,46)
#292A1F
(41,42,31)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #B9DEA6

#B9DEA6
(185,222,166)
#BFE1AE
(191,225,174)
#C5E4B6
(197,228,182)
#CBE7BE
(203,231,190)
#D1EAC6
(209,234,198)
#D7EDCE
(215,237,206)
#DDF0D6
(221,240,214)
#E3F3DE
(227,243,222)
#E9F6E6
(233,246,230)
#EFF9EE
(239,249,238)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DEA6 color. Also use rgb(185,222,166) instead hex code.

Text Font Color

.myTextColor { color: #B9DEA6; }

<p style="color:#B9DEA6">This sample text font color is #B9DEA6.</p>

This text font color is #B9DEA6.


Background Color

.myBgColor { background-color: #B9DEA6; }

<div style="background-color:#B9DEA6">Inner text</div>

This div background color is #B9DEA6.


Border color

.myBorderColor { border: 1px solid #B9DEA6; }

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

This div border color is #B9DEA6.


Opacity

.myOpacity80 { color: #B9DEA6; opacity: 0.8; }

<p style="color:#B9DEA6;opacity:0.8;">80%</p>

Text with #B9DEA6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B9DEA6;}

<p style="text-shadow: 3px 3px 1px #B9DEA6">Text here.</p>

This text has shadow with #B9DEA6 color.

.textShadow {text-shadow: 3px 3px 1px #B9DEA6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B9DEA6, 5px 5px 20px red">Text here.</p>

This text has shadow with #B9DEA6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9DEA6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B9DEA6, Direction=45, Strength=4)">Text</p>

This text has shadow with #B9DEA6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B9DEA6;
  -webkit-box-shadow:	1px 1px 3px 2px #B9DEA6;
  box-shadow:		1px 1px 3px 2px #B9DEA6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9DEA6;
-webkit-box-shadow: 1px 1px 3px 2px #B9DEA6;
box-shadow:1px 1px 3px 2px #B9DEA6;">
Div content here</div>
This div box has shadow with color #B9DEA6.

Preview

Color preview on black background

This text has color #B9DEA6 on black background.


Color preview on white background

This text has color #B9DEA6 on white background.



Black color preview on #B9DEA6 background

This text has black color on #B9DEA6 background.


White color preview on #B9DEA6 background

This text has white color on #B9DEA6 background.