COLOR #E2F4AC

HEX: #E2F4AC
RGB: (226,244,172)

Color info

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

RGB color model

#E2F4AC color RGB value is (226,244,172).

  • red value is 226;
  • green value is 244;
  • blue value is 172.
RGB:
(226,244,172)
(89%,96%,67%)

RGB channels and saturation

R 226 of 255 = 89%
G 244 of 255 = 96%
B 172 of 255 = 67%

226
244
172

R + G + B ~ 84%. #E2F4AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 244 + 172 = 642 (100%)
R 226 of 642 ~ 35.2%
G 244 of 642 ~ 38.01%
B 172 of 642 ~ 26.79%

%35.2
%38.01
%26.79

CMYK color model

#E2F4AC color CMYK value is (7,0,30,4).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 29.51%
  • key color value is 4.31%
CMYK:
(7,0,30,4)
C7M0Y30K4 
(7%,0%,30%,4%)
(0.07/0.00/0.30/0.04)	

CMYK percentages

%7.38
%0
%29.51
%4.31

Codes

Color #E2F4AC in popluar color models

E2F4AC
RGB226244172
HSL75°76.60%81.57%
HSB/HSV75°29.51%95.69%
CMYK7.38%0.00%29.51%
4.31%

Color #E2F4AC in popluar number systems.

HEXE2F4AC
Decimal226244172
Binary111000101111010010101100
Octal342364254

Shades and tints

Shades of #E2F4AC

#E2F4AC
(226,244,172)
#CEDE9D
(206,222,157)
#BAC88E
(186,200,142)
#A6B27F
(166,178,127)
#929C70
(146,156,112)
#7E8661
(126,134,97)
#6A7052
(106,112,82)
#565A43
(86,90,67)
#424434
(66,68,52)
#2E2E25
(46,46,37)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #E2F4AC

#E2F4AC
(226,244,172)
#E4F5B3
(228,245,179)
#E6F6BA
(230,246,186)
#E8F7C1
(232,247,193)
#EAF8C8
(234,248,200)
#ECF9CF
(236,249,207)
#EEFAD6
(238,250,214)
#F0FBDD
(240,251,221)
#F2FCE4
(242,252,228)
#F4FDEB
(244,253,235)
#F6FEF2
(246,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F4AC color. Also use rgb(226,244,172) instead hex code.

Text Font Color

.myTextColor { color: #E2F4AC; }

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

This text font color is #E2F4AC.


Background Color

.myBgColor { background-color: #E2F4AC; }

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

This div background color is #E2F4AC.


Border color

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

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

This div border color is #E2F4AC.


Opacity

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

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

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

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

This text has shadow with #E2F4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F4AC on black background.


Color preview on white background

This text has color #E2F4AC on white background.



Black color preview on #E2F4AC background

This text has black color on #E2F4AC background.


White color preview on #E2F4AC background

This text has white color on #E2F4AC background.