COLOR #E3E8AE

HEX: #E3E8AE RGB: (227,232,174)

Color info

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

RGB color model

#E3E8AE color RGB value is (227,232,174).

RGB: (227,232,174) (89%, 91%, 68%)

RGB channels and saturation

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

227
232
174

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

Portions of RGB colors in percentages

R + G + B = 227 + 232 + 174 = 633 (100%)
R 227 of 633 ~ 35.86%
G 232 of 633 ~ 36.65%
B 174 of 633 ~ 27.49'%

%35.86
%36.65
%27.49

CMYK color model

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

  • cyan value is 2.16%
  • 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

%2.16
%0
%25
%9.02

Codes

Color #E3E8AE in popluar color models

E3 E8 AE
RGB 227 232 174
HSL 65° 55.77% 79.61%
HSB/HSV 65° 25.00% 90.98%
CMYK 2.16% 0.00% 25.00%
9.02%

Color #E3E8AE in popluar number systems.

HEX E3 E8 AE
Decimal 227 232 174
Binary 11100011 11101000 10101110
Octal 343 350 256

Shades and tints

Shades of #E3E8AE

#E3E8AE
(227,232,174)
#CFD39F
(207,211,159)
#BBBE90
(187,190,144)
#A7A981
(167,169,129)
#939472
(147,148,114)
#7F7F63
(127,127,99)
#6B6A54
(107,106,84)
#575545
(87,85,69)
#434036
(67,64,54)
#2F2B27
(47,43,39)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #E3E8AE

#E3E8AE
(227,232,174)
#E5EAB5
(229,234,181)
#E7ECBC
(231,236,188)
#E9EEC3
(233,238,195)
#EBF0CA
(235,240,202)
#EDF2D1
(237,242,209)
#EFF4D8
(239,244,216)
#F1F6DF
(241,246,223)
#F3F8E6
(243,248,230)
#F5FAED
(245,250,237)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E8AE; }

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

This text font color is #E3E8AE.

Background Color

.myBgColor { background-color: #E3E8AE; }

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

This div background color is #E3E8AE.

Border color

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

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

This div border color is #E3E8AE.

Opacity

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

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

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

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

This text has shadow with #E3E8AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3E8AE.

Preview

Color preview on black background

This text has color #E3E8AE on black background.


Color preview on white background

This text has color #E3E8AE on white background.


Black color preview on #E3E8AE background

This text has black color on #E3E8AE background.


White color preview on #E3E8AE background

This text has white color on #E3E8AE background.


Related colors

Complementary color

Complementary color for #hex is #1C1751.


I love getcolorcode.com

Triadic colors

1 #AEE3E8 and #E8AEE3 with #E3E8AE are triadic colors.

2 #AEE8E3 and #E8E3AE with #E3E8AE are triadic colors.