COLOR #B9E9BC

HEX: #B9E9BC
RGB: (185,233,188)

Color info

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

RGB color model

#B9E9BC color RGB value is (185,233,188).

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

RGB channels and saturation

R 185 of 255 = 73%
G 233 of 255 = 91%
B 188 of 255 = 74%

185
233
188

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

Portions of RGB colors in percentages

R + G + B =
185 + 233 + 188 = 606 (100%)
R 185 of 606 ~ 30.53%
G 233 of 606 ~ 38.45%
B 188 of 606 ~ 31.02%

%30.53
%38.45
%31.02

CMYK color model

#B9E9BC color CMYK value is (21,0,19,9).

  • cyan value is 20.60%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • key color value is 8.63%
CMYK:
(21,0,19,9)
C21M0Y19K9 
(21%,0%,19%,9%)
(0.21/0.00/0.19/0.09)	

CMYK percentages

%20.6
%0
%19.31
%8.63

Codes

Color #B9E9BC in popluar color models

B9E9BC
RGB185233188
HSL124°52.17%81.96%
HSB/HSV124°20.60%91.37%
CMYK20.60%0.00%19.31%
8.63%

Color #B9E9BC in popluar number systems.

HEXB9E9BC
Decimal185233188
Binary101110011110100110111100
Octal271351274

Shades and tints

Shades of #B9E9BC

#B9E9BC
(185,233,188)
#A9D4AB
(169,212,171)
#99BF9A
(153,191,154)
#89AA89
(137,170,137)
#799578
(121,149,120)
#698067
(105,128,103)
#596B56
(89,107,86)
#495645
(73,86,69)
#394134
(57,65,52)
#292C23
(41,44,35)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #B9E9BC

#B9E9BC
(185,233,188)
#BFEBC2
(191,235,194)
#C5EDC8
(197,237,200)
#CBEFCE
(203,239,206)
#D1F1D4
(209,241,212)
#D7F3DA
(215,243,218)
#DDF5E0
(221,245,224)
#E3F7E6
(227,247,230)
#E9F9EC
(233,249,236)
#EFFBF2
(239,251,242)
#F5FDF8
(245,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E9BC; }

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

This text font color is #B9E9BC.


Background Color

.myBgColor { background-color: #B9E9BC; }

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

This div background color is #B9E9BC.


Border color

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

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

This div border color is #B9E9BC.


Opacity

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

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

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

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

This text has shadow with #B9E9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E9BC on black background.


Color preview on white background

This text has color #B9E9BC on white background.



Black color preview on #B9E9BC background

This text has black color on #B9E9BC background.


White color preview on #B9E9BC background

This text has white color on #B9E9BC background.