COLOR #B9D5AD

HEX: #B9D5AD
RGB: (185,213,173)

Color info

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

RGB color model

#B9D5AD color RGB value is (185,213,173).

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

RGB channels and saturation

R 185 of 255 = 73%
G 213 of 255 = 84%
B 173 of 255 = 68%

185
213
173

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

Portions of RGB colors in percentages

R + G + B =
185 + 213 + 173 = 571 (100%)
R 185 of 571 ~ 32.4%
G 213 of 571 ~ 37.3%
B 173 of 571 ~ 30.3%

%32.4
%37.3
%30.3

CMYK color model

#B9D5AD color CMYK value is (13,0,19,16).

  • cyan value is 13.15%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 16.47%
CMYK:
(13,0,19,16)
C13M0Y19K16 
(13%,0%,19%,16%)
(0.13/0.00/0.19/0.16)	

CMYK percentages

%13.15
%0
%18.78
%16.47

Codes

Color #B9D5AD in popluar color models

B9D5AD
RGB185213173
HSL102°32.26%75.69%
HSB/HSV102°18.78%83.53%
CMYK13.15%0.00%18.78%
16.47%

Color #B9D5AD in popluar number systems.

HEXB9D5AD
Decimal185213173
Binary101110011101010110101101
Octal271325255

Shades and tints

Shades of #B9D5AD

#B9D5AD
(185,213,173)
#A9C29E
(169,194,158)
#99AF8F
(153,175,143)
#899C80
(137,156,128)
#798971
(121,137,113)
#697662
(105,118,98)
#596353
(89,99,83)
#495044
(73,80,68)
#393D35
(57,61,53)
#292A26
(41,42,38)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #B9D5AD

#B9D5AD
(185,213,173)
#BFD8B4
(191,216,180)
#C5DBBB
(197,219,187)
#CBDEC2
(203,222,194)
#D1E1C9
(209,225,201)
#D7E4D0
(215,228,208)
#DDE7D7
(221,231,215)
#E3EADE
(227,234,222)
#E9EDE5
(233,237,229)
#EFF0EC
(239,240,236)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D5AD; }

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

This text font color is #B9D5AD.


Background Color

.myBgColor { background-color: #B9D5AD; }

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

This div background color is #B9D5AD.


Border color

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

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

This div border color is #B9D5AD.


Opacity

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

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

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

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

This text has shadow with #B9D5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D5AD on black background.


Color preview on white background

This text has color #B9D5AD on white background.



Black color preview on #B9D5AD background

This text has black color on #B9D5AD background.


White color preview on #B9D5AD background

This text has white color on #B9D5AD background.