COLOR #E2F2A1

HEX: #E2F2A1
RGB: (226,242,161)

Color info

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

RGB color model

#E2F2A1 color RGB value is (226,242,161).

  • red value is 226;
  • green value is 242;
  • blue value is 161.
RGB:
(226,242,161)
(89%,95%,63%)

RGB channels and saturation

R 226 of 255 = 89%
G 242 of 255 = 95%
B 161 of 255 = 63%

226
242
161

R + G + B ~ 82%. #E2F2A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 242 + 161 = 629 (100%)
R 226 of 629 ~ 35.93%
G 242 of 629 ~ 38.47%
B 161 of 629 ~ 25.6%

%35.93
%38.47
%25.6

CMYK color model

#E2F2A1 color CMYK value is (7,0,33,5).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 33.47%
  • key color value is 5.10%
CMYK:
(7,0,33,5)
C7M0Y33K5 
(7%,0%,33%,5%)
(0.07/0.00/0.33/0.05)	

CMYK percentages

%6.61
%0
%33.47
%5.1

Codes

Color #E2F2A1 in popluar color models

E2F2A1
RGB226242161
HSL72°75.70%79.02%
HSB/HSV72°33.47%94.90%
CMYK6.61%0.00%33.47%
5.10%

Color #E2F2A1 in popluar number systems.

HEXE2F2A1
Decimal226242161
Binary111000101111001010100001
Octal342362241

Shades and tints

Shades of #E2F2A1

#E2F2A1
(226,242,161)
#CEDC93
(206,220,147)
#BAC685
(186,198,133)
#A6B077
(166,176,119)
#929A69
(146,154,105)
#7E845B
(126,132,91)
#6A6E4D
(106,110,77)
#56583F
(86,88,63)
#424231
(66,66,49)
#2E2C23
(46,44,35)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #E2F2A1

#E2F2A1
(226,242,161)
#E4F3A9
(228,243,169)
#E6F4B1
(230,244,177)
#E8F5B9
(232,245,185)
#EAF6C1
(234,246,193)
#ECF7C9
(236,247,201)
#EEF8D1
(238,248,209)
#F0F9D9
(240,249,217)
#F2FAE1
(242,250,225)
#F4FBE9
(244,251,233)
#F6FCF1
(246,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F2A1 color. Also use rgb(226,242,161) instead hex code.

Text Font Color

.myTextColor { color: #E2F2A1; }

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

This text font color is #E2F2A1.


Background Color

.myBgColor { background-color: #E2F2A1; }

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

This div background color is #E2F2A1.


Border color

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

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

This div border color is #E2F2A1.


Opacity

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

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

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

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

This text has shadow with #E2F2A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F2A1 on black background.


Color preview on white background

This text has color #E2F2A1 on white background.



Black color preview on #E2F2A1 background

This text has black color on #E2F2A1 background.


White color preview on #E2F2A1 background

This text has white color on #E2F2A1 background.