COLOR #E2EF9F

HEX: #E2EF9F
RGB: (226,239,159)

Color info

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

RGB color model

#E2EF9F color RGB value is (226,239,159).

  • red value is 226;
  • green value is 239;
  • blue value is 159.
RGB:
(226,239,159)
(89%,94%,62%)

RGB channels and saturation

R 226 of 255 = 89%
G 239 of 255 = 94%
B 159 of 255 = 62%

226
239
159

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

Portions of RGB colors in percentages

R + G + B =
226 + 239 + 159 = 624 (100%)
R 226 of 624 ~ 36.22%
G 239 of 624 ~ 38.3%
B 159 of 624 ~ 25.48%

%36.22
%38.3
%25.48

CMYK color model

#E2EF9F color CMYK value is (5,0,33,6).

  • cyan value is 5.44%
  • magenta value is 0.00%
  • yellow value is 33.47%
  • key color value is 6.27%
CMYK:
(5,0,33,6)
C5M0Y33K6 
(5%,0%,33%,6%)
(0.05/0.00/0.33/0.06)	

CMYK percentages

%5.44
%0
%33.47
%6.27

Codes

Color #E2EF9F in popluar color models

E2EF9F
RGB226239159
HSL70°71.43%78.04%
HSB/HSV70°33.47%93.73%
CMYK5.44%0.00%33.47%
6.27%

Color #E2EF9F in popluar number systems.

HEXE2EF9F
Decimal226239159
Binary111000101110111110011111
Octal342357237

Shades and tints

Shades of #E2EF9F

#E2EF9F
(226,239,159)
#CEDA91
(206,218,145)
#BAC583
(186,197,131)
#A6B075
(166,176,117)
#929B67
(146,155,103)
#7E8659
(126,134,89)
#6A714B
(106,113,75)
#565C3D
(86,92,61)
#42472F
(66,71,47)
#2E3221
(46,50,33)
#1A1D13
(26,29,19)
#000000
(0,0,0)

Tints of #E2EF9F

#E2EF9F
(226,239,159)
#E4F0A7
(228,240,167)
#E6F1AF
(230,241,175)
#E8F2B7
(232,242,183)
#EAF3BF
(234,243,191)
#ECF4C7
(236,244,199)
#EEF5CF
(238,245,207)
#F0F6D7
(240,246,215)
#F2F7DF
(242,247,223)
#F4F8E7
(244,248,231)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EF9F color. Also use rgb(226,239,159) instead hex code.

Text Font Color

.myTextColor { color: #E2EF9F; }

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

This text font color is #E2EF9F.


Background Color

.myBgColor { background-color: #E2EF9F; }

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

This div background color is #E2EF9F.


Border color

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

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

This div border color is #E2EF9F.


Opacity

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

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

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

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

This text has shadow with #E2EF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EF9F on black background.


Color preview on white background

This text has color #E2EF9F on white background.



Black color preview on #E2EF9F background

This text has black color on #E2EF9F background.


White color preview on #E2EF9F background

This text has white color on #E2EF9F background.