COLOR #B9D9AC

HEX: #B9D9AC RGB: (185,217,172)

Color info

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

RGB color model

#B9D9AC color RGB value is (185,217,172).

RGB: (185,217,172) (73%, 85%, 67%)

RGB channels and saturation

R 185 of 255 = 73%
G 217 of 255 = 85%
B 172 of 255 = 67%

185
217
172

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

Portions of RGB colors in percentages

R + G + B = 185 + 217 + 172 = 574 (100%)
R 185 of 574 ~ 32.23%
G 217 of 574 ~ 37.8%
B 172 of 574 ~ 29.97'%

%32.23
%37.8
%29.97

CMYK color model

#B9D9AC color CMYK value is (15,0,21,15).

  • cyan value is 14.75%
  • magenta value is 0.00%
  • yellow value is 20.74%
  • key color value is 14.90%

CMYK: (15,0,21,15)
C15M0Y21K15 (15%, 0%, 21%, 15%)
(0.15 / 0.00 / 0.21 / 0.15)

CMYK percentages

%14.75
%0
%20.74
%14.9

Codes

Color #B9D9AC in popluar color models

B9 D9 AC
RGB 185 217 172
HSL 103° 37.19% 76.27%
HSB/HSV 103° 20.74% 85.10%
CMYK 14.75% 0.00% 20.74%
14.90%

Color #B9D9AC in popluar number systems.

HEX B9 D9 AC
Decimal 185 217 172
Binary 10111001 11011001 10101100
Octal 271 331 254

Shades and tints

Shades of #B9D9AC

#B9D9AC
(185,217,172)
#A9C69D
(169,198,157)
#99B38E
(153,179,142)
#89A07F
(137,160,127)
#798D70
(121,141,112)
#697A61
(105,122,97)
#596752
(89,103,82)
#495443
(73,84,67)
#394134
(57,65,52)
#292E25
(41,46,37)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #B9D9AC

#B9D9AC
(185,217,172)
#BFDCB3
(191,220,179)
#C5DFBA
(197,223,186)
#CBE2C1
(203,226,193)
#D1E5C8
(209,229,200)
#D7E8CF
(215,232,207)
#DDEBD6
(221,235,214)
#E3EEDD
(227,238,221)
#E9F1E4
(233,241,228)
#EFF4EB
(239,244,235)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D9AC color. Also use rgb(185,217,172) instead hex code.

Text Font Color

.myTextColor { color: #B9D9AC; }

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

This text font color is #B9D9AC.

Background Color

.myBgColor { background-color: #B9D9AC; }

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

This div background color is #B9D9AC.

Border color

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

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

This div border color is #B9D9AC.

Opacity

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

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

Text with #B9D9AC 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 #B9D9AC;}

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

This text has shadow with #B9D9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D9AC.

Preview

Color preview on black background

This text has color #B9D9AC on black background.


Color preview on white background

This text has color #B9D9AC on white background.


Black color preview on #B9D9AC background

This text has black color on #B9D9AC background.


White color preview on #B9D9AC background

This text has white color on #B9D9AC background.


Related colors

Complementary color

Complementary color for #hex is #462653.


I love getcolorcode.com

Triadic colors

1 #ACB9D9 and #D9ACB9 with #B9D9AC are triadic colors.

2 #ACD9B9 and #D9B9AC with #B9D9AC are triadic colors.