COLOR #E0E9AC

HEX: #E0E9AC
RGB: (224,233,172)

Color info

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

RGB color model

#E0E9AC color RGB value is (224,233,172).

  • red value is 224;
  • green value is 233;
  • blue value is 172.
RGB:
(224,233,172)
(88%,91%,67%)

RGB channels and saturation

R 224 of 255 = 88%
G 233 of 255 = 91%
B 172 of 255 = 67%

224
233
172

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

Portions of RGB colors in percentages

R + G + B =
224 + 233 + 172 = 629 (100%)
R 224 of 629 ~ 35.61%
G 233 of 629 ~ 37.04%
B 172 of 629 ~ 27.34%

%35.61
%37.04
%27.34

CMYK color model

#E0E9AC color CMYK value is (4,0,26,9).

  • cyan value is 3.86%
  • magenta value is 0.00%
  • yellow value is 26.18%
  • key color value is 8.63%
CMYK:
(4,0,26,9)
C4M0Y26K9 
(4%,0%,26%,9%)
(0.04/0.00/0.26/0.09)	

CMYK percentages

%3.86
%0
%26.18
%8.63

Codes

Color #E0E9AC in popluar color models

E0E9AC
RGB224233172
HSL69°58.10%79.41%
HSB/HSV69°26.18%91.37%
CMYK3.86%0.00%26.18%
8.63%

Color #E0E9AC in popluar number systems.

HEXE0E9AC
Decimal224233172
Binary111000001110100110101100
Octal340351254

Shades and tints

Shades of #E0E9AC

#E0E9AC
(224,233,172)
#CCD49D
(204,212,157)
#B8BF8E
(184,191,142)
#A4AA7F
(164,170,127)
#909570
(144,149,112)
#7C8061
(124,128,97)
#686B52
(104,107,82)
#545643
(84,86,67)
#404134
(64,65,52)
#2C2C25
(44,44,37)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #E0E9AC

#E0E9AC
(224,233,172)
#E2EBB3
(226,235,179)
#E4EDBA
(228,237,186)
#E6EFC1
(230,239,193)
#E8F1C8
(232,241,200)
#EAF3CF
(234,243,207)
#ECF5D6
(236,245,214)
#EEF7DD
(238,247,221)
#F0F9E4
(240,249,228)
#F2FBEB
(242,251,235)
#F4FDF2
(244,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E9AC color. Also use rgb(224,233,172) instead hex code.

Text Font Color

.myTextColor { color: #E0E9AC; }

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

This text font color is #E0E9AC.


Background Color

.myBgColor { background-color: #E0E9AC; }

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

This div background color is #E0E9AC.


Border color

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

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

This div border color is #E0E9AC.


Opacity

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

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

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

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

This text has shadow with #E0E9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E9AC on black background.


Color preview on white background

This text has color #E0E9AC on white background.



Black color preview on #E0E9AC background

This text has black color on #E0E9AC background.


White color preview on #E0E9AC background

This text has white color on #E0E9AC background.