COLOR #B9E4A2

HEX: #B9E4A2
RGB: (185,228,162)

Color info

#B9E4A2 contains mainly red and green colors. Web safe color of #B9E4A2 is #CCCC99 (or #CC9).

RGB color model

#B9E4A2 color RGB value is (185,228,162).

  • red value is 185;
  • green value is 228;
  • blue value is 162.
RGB:
(185,228,162)
(73%,89%,64%)

RGB channels and saturation

R 185 of 255 = 73%
G 228 of 255 = 89%
B 162 of 255 = 64%

185
228
162

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

Portions of RGB colors in percentages

R + G + B =
185 + 228 + 162 = 575 (100%)
R 185 of 575 ~ 32.17%
G 228 of 575 ~ 39.65%
B 162 of 575 ~ 28.17%

%32.17
%39.65
%28.17

CMYK color model

#B9E4A2 color CMYK value is (19,0,29,11).

  • cyan value is 18.86%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 10.59%
CMYK:
(19,0,29,11)
C19M0Y29K11 
(19%,0%,29%,11%)
(0.19/0.00/0.29/0.11)	

CMYK percentages

%18.86
%0
%28.95
%10.59

Codes

Color #B9E4A2 in popluar color models

B9E4A2
RGB185228162
HSL99°55.00%76.47%
HSB/HSV99°28.95%89.41%
CMYK18.86%0.00%28.95%
10.59%

Color #B9E4A2 in popluar number systems.

HEXB9E4A2
Decimal185228162
Binary101110011110010010100010
Octal271344242

Shades and tints

Shades of #B9E4A2

#B9E4A2
(185,228,162)
#A9D094
(169,208,148)
#99BC86
(153,188,134)
#89A878
(137,168,120)
#79946A
(121,148,106)
#69805C
(105,128,92)
#596C4E
(89,108,78)
#495840
(73,88,64)
#394432
(57,68,50)
#293024
(41,48,36)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #B9E4A2

#B9E4A2
(185,228,162)
#BFE6AA
(191,230,170)
#C5E8B2
(197,232,178)
#CBEABA
(203,234,186)
#D1ECC2
(209,236,194)
#D7EECA
(215,238,202)
#DDF0D2
(221,240,210)
#E3F2DA
(227,242,218)
#E9F4E2
(233,244,226)
#EFF6EA
(239,246,234)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E4A2 color. Also use rgb(185,228,162) instead hex code.

Text Font Color

.myTextColor { color: #B9E4A2; }

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

This text font color is #B9E4A2.


Background Color

.myBgColor { background-color: #B9E4A2; }

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

This div background color is #B9E4A2.


Border color

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

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

This div border color is #B9E4A2.


Opacity

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

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

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

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

This text has shadow with #B9E4A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E4A2 on black background.


Color preview on white background

This text has color #B9E4A2 on white background.



Black color preview on #B9E4A2 background

This text has black color on #B9E4A2 background.


White color preview on #B9E4A2 background

This text has white color on #B9E4A2 background.