COLOR #B9E0BA

HEX: #B9E0BA
RGB: (185,224,186)

Color info

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

RGB color model

#B9E0BA color RGB value is (185,224,186).

  • red value is 185;
  • green value is 224;
  • blue value is 186.
RGB:
(185,224,186)
(73%,88%,73%)

RGB channels and saturation

R 185 of 255 = 73%
G 224 of 255 = 88%
B 186 of 255 = 73%

185
224
186

R + G + B ~ 78%. #B9E0BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 224 + 186 = 595 (100%)
R 185 of 595 ~ 31.09%
G 224 of 595 ~ 37.65%
B 186 of 595 ~ 31.26%

%31.09
%37.65
%31.26

CMYK color model

#B9E0BA color CMYK value is (17,0,17,12).

  • cyan value is 17.41%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 12.16%
CMYK:
(17,0,17,12)
C17M0Y17K12 
(17%,0%,17%,12%)
(0.17/0.00/0.17/0.12)	

CMYK percentages

%17.41
%0
%16.96
%12.16

Codes

Color #B9E0BA in popluar color models

B9E0BA
RGB185224186
HSL122°38.61%80.20%
HSB/HSV122°17.41%87.84%
CMYK17.41%0.00%16.96%
12.16%

Color #B9E0BA in popluar number systems.

HEXB9E0BA
Decimal185224186
Binary101110011110000010111010
Octal271340272

Shades and tints

Shades of #B9E0BA

#B9E0BA
(185,224,186)
#A9CCAA
(169,204,170)
#99B89A
(153,184,154)
#89A48A
(137,164,138)
#79907A
(121,144,122)
#697C6A
(105,124,106)
#59685A
(89,104,90)
#49544A
(73,84,74)
#39403A
(57,64,58)
#292C2A
(41,44,42)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #B9E0BA

#B9E0BA
(185,224,186)
#BFE2C0
(191,226,192)
#C5E4C6
(197,228,198)
#CBE6CC
(203,230,204)
#D1E8D2
(209,232,210)
#D7EAD8
(215,234,216)
#DDECDE
(221,236,222)
#E3EEE4
(227,238,228)
#E9F0EA
(233,240,234)
#EFF2F0
(239,242,240)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E0BA color. Also use rgb(185,224,186) instead hex code.

Text Font Color

.myTextColor { color: #B9E0BA; }

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

This text font color is #B9E0BA.


Background Color

.myBgColor { background-color: #B9E0BA; }

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

This div background color is #B9E0BA.


Border color

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

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

This div border color is #B9E0BA.


Opacity

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

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

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

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

This text has shadow with #B9E0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E0BA on black background.


Color preview on white background

This text has color #B9E0BA on white background.



Black color preview on #B9E0BA background

This text has black color on #B9E0BA background.


White color preview on #B9E0BA background

This text has white color on #B9E0BA background.