COLOR #E0E7AA

HEX: #E0E7AA
RGB: (224,231,170)

Color info

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

RGB color model

#E0E7AA color RGB value is (224,231,170).

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

RGB channels and saturation

R 224 of 255 = 88%
G 231 of 255 = 91%
B 170 of 255 = 67%

224
231
170

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

Portions of RGB colors in percentages

R + G + B =
224 + 231 + 170 = 625 (100%)
R 224 of 625 ~ 35.84%
G 231 of 625 ~ 36.96%
B 170 of 625 ~ 27.2%

%35.84
%36.96
%27.2

CMYK color model

#E0E7AA color CMYK value is (3,0,26,9).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 26.41%
  • key color value is 9.41%
CMYK:
(3,0,26,9)
C3M0Y26K9 
(3%,0%,26%,9%)
(0.03/0.00/0.26/0.09)	

CMYK percentages

%3.03
%0
%26.41
%9.41

Codes

Color #E0E7AA in popluar color models

E0E7AA
RGB224231170
HSL67°55.96%78.63%
HSB/HSV67°26.41%90.59%
CMYK3.03%0.00%26.41%
9.41%

Color #E0E7AA in popluar number systems.

HEXE0E7AA
Decimal224231170
Binary111000001110011110101010
Octal340347252

Shades and tints

Shades of #E0E7AA

#E0E7AA
(224,231,170)
#CCD29B
(204,210,155)
#B8BD8C
(184,189,140)
#A4A87D
(164,168,125)
#90936E
(144,147,110)
#7C7E5F
(124,126,95)
#686950
(104,105,80)
#545441
(84,84,65)
#403F32
(64,63,50)
#2C2A23
(44,42,35)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #E0E7AA

#E0E7AA
(224,231,170)
#E2E9B1
(226,233,177)
#E4EBB8
(228,235,184)
#E6EDBF
(230,237,191)
#E8EFC6
(232,239,198)
#EAF1CD
(234,241,205)
#ECF3D4
(236,243,212)
#EEF5DB
(238,245,219)
#F0F7E2
(240,247,226)
#F2F9E9
(242,249,233)
#F4FBF0
(244,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E7AA color. Also use rgb(224,231,170) instead hex code.

Text Font Color

.myTextColor { color: #E0E7AA; }

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

This text font color is #E0E7AA.


Background Color

.myBgColor { background-color: #E0E7AA; }

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

This div background color is #E0E7AA.


Border color

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

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

This div border color is #E0E7AA.


Opacity

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

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

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

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

This text has shadow with #E0E7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E7AA on black background.


Color preview on white background

This text has color #E0E7AA on white background.



Black color preview on #E0E7AA background

This text has black color on #E0E7AA background.


White color preview on #E0E7AA background

This text has white color on #E0E7AA background.