COLOR #E2F8B4

HEX: #E2F8B4
RGB: (226,248,180)

Color info

#E2F8B4 contains mainly red and green colors. Web safe color of #E2F8B4 is #CCFFCC (or #CFC).

RGB color model

#E2F8B4 color RGB value is (226,248,180).

  • red value is 226;
  • green value is 248;
  • blue value is 180.
RGB:
(226,248,180)
(89%,97%,71%)

RGB channels and saturation

R 226 of 255 = 89%
G 248 of 255 = 97%
B 180 of 255 = 71%

226
248
180

R + G + B ~ 86%. #E2F8B4 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 248 + 180 = 654 (100%)
R 226 of 654 ~ 34.56%
G 248 of 654 ~ 37.92%
B 180 of 654 ~ 27.52%

%34.56
%37.92
%27.52

CMYK color model

#E2F8B4 color CMYK value is (9,0,27,3).

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 27.42%
  • key color value is 2.75%
CMYK:
(9,0,27,3)
C9M0Y27K3 
(9%,0%,27%,3%)
(0.09/0.00/0.27/0.03)	

CMYK percentages

%8.87
%0
%27.42
%2.75

Codes

Color #E2F8B4 in popluar color models

E2F8B4
RGB226248180
HSL79°82.93%83.92%
HSB/HSV79°27.42%97.25%
CMYK8.87%0.00%27.42%
2.75%

Color #E2F8B4 in popluar number systems.

HEXE2F8B4
Decimal226248180
Binary111000101111100010110100
Octal342370264

Shades and tints

Shades of #E2F8B4

#E2F8B4
(226,248,180)
#CEE2A4
(206,226,164)
#BACC94
(186,204,148)
#A6B684
(166,182,132)
#92A074
(146,160,116)
#7E8A64
(126,138,100)
#6A7454
(106,116,84)
#565E44
(86,94,68)
#424834
(66,72,52)
#2E3224
(46,50,36)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #E2F8B4

#E2F8B4
(226,248,180)
#E4F8BA
(228,248,186)
#E6F8C0
(230,248,192)
#E8F8C6
(232,248,198)
#EAF8CC
(234,248,204)
#ECF8D2
(236,248,210)
#EEF8D8
(238,248,216)
#F0F8DE
(240,248,222)
#F2F8E4
(242,248,228)
#F4F8EA
(244,248,234)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F8B4 color. Also use rgb(226,248,180) instead hex code.

Text Font Color

.myTextColor { color: #E2F8B4; }

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

This text font color is #E2F8B4.


Background Color

.myBgColor { background-color: #E2F8B4; }

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

This div background color is #E2F8B4.


Border color

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

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

This div border color is #E2F8B4.


Opacity

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

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

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

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

This text has shadow with #E2F8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F8B4 on black background.


Color preview on white background

This text has color #E2F8B4 on white background.



Black color preview on #E2F8B4 background

This text has black color on #E2F8B4 background.


White color preview on #E2F8B4 background

This text has white color on #E2F8B4 background.