COLOR #B9DCAA

HEX: #B9DCAA
RGB: (185,220,170)

Color info

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

RGB color model

#B9DCAA color RGB value is (185,220,170).

  • red value is 185;
  • green value is 220;
  • blue value is 170.
RGB:
(185,220,170)
(73%,86%,67%)

RGB channels and saturation

R 185 of 255 = 73%
G 220 of 255 = 86%
B 170 of 255 = 67%

185
220
170

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

Portions of RGB colors in percentages

R + G + B =
185 + 220 + 170 = 575 (100%)
R 185 of 575 ~ 32.17%
G 220 of 575 ~ 38.26%
B 170 of 575 ~ 29.57%

%32.17
%38.26
%29.57

CMYK color model

#B9DCAA color CMYK value is (16,0,23,14).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 13.73%
CMYK:
(16,0,23,14)
C16M0Y23K14 
(16%,0%,23%,14%)
(0.16/0.00/0.23/0.14)	

CMYK percentages

%15.91
%0
%22.73
%13.73

Codes

Color #B9DCAA in popluar color models

B9DCAA
RGB185220170
HSL102°41.67%76.47%
HSB/HSV102°22.73%86.27%
CMYK15.91%0.00%22.73%
13.73%

Color #B9DCAA in popluar number systems.

HEXB9DCAA
Decimal185220170
Binary101110011101110010101010
Octal271334252

Shades and tints

Shades of #B9DCAA

#B9DCAA
(185,220,170)
#A9C89B
(169,200,155)
#99B48C
(153,180,140)
#89A07D
(137,160,125)
#798C6E
(121,140,110)
#69785F
(105,120,95)
#596450
(89,100,80)
#495041
(73,80,65)
#393C32
(57,60,50)
#292823
(41,40,35)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #B9DCAA

#B9DCAA
(185,220,170)
#BFDFB1
(191,223,177)
#C5E2B8
(197,226,184)
#CBE5BF
(203,229,191)
#D1E8C6
(209,232,198)
#D7EBCD
(215,235,205)
#DDEED4
(221,238,212)
#E3F1DB
(227,241,219)
#E9F4E2
(233,244,226)
#EFF7E9
(239,247,233)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DCAA color. Also use rgb(185,220,170) instead hex code.

Text Font Color

.myTextColor { color: #B9DCAA; }

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

This text font color is #B9DCAA.


Background Color

.myBgColor { background-color: #B9DCAA; }

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

This div background color is #B9DCAA.


Border color

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

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

This div border color is #B9DCAA.


Opacity

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

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

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

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

This text has shadow with #B9DCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DCAA on black background.


Color preview on white background

This text has color #B9DCAA on white background.



Black color preview on #B9DCAA background

This text has black color on #B9DCAA background.


White color preview on #B9DCAA background

This text has white color on #B9DCAA background.