COLOR #E2F0A9

HEX: #E2F0A9
RGB: (226,240,169)

Color info

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

RGB color model

#E2F0A9 color RGB value is (226,240,169).

  • red value is 226;
  • green value is 240;
  • blue value is 169.
RGB:
(226,240,169)
(89%,94%,66%)

RGB channels and saturation

R 226 of 255 = 89%
G 240 of 255 = 94%
B 169 of 255 = 66%

226
240
169

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

Portions of RGB colors in percentages

R + G + B =
226 + 240 + 169 = 635 (100%)
R 226 of 635 ~ 35.59%
G 240 of 635 ~ 37.8%
B 169 of 635 ~ 26.61%

%35.59
%37.8
%26.61

CMYK color model

#E2F0A9 color CMYK value is (6,0,30,6).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 29.58%
  • key color value is 5.88%
CMYK:
(6,0,30,6)
C6M0Y30K6 
(6%,0%,30%,6%)
(0.06/0.00/0.30/0.06)	

CMYK percentages

%5.83
%0
%29.58
%5.88

Codes

Color #E2F0A9 in popluar color models

E2F0A9
RGB226240169
HSL72°70.30%80.20%
HSB/HSV72°29.58%94.12%
CMYK5.83%0.00%29.58%
5.88%

Color #E2F0A9 in popluar number systems.

HEXE2F0A9
Decimal226240169
Binary111000101111000010101001
Octal342360251

Shades and tints

Shades of #E2F0A9

#E2F0A9
(226,240,169)
#CEDB9A
(206,219,154)
#BAC68B
(186,198,139)
#A6B17C
(166,177,124)
#929C6D
(146,156,109)
#7E875E
(126,135,94)
#6A724F
(106,114,79)
#565D40
(86,93,64)
#424831
(66,72,49)
#2E3322
(46,51,34)
#1A1E13
(26,30,19)
#000000
(0,0,0)

Tints of #E2F0A9

#E2F0A9
(226,240,169)
#E4F1B0
(228,241,176)
#E6F2B7
(230,242,183)
#E8F3BE
(232,243,190)
#EAF4C5
(234,244,197)
#ECF5CC
(236,245,204)
#EEF6D3
(238,246,211)
#F0F7DA
(240,247,218)
#F2F8E1
(242,248,225)
#F4F9E8
(244,249,232)
#F6FAEF
(246,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F0A9 color. Also use rgb(226,240,169) instead hex code.

Text Font Color

.myTextColor { color: #E2F0A9; }

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

This text font color is #E2F0A9.


Background Color

.myBgColor { background-color: #E2F0A9; }

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

This div background color is #E2F0A9.


Border color

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

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

This div border color is #E2F0A9.


Opacity

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

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

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

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

This text has shadow with #E2F0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F0A9 on black background.


Color preview on white background

This text has color #E2F0A9 on white background.



Black color preview on #E2F0A9 background

This text has black color on #E2F0A9 background.


White color preview on #E2F0A9 background

This text has white color on #E2F0A9 background.