COLOR #E2EEA7

HEX: #E2EEA7
RGB: (226,238,167)

Color info

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

RGB color model

#E2EEA7 color RGB value is (226,238,167).

  • red value is 226;
  • green value is 238;
  • blue value is 167.
RGB:
(226,238,167)
(89%,93%,65%)

RGB channels and saturation

R 226 of 255 = 89%
G 238 of 255 = 93%
B 167 of 255 = 65%

226
238
167

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

Portions of RGB colors in percentages

R + G + B =
226 + 238 + 167 = 631 (100%)
R 226 of 631 ~ 35.82%
G 238 of 631 ~ 37.72%
B 167 of 631 ~ 26.47%

%35.82
%37.72
%26.47

CMYK color model

#E2EEA7 color CMYK value is (5,0,30,7).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 29.83%
  • key color value is 6.67%
CMYK:
(5,0,30,7)
C5M0Y30K7 
(5%,0%,30%,7%)
(0.05/0.00/0.30/0.07)	

CMYK percentages

%5.04
%0
%29.83
%6.67

Codes

Color #E2EEA7 in popluar color models

E2EEA7
RGB226238167
HSL70°67.62%79.41%
HSB/HSV70°29.83%93.33%
CMYK5.04%0.00%29.83%
6.67%

Color #E2EEA7 in popluar number systems.

HEXE2EEA7
Decimal226238167
Binary111000101110111010100111
Octal342356247

Shades and tints

Shades of #E2EEA7

#E2EEA7
(226,238,167)
#CED998
(206,217,152)
#BAC489
(186,196,137)
#A6AF7A
(166,175,122)
#929A6B
(146,154,107)
#7E855C
(126,133,92)
#6A704D
(106,112,77)
#565B3E
(86,91,62)
#42462F
(66,70,47)
#2E3120
(46,49,32)
#1A1C11
(26,28,17)
#000000
(0,0,0)

Tints of #E2EEA7

#E2EEA7
(226,238,167)
#E4EFAF
(228,239,175)
#E6F0B7
(230,240,183)
#E8F1BF
(232,241,191)
#EAF2C7
(234,242,199)
#ECF3CF
(236,243,207)
#EEF4D7
(238,244,215)
#F0F5DF
(240,245,223)
#F2F6E7
(242,246,231)
#F4F7EF
(244,247,239)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EEA7 color. Also use rgb(226,238,167) instead hex code.

Text Font Color

.myTextColor { color: #E2EEA7; }

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

This text font color is #E2EEA7.


Background Color

.myBgColor { background-color: #E2EEA7; }

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

This div background color is #E2EEA7.


Border color

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

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

This div border color is #E2EEA7.


Opacity

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

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

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

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

This text has shadow with #E2EEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EEA7 on black background.


Color preview on white background

This text has color #E2EEA7 on white background.



Black color preview on #E2EEA7 background

This text has black color on #E2EEA7 background.


White color preview on #E2EEA7 background

This text has white color on #E2EEA7 background.