COLOR #B9E7AD

HEX: #B9E7AD
RGB: (185,231,173)

Color info

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

RGB color model

#B9E7AD color RGB value is (185,231,173).

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

RGB channels and saturation

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

185
231
173

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

Portions of RGB colors in percentages

R + G + B =
185 + 231 + 173 = 589 (100%)
R 185 of 589 ~ 31.41%
G 231 of 589 ~ 39.22%
B 173 of 589 ~ 29.37%

%31.41
%39.22
%29.37

CMYK color model

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

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

CMYK percentages

%19.91
%0
%25.11
%9.41

Codes

Color #B9E7AD in popluar color models

B9E7AD
RGB185231173
HSL108°54.72%79.22%
HSB/HSV108°25.11%90.59%
CMYK19.91%0.00%25.11%
9.41%

Color #B9E7AD in popluar number systems.

HEXB9E7AD
Decimal185231173
Binary101110011110011110101101
Octal271347255

Shades and tints

Shades of #B9E7AD

#B9E7AD
(185,231,173)
#A9D29E
(169,210,158)
#99BD8F
(153,189,143)
#89A880
(137,168,128)
#799371
(121,147,113)
#697E62
(105,126,98)
#596953
(89,105,83)
#495444
(73,84,68)
#393F35
(57,63,53)
#292A26
(41,42,38)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #B9E7AD

#B9E7AD
(185,231,173)
#BFE9B4
(191,233,180)
#C5EBBB
(197,235,187)
#CBEDC2
(203,237,194)
#D1EFC9
(209,239,201)
#D7F1D0
(215,241,208)
#DDF3D7
(221,243,215)
#E3F5DE
(227,245,222)
#E9F7E5
(233,247,229)
#EFF9EC
(239,249,236)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E7AD; }

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

This text font color is #B9E7AD.


Background Color

.myBgColor { background-color: #B9E7AD; }

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

This div background color is #B9E7AD.


Border color

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

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

This div border color is #B9E7AD.


Opacity

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

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

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

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

This text has shadow with #B9E7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E7AD on black background.


Color preview on white background

This text has color #B9E7AD on white background.



Black color preview on #B9E7AD background

This text has black color on #B9E7AD background.


White color preview on #B9E7AD background

This text has white color on #B9E7AD background.