COLOR #E4E8AE

HEX: #E4E8AE
RGB: (228,232,174)

Color info

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

RGB color model

#E4E8AE color RGB value is (228,232,174).

  • red value is 228;
  • green value is 232;
  • blue value is 174.
RGB:
(228,232,174)
(89%,91%,68%)

RGB channels and saturation

R 228 of 255 = 89%
G 232 of 255 = 91%
B 174 of 255 = 68%

228
232
174

R + G + B ~ 83%. #E4E8AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 232 + 174 = 634 (100%)
R 228 of 634 ~ 35.96%
G 232 of 634 ~ 36.59%
B 174 of 634 ~ 27.44%

%35.96
%36.59
%27.44

CMYK color model

#E4E8AE color CMYK value is (2,0,25,9).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 9.02%
CMYK:
(2,0,25,9)
C2M0Y25K9 
(2%,0%,25%,9%)
(0.02/0.00/0.25/0.09)	

CMYK percentages

%1.72
%0
%25
%9.02

Codes

Color #E4E8AE in popluar color models

E4E8AE
RGB228232174
HSL64°55.77%79.61%
HSB/HSV64°25.00%90.98%
CMYK1.72%0.00%25.00%
9.02%

Color #E4E8AE in popluar number systems.

HEXE4E8AE
Decimal228232174
Binary111001001110100010101110
Octal344350256

Shades and tints

Shades of #E4E8AE

#E4E8AE
(228,232,174)
#D0D39F
(208,211,159)
#BCBE90
(188,190,144)
#A8A981
(168,169,129)
#949472
(148,148,114)
#807F63
(128,127,99)
#6C6A54
(108,106,84)
#585545
(88,85,69)
#444036
(68,64,54)
#302B27
(48,43,39)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #E4E8AE

#E4E8AE
(228,232,174)
#E6EAB5
(230,234,181)
#E8ECBC
(232,236,188)
#EAEEC3
(234,238,195)
#ECF0CA
(236,240,202)
#EEF2D1
(238,242,209)
#F0F4D8
(240,244,216)
#F2F6DF
(242,246,223)
#F4F8E6
(244,248,230)
#F6FAED
(246,250,237)
#F8FCF4
(248,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E8AE; }

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

This text font color is #E4E8AE.


Background Color

.myBgColor { background-color: #E4E8AE; }

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

This div background color is #E4E8AE.


Border color

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

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

This div border color is #E4E8AE.


Opacity

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

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

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

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

This text has shadow with #E4E8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E8AE on black background.


Color preview on white background

This text has color #E4E8AE on white background.



Black color preview on #E4E8AE background

This text has black color on #E4E8AE background.


White color preview on #E4E8AE background

This text has white color on #E4E8AE background.