COLOR #B9E9BB

HEX: #B9E9BB
RGB: (185,233,187)

Color info

#B9E9BB contains red, green and blue colors in about the same proportion. Web safe color of #B9E9BB is #CCFFCC (or #CFC).

RGB color model

#B9E9BB color RGB value is (185,233,187).

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

RGB channels and saturation

R 185 of 255 = 73%
G 233 of 255 = 91%
B 187 of 255 = 73%

185
233
187

R + G + B ~ 79%. #B9E9BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 233 + 187 = 605 (100%)
R 185 of 605 ~ 30.58%
G 233 of 605 ~ 38.51%
B 187 of 605 ~ 30.91%

%30.58
%38.51
%30.91

CMYK color model

#B9E9BB color CMYK value is (21,0,20,9).

  • cyan value is 20.60%
  • magenta value is 0.00%
  • yellow value is 19.74%
  • key color value is 8.63%
CMYK: (21,0,20,9) C21M0Y20K9 (21%,0%,20%,9%) (0.21/0.00/0.20/0.09)

CMYK percentages

%20.6
%0
%19.74
%8.63

Codes

Color #B9E9BB in popluar color models

B9E9BB
RGB185233187
HSL123°52.17%81.96%
HSB/HSV123°20.60%91.37%
CMYK20.60%0.00%19.74%
8.63%

Color #B9E9BB in popluar number systems.

HEXB9E9BB
Decimal185233187
Binary101110011110100110111011
Octal271351273

Shades and tints

Shades of #B9E9BB

#B9E9BB
(185,233,187)
#A9D4AA
(169,212,170)
#99BF99
(153,191,153)
#89AA88
(137,170,136)
#799577
(121,149,119)
#698066
(105,128,102)
#596B55
(89,107,85)
#495644
(73,86,68)
#394133
(57,65,51)
#292C22
(41,44,34)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #B9E9BB

#B9E9BB
(185,233,187)
#BFEBC1
(191,235,193)
#C5EDC7
(197,237,199)
#CBEFCD
(203,239,205)
#D1F1D3
(209,241,211)
#D7F3D9
(215,243,217)
#DDF5DF
(221,245,223)
#E3F7E5
(227,247,229)
#E9F9EB
(233,249,235)
#EFFBF1
(239,251,241)
#F5FDF7
(245,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E9BB; }

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

This text font color is #B9E9BB.


Background Color

.myBgColor { background-color: #B9E9BB; }

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

This div background color is #B9E9BB.


Border color

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

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

This div border color is #B9E9BB.


Opacity

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

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

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

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

This text has shadow with #B9E9BB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B9E9BB on black background.


Color preview on white background

This text has color #B9E9BB on white background.



Black color preview on #B9E9BB background

This text has black color on #B9E9BB background.


White color preview on #B9E9BB background

This text has white color on #B9E9BB background.