COLOR #E2E89E

HEX: #E2E89E
RGB: (226,232,158)

Color info

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

RGB color model

#E2E89E color RGB value is (226,232,158).

  • red value is 226;
  • green value is 232;
  • blue value is 158.
RGB:
(226,232,158)
(89%,91%,62%)

RGB channels and saturation

R 226 of 255 = 89%
G 232 of 255 = 91%
B 158 of 255 = 62%

226
232
158

R + G + B ~ 81%. #E2E89E is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 232 + 158 = 616 (100%)
R 226 of 616 ~ 36.69%
G 232 of 616 ~ 37.66%
B 158 of 616 ~ 25.65%

%36.69
%37.66
%25.65

CMYK color model

#E2E89E color CMYK value is (3,0,32,9).

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 9.02%
CMYK:
(3,0,32,9)
C3M0Y32K9 
(3%,0%,32%,9%)
(0.03/0.00/0.32/0.09)	

CMYK percentages

%2.59
%0
%31.9
%9.02

Codes

Color #E2E89E in popluar color models

E2E89E
RGB226232158
HSL65°61.67%76.47%
HSB/HSV65°31.90%90.98%
CMYK2.59%0.00%31.90%
9.02%

Color #E2E89E in popluar number systems.

HEXE2E89E
Decimal226232158
Binary111000101110100010011110
Octal342350236

Shades and tints

Shades of #E2E89E

#E2E89E
(226,232,158)
#CED390
(206,211,144)
#BABE82
(186,190,130)
#A6A974
(166,169,116)
#929466
(146,148,102)
#7E7F58
(126,127,88)
#6A6A4A
(106,106,74)
#56553C
(86,85,60)
#42402E
(66,64,46)
#2E2B20
(46,43,32)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #E2E89E

#E2E89E
(226,232,158)
#E4EAA6
(228,234,166)
#E6ECAE
(230,236,174)
#E8EEB6
(232,238,182)
#EAF0BE
(234,240,190)
#ECF2C6
(236,242,198)
#EEF4CE
(238,244,206)
#F0F6D6
(240,246,214)
#F2F8DE
(242,248,222)
#F4FAE6
(244,250,230)
#F6FCEE
(246,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2E89E color. Also use rgb(226,232,158) instead hex code.

Text Font Color

.myTextColor { color: #E2E89E; }

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

This text font color is #E2E89E.


Background Color

.myBgColor { background-color: #E2E89E; }

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

This div background color is #E2E89E.


Border color

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

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

This div border color is #E2E89E.


Opacity

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

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

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

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

This text has shadow with #E2E89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E89E on black background.


Color preview on white background

This text has color #E2E89E on white background.



Black color preview on #E2E89E background

This text has black color on #E2E89E background.


White color preview on #E2E89E background

This text has white color on #E2E89E background.