COLOR #E3E2AA

HEX: #E3E2AA
RGB: (227,226,170)

Color info

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

RGB color model

#E3E2AA color RGB value is (227,226,170).

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

RGB channels and saturation

R 227 of 255 = 89%
G 226 of 255 = 89%
B 170 of 255 = 67%

227
226
170

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

Portions of RGB colors in percentages

R + G + B =
227 + 226 + 170 = 623 (100%)
R 227 of 623 ~ 36.44%
G 226 of 623 ~ 36.28%
B 170 of 623 ~ 27.29%

%36.44
%36.28
%27.29

CMYK color model

#E3E2AA color CMYK value is (0,0,25,11).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 25.11%
  • key color value is 10.98%
CMYK:
(0,0,25,11)
C0M0Y25K11 
(0%,0%,25%,11%)
(0.00/0.00/0.25/0.11)	

CMYK percentages

%0
%0.44
%25.11
%10.98

Codes

Color #E3E2AA in popluar color models

E3E2AA
RGB227226170
HSL59°50.44%77.84%
HSB/HSV59°25.11%89.02%
CMYK0.00%0.44%25.11%
10.98%

Color #E3E2AA in popluar number systems.

HEXE3E2AA
Decimal227226170
Binary111000111110001010101010
Octal343342252

Shades and tints

Shades of #E3E2AA

#E3E2AA
(227,226,170)
#CFCE9B
(207,206,155)
#BBBA8C
(187,186,140)
#A7A67D
(167,166,125)
#93926E
(147,146,110)
#7F7E5F
(127,126,95)
#6B6A50
(107,106,80)
#575641
(87,86,65)
#434232
(67,66,50)
#2F2E23
(47,46,35)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #E3E2AA

#E3E2AA
(227,226,170)
#E5E4B1
(229,228,177)
#E7E6B8
(231,230,184)
#E9E8BF
(233,232,191)
#EBEAC6
(235,234,198)
#EDECCD
(237,236,205)
#EFEED4
(239,238,212)
#F1F0DB
(241,240,219)
#F3F2E2
(243,242,226)
#F5F4E9
(245,244,233)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E2AA; }

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

This text font color is #E3E2AA.


Background Color

.myBgColor { background-color: #E3E2AA; }

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

This div background color is #E3E2AA.


Border color

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

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

This div border color is #E3E2AA.


Opacity

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

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

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

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

This text has shadow with #E3E2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E2AA on black background.


Color preview on white background

This text has color #E3E2AA on white background.



Black color preview on #E3E2AA background

This text has black color on #E3E2AA background.


White color preview on #E3E2AA background

This text has white color on #E3E2AA background.