COLOR #E2F1A4

HEX: #E2F1A4
RGB: (226,241,164)

Color info

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

RGB color model

#E2F1A4 color RGB value is (226,241,164).

  • red value is 226;
  • green value is 241;
  • blue value is 164.
RGB:
(226,241,164)
(89%,95%,64%)

RGB channels and saturation

R 226 of 255 = 89%
G 241 of 255 = 95%
B 164 of 255 = 64%

226
241
164

R + G + B ~ 83%. #E2F1A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 241 + 164 = 631 (100%)
R 226 of 631 ~ 35.82%
G 241 of 631 ~ 38.19%
B 164 of 631 ~ 25.99%

%35.82
%38.19
%25.99

CMYK color model

#E2F1A4 color CMYK value is (6,0,32,5).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 31.95%
  • key color value is 5.49%
CMYK:
(6,0,32,5)
C6M0Y32K5 
(6%,0%,32%,5%)
(0.06/0.00/0.32/0.05)	

CMYK percentages

%6.22
%0
%31.95
%5.49

Codes

Color #E2F1A4 in popluar color models

E2F1A4
RGB226241164
HSL72°73.33%79.41%
HSB/HSV72°31.95%94.51%
CMYK6.22%0.00%31.95%
5.49%

Color #E2F1A4 in popluar number systems.

HEXE2F1A4
Decimal226241164
Binary111000101111000110100100
Octal342361244

Shades and tints

Shades of #E2F1A4

#E2F1A4
(226,241,164)
#CEDC96
(206,220,150)
#BAC788
(186,199,136)
#A6B27A
(166,178,122)
#929D6C
(146,157,108)
#7E885E
(126,136,94)
#6A7350
(106,115,80)
#565E42
(86,94,66)
#424934
(66,73,52)
#2E3426
(46,52,38)
#1A1F18
(26,31,24)
#000000
(0,0,0)

Tints of #E2F1A4

#E2F1A4
(226,241,164)
#E4F2AC
(228,242,172)
#E6F3B4
(230,243,180)
#E8F4BC
(232,244,188)
#EAF5C4
(234,245,196)
#ECF6CC
(236,246,204)
#EEF7D4
(238,247,212)
#F0F8DC
(240,248,220)
#F2F9E4
(242,249,228)
#F4FAEC
(244,250,236)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F1A4 color. Also use rgb(226,241,164) instead hex code.

Text Font Color

.myTextColor { color: #E2F1A4; }

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

This text font color is #E2F1A4.


Background Color

.myBgColor { background-color: #E2F1A4; }

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

This div background color is #E2F1A4.


Border color

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

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

This div border color is #E2F1A4.


Opacity

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

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

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

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

This text has shadow with #E2F1A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F1A4 on black background.


Color preview on white background

This text has color #E2F1A4 on white background.



Black color preview on #E2F1A4 background

This text has black color on #E2F1A4 background.


White color preview on #E2F1A4 background

This text has white color on #E2F1A4 background.