COLOR #B0E4A4

HEX: #B0E4A4
RGB: (176,228,164)

Color info

#B0E4A4 contains mainly red and green colors. Web safe color of #B0E4A4 is #99CC99 (or #9C9).

RGB color model

#B0E4A4 color RGB value is (176,228,164).

  • red value is 176;
  • green value is 228;
  • blue value is 164.
RGB:
(176,228,164)
(69%,89%,64%)

RGB channels and saturation

R 176 of 255 = 69%
G 228 of 255 = 89%
B 164 of 255 = 64%

176
228
164

R + G + B ~ 74%. #B0E4A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 228 + 164 = 568 (100%)
R 176 of 568 ~ 30.99%
G 228 of 568 ~ 40.14%
B 164 of 568 ~ 28.87%

%30.99
%40.14
%28.87

CMYK color model

#B0E4A4 color CMYK value is (23,0,28,11).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 28.07%
  • key color value is 10.59%
CMYK:
(23,0,28,11)
C23M0Y28K11 
(23%,0%,28%,11%)
(0.23/0.00/0.28/0.11)	

CMYK percentages

%22.81
%0
%28.07
%10.59

Codes

Color #B0E4A4 in popluar color models

B0E4A4
RGB176228164
HSL109°54.24%76.86%
HSB/HSV109°28.07%89.41%
CMYK22.81%0.00%28.07%
10.59%

Color #B0E4A4 in popluar number systems.

HEXB0E4A4
Decimal176228164
Binary101100001110010010100100
Octal260344244

Shades and tints

Shades of #B0E4A4

#B0E4A4
(176,228,164)
#A0D096
(160,208,150)
#90BC88
(144,188,136)
#80A87A
(128,168,122)
#70946C
(112,148,108)
#60805E
(96,128,94)
#506C50
(80,108,80)
#405842
(64,88,66)
#304434
(48,68,52)
#203026
(32,48,38)
#101C18
(16,28,24)
#000000
(0,0,0)

Tints of #B0E4A4

#B0E4A4
(176,228,164)
#B7E6AC
(183,230,172)
#BEE8B4
(190,232,180)
#C5EABC
(197,234,188)
#CCECC4
(204,236,196)
#D3EECC
(211,238,204)
#DAF0D4
(218,240,212)
#E1F2DC
(225,242,220)
#E8F4E4
(232,244,228)
#EFF6EC
(239,246,236)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E4A4 color. Also use rgb(176,228,164) instead hex code.

Text Font Color

.myTextColor { color: #B0E4A4; }

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

This text font color is #B0E4A4.


Background Color

.myBgColor { background-color: #B0E4A4; }

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

This div background color is #B0E4A4.


Border color

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

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

This div border color is #B0E4A4.


Opacity

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

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

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

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

This text has shadow with #B0E4A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E4A4 on black background.


Color preview on white background

This text has color #B0E4A4 on white background.



Black color preview on #B0E4A4 background

This text has black color on #B0E4A4 background.


White color preview on #B0E4A4 background

This text has white color on #B0E4A4 background.