COLOR #B9D4AC

HEX: #B9D4AC RGB: (185,212,172)

Color info

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

RGB color model

#B9D4AC color RGB value is (185,212,172).

RGB: (185,212,172) (73%, 83%, 67%)

RGB channels and saturation

R 185 of 255 = 73%
G 212 of 255 = 83%
B 172 of 255 = 67%

185
212
172

R + G + B ~ 74%. #B9D4AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 212 + 172 = 569 (100%)
R 185 of 569 ~ 32.51%
G 212 of 569 ~ 37.26%
B 172 of 569 ~ 30.23'%

%32.51
%37.26
%30.23

CMYK color model

#B9D4AC color CMYK value is (13,0,19,17).

  • cyan value is 12.74%
  • magenta value is 0.00%
  • yellow value is 18.87%
  • key color value is 16.86%

CMYK: (13,0,19,17)
C13M0Y19K17 (13%, 0%, 19%, 17%)
(0.13 / 0.00 / 0.19 / 0.17)

CMYK percentages

%12.74
%0
%18.87
%16.86

Codes

Color #B9D4AC in popluar color models

B9 D4 AC
RGB 185 212 172
HSL 101° 31.75% 75.29%
HSB/HSV 101° 18.87% 83.14%
CMYK 12.74% 0.00% 18.87%
16.86%

Color #B9D4AC in popluar number systems.

HEX B9 D4 AC
Decimal 185 212 172
Binary 10111001 11010100 10101100
Octal 271 324 254

Shades and tints

Shades of #B9D4AC

#B9D4AC
(185,212,172)
#A9C19D
(169,193,157)
#99AE8E
(153,174,142)
#899B7F
(137,155,127)
#798870
(121,136,112)
#697561
(105,117,97)
#596252
(89,98,82)
#494F43
(73,79,67)
#393C34
(57,60,52)
#292925
(41,41,37)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #B9D4AC

#B9D4AC
(185,212,172)
#BFD7B3
(191,215,179)
#C5DABA
(197,218,186)
#CBDDC1
(203,221,193)
#D1E0C8
(209,224,200)
#D7E3CF
(215,227,207)
#DDE6D6
(221,230,214)
#E3E9DD
(227,233,221)
#E9ECE4
(233,236,228)
#EFEFEB
(239,239,235)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D4AC; }

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

This text font color is #B9D4AC.

Background Color

.myBgColor { background-color: #B9D4AC; }

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

This div background color is #B9D4AC.

Border color

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

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

This div border color is #B9D4AC.

Opacity

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

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

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

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

This text has shadow with #B9D4AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D4AC.

Preview

Color preview on black background

This text has color #B9D4AC on black background.


Color preview on white background

This text has color #B9D4AC on white background.


Black color preview on #B9D4AC background

This text has black color on #B9D4AC background.


White color preview on #B9D4AC background

This text has white color on #B9D4AC background.


Related colors

Complementary color

Complementary color for #hex is #462B53.


I love getcolorcode.com

Triadic colors

1 #ACB9D4 and #D4ACB9 with #B9D4AC are triadic colors.

2 #ACD4B9 and #D4B9AC with #B9D4AC are triadic colors.