COLOR #E2EAB4

HEX: #E2EAB4
RGB: (226,234,180)

Color info

#E2EAB4 contains red, green and blue colors in about the same proportion. Web safe color of #E2EAB4 is #CCFFCC (or #CFC).

RGB color model

#E2EAB4 color RGB value is (226,234,180).

  • red value is 226;
  • green value is 234;
  • blue value is 180.
RGB:
(226,234,180)
(89%,92%,71%)

RGB channels and saturation

R 226 of 255 = 89%
G 234 of 255 = 92%
B 180 of 255 = 71%

226
234
180

R + G + B ~ 84%. #E2EAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 234 + 180 = 640 (100%)
R 226 of 640 ~ 35.31%
G 234 of 640 ~ 36.56%
B 180 of 640 ~ 28.13%

%35.31
%36.56
%28.13

CMYK color model

#E2EAB4 color CMYK value is (3,0,23,8).

  • cyan value is 3.42%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 8.24%
CMYK:
(3,0,23,8)
C3M0Y23K8 
(3%,0%,23%,8%)
(0.03/0.00/0.23/0.08)	

CMYK percentages

%3.42
%0
%23.08
%8.24

Codes

Color #E2EAB4 in popluar color models

E2EAB4
RGB226234180
HSL69°56.25%81.18%
HSB/HSV69°23.08%91.76%
CMYK3.42%0.00%23.08%
8.24%

Color #E2EAB4 in popluar number systems.

HEXE2EAB4
Decimal226234180
Binary111000101110101010110100
Octal342352264

Shades and tints

Shades of #E2EAB4

#E2EAB4
(226,234,180)
#CED5A4
(206,213,164)
#BAC094
(186,192,148)
#A6AB84
(166,171,132)
#929674
(146,150,116)
#7E8164
(126,129,100)
#6A6C54
(106,108,84)
#565744
(86,87,68)
#424234
(66,66,52)
#2E2D24
(46,45,36)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #E2EAB4

#E2EAB4
(226,234,180)
#E4EBBA
(228,235,186)
#E6ECC0
(230,236,192)
#E8EDC6
(232,237,198)
#EAEECC
(234,238,204)
#ECEFD2
(236,239,210)
#EEF0D8
(238,240,216)
#F0F1DE
(240,241,222)
#F2F2E4
(242,242,228)
#F4F3EA
(244,243,234)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EAB4 color. Also use rgb(226,234,180) instead hex code.

Text Font Color

.myTextColor { color: #E2EAB4; }

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

This text font color is #E2EAB4.


Background Color

.myBgColor { background-color: #E2EAB4; }

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

This div background color is #E2EAB4.


Border color

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

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

This div border color is #E2EAB4.


Opacity

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

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

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

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

This text has shadow with #E2EAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EAB4 on black background.


Color preview on white background

This text has color #E2EAB4 on white background.



Black color preview on #E2EAB4 background

This text has black color on #E2EAB4 background.


White color preview on #E2EAB4 background

This text has white color on #E2EAB4 background.