COLOR #B9D8AD

HEX: #B9D8AD
RGB: (185,216,173)

Color info

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

RGB color model

#B9D8AD color RGB value is (185,216,173).

  • red value is 185;
  • green value is 216;
  • blue value is 173.
RGB:
(185,216,173)
(73%,85%,68%)

RGB channels and saturation

R 185 of 255 = 73%
G 216 of 255 = 85%
B 173 of 255 = 68%

185
216
173

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

Portions of RGB colors in percentages

R + G + B =
185 + 216 + 173 = 574 (100%)
R 185 of 574 ~ 32.23%
G 216 of 574 ~ 37.63%
B 173 of 574 ~ 30.14%

%32.23
%37.63
%30.14

CMYK color model

#B9D8AD color CMYK value is (14,0,20,15).

  • cyan value is 14.35%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 15.29%
CMYK:
(14,0,20,15)
C14M0Y20K15 
(14%,0%,20%,15%)
(0.14/0.00/0.20/0.15)	

CMYK percentages

%14.35
%0
%19.91
%15.29

Codes

Color #B9D8AD in popluar color models

B9D8AD
RGB185216173
HSL103°35.54%76.27%
HSB/HSV103°19.91%84.71%
CMYK14.35%0.00%19.91%
15.29%

Color #B9D8AD in popluar number systems.

HEXB9D8AD
Decimal185216173
Binary101110011101100010101101
Octal271330255

Shades and tints

Shades of #B9D8AD

#B9D8AD
(185,216,173)
#A9C59E
(169,197,158)
#99B28F
(153,178,143)
#899F80
(137,159,128)
#798C71
(121,140,113)
#697962
(105,121,98)
#596653
(89,102,83)
#495344
(73,83,68)
#394035
(57,64,53)
#292D26
(41,45,38)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #B9D8AD

#B9D8AD
(185,216,173)
#BFDBB4
(191,219,180)
#C5DEBB
(197,222,187)
#CBE1C2
(203,225,194)
#D1E4C9
(209,228,201)
#D7E7D0
(215,231,208)
#DDEAD7
(221,234,215)
#E3EDDE
(227,237,222)
#E9F0E5
(233,240,229)
#EFF3EC
(239,243,236)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D8AD color. Also use rgb(185,216,173) instead hex code.

Text Font Color

.myTextColor { color: #B9D8AD; }

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

This text font color is #B9D8AD.


Background Color

.myBgColor { background-color: #B9D8AD; }

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

This div background color is #B9D8AD.


Border color

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

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

This div border color is #B9D8AD.


Opacity

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

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

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

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

This text has shadow with #B9D8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D8AD on black background.


Color preview on white background

This text has color #B9D8AD on white background.



Black color preview on #B9D8AD background

This text has black color on #B9D8AD background.


White color preview on #B9D8AD background

This text has white color on #B9D8AD background.