COLOR #B9E1AB

HEX: #B9E1AB
RGB: (185,225,171)

Color info

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

RGB color model

#B9E1AB color RGB value is (185,225,171).

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

RGB channels and saturation

R 185 of 255 = 73%
G 225 of 255 = 88%
B 171 of 255 = 67%

185
225
171

R + G + B ~ 76%. #B9E1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 225 + 171 = 581 (100%)
R 185 of 581 ~ 31.84%
G 225 of 581 ~ 38.73%
B 171 of 581 ~ 29.43%

%31.84
%38.73
%29.43

CMYK color model

#B9E1AB color CMYK value is (18,0,24,12).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 11.76%
CMYK:
(18,0,24,12)
C18M0Y24K12 
(18%,0%,24%,12%)
(0.18/0.00/0.24/0.12)	

CMYK percentages

%17.78
%0
%24
%11.76

Codes

Color #B9E1AB in popluar color models

B9E1AB
RGB185225171
HSL104°47.37%77.65%
HSB/HSV104°24.00%88.24%
CMYK17.78%0.00%24.00%
11.76%

Color #B9E1AB in popluar number systems.

HEXB9E1AB
Decimal185225171
Binary101110011110000110101011
Octal271341253

Shades and tints

Shades of #B9E1AB

#B9E1AB
(185,225,171)
#A9CD9C
(169,205,156)
#99B98D
(153,185,141)
#89A57E
(137,165,126)
#79916F
(121,145,111)
#697D60
(105,125,96)
#596951
(89,105,81)
#495542
(73,85,66)
#394133
(57,65,51)
#292D24
(41,45,36)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #B9E1AB

#B9E1AB
(185,225,171)
#BFE3B2
(191,227,178)
#C5E5B9
(197,229,185)
#CBE7C0
(203,231,192)
#D1E9C7
(209,233,199)
#D7EBCE
(215,235,206)
#DDEDD5
(221,237,213)
#E3EFDC
(227,239,220)
#E9F1E3
(233,241,227)
#EFF3EA
(239,243,234)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E1AB; }

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

This text font color is #B9E1AB.


Background Color

.myBgColor { background-color: #B9E1AB; }

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

This div background color is #B9E1AB.


Border color

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

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

This div border color is #B9E1AB.


Opacity

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

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

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

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

This text has shadow with #B9E1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E1AB on black background.


Color preview on white background

This text has color #B9E1AB on white background.



Black color preview on #B9E1AB background

This text has black color on #B9E1AB background.


White color preview on #B9E1AB background

This text has white color on #B9E1AB background.