COLOR #B9E7BA

HEX: #B9E7BA
RGB: (185,231,186)

Color info

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

RGB color model

#B9E7BA color RGB value is (185,231,186).

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

RGB channels and saturation

R 185 of 255 = 73%
G 231 of 255 = 91%
B 186 of 255 = 73%

185
231
186

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

Portions of RGB colors in percentages

R + G + B =
185 + 231 + 186 = 602 (100%)
R 185 of 602 ~ 30.73%
G 231 of 602 ~ 38.37%
B 186 of 602 ~ 30.9%

%30.73
%38.37
%30.9

CMYK color model

#B9E7BA color CMYK value is (20,0,19,9).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 19.48%
  • key color value is 9.41%
CMYK:
(20,0,19,9)
C20M0Y19K9 
(20%,0%,19%,9%)
(0.20/0.00/0.19/0.09)	

CMYK percentages

%19.91
%0
%19.48
%9.41

Codes

Color #B9E7BA in popluar color models

B9E7BA
RGB185231186
HSL121°48.94%81.57%
HSB/HSV121°19.91%90.59%
CMYK19.91%0.00%19.48%
9.41%

Color #B9E7BA in popluar number systems.

HEXB9E7BA
Decimal185231186
Binary101110011110011110111010
Octal271347272

Shades and tints

Shades of #B9E7BA

#B9E7BA
(185,231,186)
#A9D2AA
(169,210,170)
#99BD9A
(153,189,154)
#89A88A
(137,168,138)
#79937A
(121,147,122)
#697E6A
(105,126,106)
#59695A
(89,105,90)
#49544A
(73,84,74)
#393F3A
(57,63,58)
#292A2A
(41,42,42)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #B9E7BA

#B9E7BA
(185,231,186)
#BFE9C0
(191,233,192)
#C5EBC6
(197,235,198)
#CBEDCC
(203,237,204)
#D1EFD2
(209,239,210)
#D7F1D8
(215,241,216)
#DDF3DE
(221,243,222)
#E3F5E4
(227,245,228)
#E9F7EA
(233,247,234)
#EFF9F0
(239,249,240)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E7BA; }

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

This text font color is #B9E7BA.


Background Color

.myBgColor { background-color: #B9E7BA; }

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

This div background color is #B9E7BA.


Border color

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

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

This div border color is #B9E7BA.


Opacity

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

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

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

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

This text has shadow with #B9E7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E7BA on black background.


Color preview on white background

This text has color #B9E7BA on white background.



Black color preview on #B9E7BA background

This text has black color on #B9E7BA background.


White color preview on #B9E7BA background

This text has white color on #B9E7BA background.