COLOR #E2EE8F

HEX: #E2EE8F
RGB: (226,238,143)

Color info

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

RGB color model

#E2EE8F color RGB value is (226,238,143).

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

RGB channels and saturation

R 226 of 255 = 89%
G 238 of 255 = 93%
B 143 of 255 = 56%

226
238
143

R + G + B ~ 79%. #E2EE8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 238 + 143 = 607 (100%)
R 226 of 607 ~ 37.23%
G 238 of 607 ~ 39.21%
B 143 of 607 ~ 23.56%

%37.23
%39.21
%23.56

CMYK color model

#E2EE8F color CMYK value is (5,0,40,7).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 39.92%
  • key color value is 6.67%
CMYK:
(5,0,40,7)
C5M0Y40K7 
(5%,0%,40%,7%)
(0.05/0.00/0.40/0.07)	

CMYK percentages

%5.04
%0
%39.92
%6.67

Codes

Color #E2EE8F in popluar color models

E2EE8F
RGB226238143
HSL68°73.64%74.71%
HSB/HSV68°39.92%93.33%
CMYK5.04%0.00%39.92%
6.67%

Color #E2EE8F in popluar number systems.

HEXE2EE8F
Decimal226238143
Binary111000101110111010001111
Octal342356217

Shades and tints

Shades of #E2EE8F

#E2EE8F
(226,238,143)
#CED982
(206,217,130)
#BAC475
(186,196,117)
#A6AF68
(166,175,104)
#929A5B
(146,154,91)
#7E854E
(126,133,78)
#6A7041
(106,112,65)
#565B34
(86,91,52)
#424627
(66,70,39)
#2E311A
(46,49,26)
#1A1C0D
(26,28,13)
#000000
(0,0,0)

Tints of #E2EE8F

#E2EE8F
(226,238,143)
#E4EF99
(228,239,153)
#E6F0A3
(230,240,163)
#E8F1AD
(232,241,173)
#EAF2B7
(234,242,183)
#ECF3C1
(236,243,193)
#EEF4CB
(238,244,203)
#F0F5D5
(240,245,213)
#F2F6DF
(242,246,223)
#F4F7E9
(244,247,233)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EE8F; }

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

This text font color is #E2EE8F.


Background Color

.myBgColor { background-color: #E2EE8F; }

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

This div background color is #E2EE8F.


Border color

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

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

This div border color is #E2EE8F.


Opacity

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

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

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

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

This text has shadow with #E2EE8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EE8F on black background.


Color preview on white background

This text has color #E2EE8F on white background.



Black color preview on #E2EE8F background

This text has black color on #E2EE8F background.


White color preview on #E2EE8F background

This text has white color on #E2EE8F background.