COLOR #B9EEA0

HEX: #B9EEA0
RGB: (185,238,160)

Color info

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

RGB color model

#B9EEA0 color RGB value is (185,238,160).

  • red value is 185;
  • green value is 238;
  • blue value is 160.
RGB:
(185,238,160)
(73%,93%,63%)

RGB channels and saturation

R 185 of 255 = 73%
G 238 of 255 = 93%
B 160 of 255 = 63%

185
238
160

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

Portions of RGB colors in percentages

R + G + B =
185 + 238 + 160 = 583 (100%)
R 185 of 583 ~ 31.73%
G 238 of 583 ~ 40.82%
B 160 of 583 ~ 27.44%

%31.73
%40.82
%27.44

CMYK color model

#B9EEA0 color CMYK value is (22,0,33,7).

  • cyan value is 22.27%
  • magenta value is 0.00%
  • yellow value is 32.77%
  • key color value is 6.67%
CMYK:
(22,0,33,7)
C22M0Y33K7 
(22%,0%,33%,7%)
(0.22/0.00/0.33/0.07)	

CMYK percentages

%22.27
%0
%32.77
%6.67

Codes

Color #B9EEA0 in popluar color models

B9EEA0
RGB185238160
HSL101°69.64%78.04%
HSB/HSV101°32.77%93.33%
CMYK22.27%0.00%32.77%
6.67%

Color #B9EEA0 in popluar number systems.

HEXB9EEA0
Decimal185238160
Binary101110011110111010100000
Octal271356240

Shades and tints

Shades of #B9EEA0

#B9EEA0
(185,238,160)
#A9D992
(169,217,146)
#99C484
(153,196,132)
#89AF76
(137,175,118)
#799A68
(121,154,104)
#69855A
(105,133,90)
#59704C
(89,112,76)
#495B3E
(73,91,62)
#394630
(57,70,48)
#293122
(41,49,34)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #B9EEA0

#B9EEA0
(185,238,160)
#BFEFA8
(191,239,168)
#C5F0B0
(197,240,176)
#CBF1B8
(203,241,184)
#D1F2C0
(209,242,192)
#D7F3C8
(215,243,200)
#DDF4D0
(221,244,208)
#E3F5D8
(227,245,216)
#E9F6E0
(233,246,224)
#EFF7E8
(239,247,232)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EEA0 color. Also use rgb(185,238,160) instead hex code.

Text Font Color

.myTextColor { color: #B9EEA0; }

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

This text font color is #B9EEA0.


Background Color

.myBgColor { background-color: #B9EEA0; }

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

This div background color is #B9EEA0.


Border color

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

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

This div border color is #B9EEA0.


Opacity

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

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

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

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

This text has shadow with #B9EEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EEA0 on black background.


Color preview on white background

This text has color #B9EEA0 on white background.



Black color preview on #B9EEA0 background

This text has black color on #B9EEA0 background.


White color preview on #B9EEA0 background

This text has white color on #B9EEA0 background.