COLOR #B9E5BC

HEX: #B9E5BC
RGB: (185,229,188)

Color info

#B9E5BC contains red, green and blue colors in about the same proportion. Web safe color of #B9E5BC is #CCCCCC (or #CCC).

RGB color model

#B9E5BC color RGB value is (185,229,188).

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

RGB channels and saturation

R 185 of 255 = 73%
G 229 of 255 = 90%
B 188 of 255 = 74%

185
229
188

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

Portions of RGB colors in percentages

R + G + B =
185 + 229 + 188 = 602 (100%)
R 185 of 602 ~ 30.73%
G 229 of 602 ~ 38.04%
B 188 of 602 ~ 31.23%

%30.73
%38.04
%31.23

CMYK color model

#B9E5BC color CMYK value is (19,0,18,10).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 17.90%
  • key color value is 10.20%
CMYK:
(19,0,18,10)
C19M0Y18K10 
(19%,0%,18%,10%)
(0.19/0.00/0.18/0.10)	

CMYK percentages

%19.21
%0
%17.9
%10.2

Codes

Color #B9E5BC in popluar color models

B9E5BC
RGB185229188
HSL124°45.83%81.18%
HSB/HSV124°19.21%89.80%
CMYK19.21%0.00%17.90%
10.20%

Color #B9E5BC in popluar number systems.

HEXB9E5BC
Decimal185229188
Binary101110011110010110111100
Octal271345274

Shades and tints

Shades of #B9E5BC

#B9E5BC
(185,229,188)
#A9D1AB
(169,209,171)
#99BD9A
(153,189,154)
#89A989
(137,169,137)
#799578
(121,149,120)
#698167
(105,129,103)
#596D56
(89,109,86)
#495945
(73,89,69)
#394534
(57,69,52)
#293123
(41,49,35)
#191D12
(25,29,18)
#000000
(0,0,0)

Tints of #B9E5BC

#B9E5BC
(185,229,188)
#BFE7C2
(191,231,194)
#C5E9C8
(197,233,200)
#CBEBCE
(203,235,206)
#D1EDD4
(209,237,212)
#D7EFDA
(215,239,218)
#DDF1E0
(221,241,224)
#E3F3E6
(227,243,230)
#E9F5EC
(233,245,236)
#EFF7F2
(239,247,242)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E5BC; }

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

This text font color is #B9E5BC.


Background Color

.myBgColor { background-color: #B9E5BC; }

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

This div background color is #B9E5BC.


Border color

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

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

This div border color is #B9E5BC.


Opacity

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

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

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

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

This text has shadow with #B9E5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E5BC on black background.


Color preview on white background

This text has color #B9E5BC on white background.



Black color preview on #B9E5BC background

This text has black color on #B9E5BC background.


White color preview on #B9E5BC background

This text has white color on #B9E5BC background.