COLOR #E0E8AE

HEX: #E0E8AE RGB: (224,232,174)

Color info

#E0E8AE contains red, green and blue colors in about the same proportion. Web safe color of #E0E8AE is #CCFF99 (or #CF9).

RGB color model

#E0E8AE color RGB value is (224,232,174).

RGB: (224,232,174) (88%, 91%, 68%)

RGB channels and saturation

R 224 of 255 = 88%
G 232 of 255 = 91%
B 174 of 255 = 68%

224
232
174

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

Portions of RGB colors in percentages

R + G + B = 224 + 232 + 174 = 630 (100%)
R 224 of 630 ~ 35.56%
G 232 of 630 ~ 36.83%
B 174 of 630 ~ 27.62'%

%35.56
%36.83
%27.62

CMYK color model

#E0E8AE color CMYK value is (3,0,25,9).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 9.02%

CMYK: (3,0,25,9)
C3M0Y25K9 (3%, 0%, 25%, 9%)
(0.03 / 0.00 / 0.25 / 0.09)

CMYK percentages

%3.45
%0
%25
%9.02

Codes

Color #E0E8AE in popluar color models

E0 E8 AE
RGB 224 232 174
HSL 68° 55.77% 79.61%
HSB/HSV 68° 25.00% 90.98%
CMYK 3.45% 0.00% 25.00%
9.02%

Color #E0E8AE in popluar number systems.

HEX E0 E8 AE
Decimal 224 232 174
Binary 11100000 11101000 10101110
Octal 340 350 256

Shades and tints

Shades of #E0E8AE

#E0E8AE
(224,232,174)
#CCD39F
(204,211,159)
#B8BE90
(184,190,144)
#A4A981
(164,169,129)
#909472
(144,148,114)
#7C7F63
(124,127,99)
#686A54
(104,106,84)
#545545
(84,85,69)
#404036
(64,64,54)
#2C2B27
(44,43,39)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #E0E8AE

#E0E8AE
(224,232,174)
#E2EAB5
(226,234,181)
#E4ECBC
(228,236,188)
#E6EEC3
(230,238,195)
#E8F0CA
(232,240,202)
#EAF2D1
(234,242,209)
#ECF4D8
(236,244,216)
#EEF6DF
(238,246,223)
#F0F8E6
(240,248,230)
#F2FAED
(242,250,237)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E8AE color. Also use rgb(224,232,174) instead hex code.

Text Font Color

.myTextColor { color: #E0E8AE; }

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

This text font color is #E0E8AE.

Background Color

.myBgColor { background-color: #E0E8AE; }

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

This div background color is #E0E8AE.

Border color

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

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

This div border color is #E0E8AE.

Opacity

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

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

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

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

This text has shadow with #E0E8AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E8AE.

Preview

Color preview on black background

This text has color #E0E8AE on black background.


Color preview on white background

This text has color #E0E8AE on white background.


Black color preview on #E0E8AE background

This text has black color on #E0E8AE background.


White color preview on #E0E8AE background

This text has white color on #E0E8AE background.


Related colors

Complementary color

Complementary color for #hex is #1F1751.


I love getcolorcode.com

Triadic colors

1 #AEE0E8 and #E8AEE0 with #E0E8AE are triadic colors.

2 #AEE8E0 and #E8E0AE with #E0E8AE are triadic colors.