COLOR #B9E8AD

HEX: #B9E8AD
RGB: (185,232,173)

Color info

#B9E8AD contains red, green and blue colors in about the same proportion. Web safe color of #B9E8AD is #CCFF99 (or #CF9).

RGB color model

#B9E8AD color RGB value is (185,232,173).

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

RGB channels and saturation

R 185 of 255 = 73%
G 232 of 255 = 91%
B 173 of 255 = 68%

185
232
173

R + G + B ~ 77%. #B9E8AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 232 + 173 = 590 (100%)
R 185 of 590 ~ 31.36%
G 232 of 590 ~ 39.32%
B 173 of 590 ~ 29.32%

%31.36
%39.32
%29.32

CMYK color model

#B9E8AD color CMYK value is (20,0,25,9).

  • cyan value is 20.26%
  • magenta value is 0.00%
  • yellow value is 25.43%
  • key color value is 9.02%
CMYK:
(20,0,25,9)
C20M0Y25K9 
(20%,0%,25%,9%)
(0.20/0.00/0.25/0.09)	

CMYK percentages

%20.26
%0
%25.43
%9.02

Codes

Color #B9E8AD in popluar color models

B9E8AD
RGB185232173
HSL108°56.19%79.41%
HSB/HSV108°25.43%90.98%
CMYK20.26%0.00%25.43%
9.02%

Color #B9E8AD in popluar number systems.

HEXB9E8AD
Decimal185232173
Binary101110011110100010101101
Octal271350255

Shades and tints

Shades of #B9E8AD

#B9E8AD
(185,232,173)
#A9D39E
(169,211,158)
#99BE8F
(153,190,143)
#89A980
(137,169,128)
#799471
(121,148,113)
#697F62
(105,127,98)
#596A53
(89,106,83)
#495544
(73,85,68)
#394035
(57,64,53)
#292B26
(41,43,38)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #B9E8AD

#B9E8AD
(185,232,173)
#BFEAB4
(191,234,180)
#C5ECBB
(197,236,187)
#CBEEC2
(203,238,194)
#D1F0C9
(209,240,201)
#D7F2D0
(215,242,208)
#DDF4D7
(221,244,215)
#E3F6DE
(227,246,222)
#E9F8E5
(233,248,229)
#EFFAEC
(239,250,236)
#F5FCF3
(245,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E8AD; }

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

This text font color is #B9E8AD.


Background Color

.myBgColor { background-color: #B9E8AD; }

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

This div background color is #B9E8AD.


Border color

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

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

This div border color is #B9E8AD.


Opacity

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

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

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

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

This text has shadow with #B9E8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E8AD on black background.


Color preview on white background

This text has color #B9E8AD on white background.



Black color preview on #B9E8AD background

This text has black color on #B9E8AD background.


White color preview on #B9E8AD background

This text has white color on #B9E8AD background.