COLOR #B9E79E

HEX: #B9E79E
RGB: (185,231,158)

Color info

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

RGB color model

#B9E79E color RGB value is (185,231,158).

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

RGB channels and saturation

R 185 of 255 = 73%
G 231 of 255 = 91%
B 158 of 255 = 62%

185
231
158

R + G + B ~ 75%. #B9E79E is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 231 + 158 = 574 (100%)
R 185 of 574 ~ 32.23%
G 231 of 574 ~ 40.24%
B 158 of 574 ~ 27.53%

%32.23
%40.24
%27.53

CMYK color model

#B9E79E color CMYK value is (20,0,32,9).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 31.60%
  • key color value is 9.41%
CMYK:
(20,0,32,9)
C20M0Y32K9 
(20%,0%,32%,9%)
(0.20/0.00/0.32/0.09)	

CMYK percentages

%19.91
%0
%31.6
%9.41

Codes

Color #B9E79E in popluar color models

B9E79E
RGB185231158
HSL98°60.33%76.27%
HSB/HSV98°31.60%90.59%
CMYK19.91%0.00%31.60%
9.41%

Color #B9E79E in popluar number systems.

HEXB9E79E
Decimal185231158
Binary101110011110011110011110
Octal271347236

Shades and tints

Shades of #B9E79E

#B9E79E
(185,231,158)
#A9D290
(169,210,144)
#99BD82
(153,189,130)
#89A874
(137,168,116)
#799366
(121,147,102)
#697E58
(105,126,88)
#59694A
(89,105,74)
#49543C
(73,84,60)
#393F2E
(57,63,46)
#292A20
(41,42,32)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #B9E79E

#B9E79E
(185,231,158)
#BFE9A6
(191,233,166)
#C5EBAE
(197,235,174)
#CBEDB6
(203,237,182)
#D1EFBE
(209,239,190)
#D7F1C6
(215,241,198)
#DDF3CE
(221,243,206)
#E3F5D6
(227,245,214)
#E9F7DE
(233,247,222)
#EFF9E6
(239,249,230)
#F5FBEE
(245,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E79E; }

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

This text font color is #B9E79E.


Background Color

.myBgColor { background-color: #B9E79E; }

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

This div background color is #B9E79E.


Border color

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

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

This div border color is #B9E79E.


Opacity

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

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

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

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

This text has shadow with #B9E79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E79E on black background.


Color preview on white background

This text has color #B9E79E on white background.



Black color preview on #B9E79E background

This text has black color on #B9E79E background.


White color preview on #B9E79E background

This text has white color on #B9E79E background.