COLOR #B9DAA9

HEX: #B9DAA9 RGB: (185,218,169)

Color info

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

RGB color model

#B9DAA9 color RGB value is (185,218,169).

RGB: (185,218,169) (73%, 85%, 66%)

RGB channels and saturation

R 185 of 255 = 73%
G 218 of 255 = 85%
B 169 of 255 = 66%

185
218
169

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

Portions of RGB colors in percentages

R + G + B = 185 + 218 + 169 = 572 (100%)
R 185 of 572 ~ 32.34%
G 218 of 572 ~ 38.11%
B 169 of 572 ~ 29.55'%

%32.34
%38.11
%29.55

CMYK color model

#B9DAA9 color CMYK value is (15,0,22,15).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 22.48%
  • key color value is 14.51%

CMYK: (15,0,22,15)
C15M0Y22K15 (15%, 0%, 22%, 15%)
(0.15 / 0.00 / 0.22 / 0.15)

CMYK percentages

%15.14
%0
%22.48
%14.51

Codes

Color #B9DAA9 in popluar color models

B9 DA A9
RGB 185 218 169
HSL 100° 39.84% 75.88%
HSB/HSV 100° 22.48% 85.49%
CMYK 15.14% 0.00% 22.48%
14.51%

Color #B9DAA9 in popluar number systems.

HEX B9 DA A9
Decimal 185 218 169
Binary 10111001 11011010 10101001
Octal 271 332 251

Shades and tints

Shades of #B9DAA9

#B9DAA9
(185,218,169)
#A9C79A
(169,199,154)
#99B48B
(153,180,139)
#89A17C
(137,161,124)
#798E6D
(121,142,109)
#697B5E
(105,123,94)
#59684F
(89,104,79)
#495540
(73,85,64)
#394231
(57,66,49)
#292F22
(41,47,34)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #B9DAA9

#B9DAA9
(185,218,169)
#BFDDB0
(191,221,176)
#C5E0B7
(197,224,183)
#CBE3BE
(203,227,190)
#D1E6C5
(209,230,197)
#D7E9CC
(215,233,204)
#DDECD3
(221,236,211)
#E3EFDA
(227,239,218)
#E9F2E1
(233,242,225)
#EFF5E8
(239,245,232)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DAA9 color. Also use rgb(185,218,169) instead hex code.

Text Font Color

.myTextColor { color: #B9DAA9; }

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

This text font color is #B9DAA9.

Background Color

.myBgColor { background-color: #B9DAA9; }

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

This div background color is #B9DAA9.

Border color

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

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

This div border color is #B9DAA9.

Opacity

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

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

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

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

This text has shadow with #B9DAA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DAA9.

Preview

Color preview on black background

This text has color #B9DAA9 on black background.


Color preview on white background

This text has color #B9DAA9 on white background.


Black color preview on #B9DAA9 background

This text has black color on #B9DAA9 background.


White color preview on #B9DAA9 background

This text has white color on #B9DAA9 background.


Related colors

Complementary color

Complementary color for #hex is #462556.


I love getcolorcode.com

Triadic colors

1 #A9B9DA and #DAA9B9 with #B9DAA9 are triadic colors.

2 #A9DAB9 and #DAB9A9 with #B9DAA9 are triadic colors.