COLOR #B9E9AB

HEX: #B9E9AB
RGB: (185,233,171)

Color info

#B9E9AB contains mainly red and green colors. Web safe color of #B9E9AB is #CCFF99 (or #CF9).

RGB color model

#B9E9AB color RGB value is (185,233,171).

  • red value is 185;
  • green value is 233;
  • blue value is 171.
RGB:
(185,233,171)
(73%,91%,67%)

RGB channels and saturation

R 185 of 255 = 73%
G 233 of 255 = 91%
B 171 of 255 = 67%

185
233
171

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

Portions of RGB colors in percentages

R + G + B =
185 + 233 + 171 = 589 (100%)
R 185 of 589 ~ 31.41%
G 233 of 589 ~ 39.56%
B 171 of 589 ~ 29.03%

%31.41
%39.56
%29.03

CMYK color model

#B9E9AB color CMYK value is (21,0,27,9).

  • cyan value is 20.60%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 8.63%
CMYK:
(21,0,27,9)
C21M0Y27K9 
(21%,0%,27%,9%)
(0.21/0.00/0.27/0.09)	

CMYK percentages

%20.6
%0
%26.61
%8.63

Codes

Color #B9E9AB in popluar color models

B9E9AB
RGB185233171
HSL106°58.49%79.22%
HSB/HSV106°26.61%91.37%
CMYK20.60%0.00%26.61%
8.63%

Color #B9E9AB in popluar number systems.

HEXB9E9AB
Decimal185233171
Binary101110011110100110101011
Octal271351253

Shades and tints

Shades of #B9E9AB

#B9E9AB
(185,233,171)
#A9D49C
(169,212,156)
#99BF8D
(153,191,141)
#89AA7E
(137,170,126)
#79956F
(121,149,111)
#698060
(105,128,96)
#596B51
(89,107,81)
#495642
(73,86,66)
#394133
(57,65,51)
#292C24
(41,44,36)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #B9E9AB

#B9E9AB
(185,233,171)
#BFEBB2
(191,235,178)
#C5EDB9
(197,237,185)
#CBEFC0
(203,239,192)
#D1F1C7
(209,241,199)
#D7F3CE
(215,243,206)
#DDF5D5
(221,245,213)
#E3F7DC
(227,247,220)
#E9F9E3
(233,249,227)
#EFFBEA
(239,251,234)
#F5FDF1
(245,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E9AB color. Also use rgb(185,233,171) instead hex code.

Text Font Color

.myTextColor { color: #B9E9AB; }

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

This text font color is #B9E9AB.


Background Color

.myBgColor { background-color: #B9E9AB; }

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

This div background color is #B9E9AB.


Border color

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

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

This div border color is #B9E9AB.


Opacity

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

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

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

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

This text has shadow with #B9E9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E9AB on black background.


Color preview on white background

This text has color #B9E9AB on white background.



Black color preview on #B9E9AB background

This text has black color on #B9E9AB background.


White color preview on #B9E9AB background

This text has white color on #B9E9AB background.