COLOR #B9E7A6

HEX: #B9E7A6
RGB: (185,231,166)

Color info

#B9E7A6 contains mainly red and green colors. Web safe color of #B9E7A6 is #CCFF99 (or #CF9).

RGB color model

#B9E7A6 color RGB value is (185,231,166).

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

RGB channels and saturation

R 185 of 255 = 73%
G 231 of 255 = 91%
B 166 of 255 = 65%

185
231
166

R + G + B ~ 76%. #B9E7A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 231 + 166 = 582 (100%)
R 185 of 582 ~ 31.79%
G 231 of 582 ~ 39.69%
B 166 of 582 ~ 28.52%

%31.79
%39.69
%28.52

CMYK color model

#B9E7A6 color CMYK value is (20,0,28,9).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 28.14%
  • key color value is 9.41%
CMYK:
(20,0,28,9)
C20M0Y28K9 
(20%,0%,28%,9%)
(0.20/0.00/0.28/0.09)	

CMYK percentages

%19.91
%0
%28.14
%9.41

Codes

Color #B9E7A6 in popluar color models

B9E7A6
RGB185231166
HSL102°57.52%77.84%
HSB/HSV102°28.14%90.59%
CMYK19.91%0.00%28.14%
9.41%

Color #B9E7A6 in popluar number systems.

HEXB9E7A6
Decimal185231166
Binary101110011110011110100110
Octal271347246

Shades and tints

Shades of #B9E7A6

#B9E7A6
(185,231,166)
#A9D297
(169,210,151)
#99BD88
(153,189,136)
#89A879
(137,168,121)
#79936A
(121,147,106)
#697E5B
(105,126,91)
#59694C
(89,105,76)
#49543D
(73,84,61)
#393F2E
(57,63,46)
#292A1F
(41,42,31)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #B9E7A6

#B9E7A6
(185,231,166)
#BFE9AE
(191,233,174)
#C5EBB6
(197,235,182)
#CBEDBE
(203,237,190)
#D1EFC6
(209,239,198)
#D7F1CE
(215,241,206)
#DDF3D6
(221,243,214)
#E3F5DE
(227,245,222)
#E9F7E6
(233,247,230)
#EFF9EE
(239,249,238)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E7A6; }

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

This text font color is #B9E7A6.


Background Color

.myBgColor { background-color: #B9E7A6; }

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

This div background color is #B9E7A6.


Border color

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

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

This div border color is #B9E7A6.


Opacity

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

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

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

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

This text has shadow with #B9E7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E7A6 on black background.


Color preview on white background

This text has color #B9E7A6 on white background.



Black color preview on #B9E7A6 background

This text has black color on #B9E7A6 background.


White color preview on #B9E7A6 background

This text has white color on #B9E7A6 background.