COLOR #E3E2AE

HEX: #E3E2AE
RGB: (227,226,174)

Color info

#E3E2AE contains red, green and blue colors in about the same proportion. Web safe color of #E3E2AE is #CCCC99 (or #CC9).

RGB color model

#E3E2AE color RGB value is (227,226,174).

  • red value is 227;
  • green value is 226;
  • blue value is 174.
RGB:
(227,226,174)
(89%,89%,68%)

RGB channels and saturation

R 227 of 255 = 89%
G 226 of 255 = 89%
B 174 of 255 = 68%

227
226
174

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

Portions of RGB colors in percentages

R + G + B =
227 + 226 + 174 = 627 (100%)
R 227 of 627 ~ 36.2%
G 226 of 627 ~ 36.04%
B 174 of 627 ~ 27.75%

%36.2
%36.04
%27.75

CMYK color model

#E3E2AE color CMYK value is (0,0,23,11).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 23.35%
  • key color value is 10.98%
CMYK:
(0,0,23,11)
C0M0Y23K11 
(0%,0%,23%,11%)
(0.00/0.00/0.23/0.11)	

CMYK percentages

%0
%0.44
%23.35
%10.98

Codes

Color #E3E2AE in popluar color models

E3E2AE
RGB227226174
HSL59°48.62%78.63%
HSB/HSV59°23.35%89.02%
CMYK0.00%0.44%23.35%
10.98%

Color #E3E2AE in popluar number systems.

HEXE3E2AE
Decimal227226174
Binary111000111110001010101110
Octal343342256

Shades and tints

Shades of #E3E2AE

#E3E2AE
(227,226,174)
#CFCE9F
(207,206,159)
#BBBA90
(187,186,144)
#A7A681
(167,166,129)
#939272
(147,146,114)
#7F7E63
(127,126,99)
#6B6A54
(107,106,84)
#575645
(87,86,69)
#434236
(67,66,54)
#2F2E27
(47,46,39)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #E3E2AE

#E3E2AE
(227,226,174)
#E5E4B5
(229,228,181)
#E7E6BC
(231,230,188)
#E9E8C3
(233,232,195)
#EBEACA
(235,234,202)
#EDECD1
(237,236,209)
#EFEED8
(239,238,216)
#F1F0DF
(241,240,223)
#F3F2E6
(243,242,230)
#F5F4ED
(245,244,237)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E2AE; }

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

This text font color is #E3E2AE.


Background Color

.myBgColor { background-color: #E3E2AE; }

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

This div background color is #E3E2AE.


Border color

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

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

This div border color is #E3E2AE.


Opacity

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

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

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

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

This text has shadow with #E3E2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E2AE on black background.


Color preview on white background

This text has color #E3E2AE on white background.



Black color preview on #E3E2AE background

This text has black color on #E3E2AE background.


White color preview on #E3E2AE background

This text has white color on #E3E2AE background.