COLOR #B0E494

HEX: #B0E494
RGB: (176,228,148)

Color info

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

RGB color model

#B0E494 color RGB value is (176,228,148).

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

RGB channels and saturation

R 176 of 255 = 69%
G 228 of 255 = 89%
B 148 of 255 = 58%

176
228
148

R + G + B ~ 72%. #B0E494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 228 + 148 = 552 (100%)
R 176 of 552 ~ 31.88%
G 228 of 552 ~ 41.3%
B 148 of 552 ~ 26.81%

%31.88
%41.3
%26.81

CMYK color model

#B0E494 color CMYK value is (23,0,35,11).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 35.09%
  • key color value is 10.59%
CMYK:
(23,0,35,11)
C23M0Y35K11 
(23%,0%,35%,11%)
(0.23/0.00/0.35/0.11)	

CMYK percentages

%22.81
%0
%35.09
%10.59

Codes

Color #B0E494 in popluar color models

B0E494
RGB176228148
HSL99°59.70%73.73%
HSB/HSV99°35.09%89.41%
CMYK22.81%0.00%35.09%
10.59%

Color #B0E494 in popluar number systems.

HEXB0E494
Decimal176228148
Binary101100001110010010010100
Octal260344224

Shades and tints

Shades of #B0E494

#B0E494
(176,228,148)
#A0D087
(160,208,135)
#90BC7A
(144,188,122)
#80A86D
(128,168,109)
#709460
(112,148,96)
#608053
(96,128,83)
#506C46
(80,108,70)
#405839
(64,88,57)
#30442C
(48,68,44)
#20301F
(32,48,31)
#101C12
(16,28,18)
#000000
(0,0,0)

Tints of #B0E494

#B0E494
(176,228,148)
#B7E69D
(183,230,157)
#BEE8A6
(190,232,166)
#C5EAAF
(197,234,175)
#CCECB8
(204,236,184)
#D3EEC1
(211,238,193)
#DAF0CA
(218,240,202)
#E1F2D3
(225,242,211)
#E8F4DC
(232,244,220)
#EFF6E5
(239,246,229)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E494; }

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

This text font color is #B0E494.


Background Color

.myBgColor { background-color: #B0E494; }

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

This div background color is #B0E494.


Border color

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

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

This div border color is #B0E494.


Opacity

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

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

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

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

This text has shadow with #B0E494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E494 on black background.


Color preview on white background

This text has color #B0E494 on white background.



Black color preview on #B0E494 background

This text has black color on #B0E494 background.


White color preview on #B0E494 background

This text has white color on #B0E494 background.