COLOR #E7E2AA

HEX: #E7E2AA RGB: (231,226,170)

Color info

#E7E2AA contains mainly red and green colors. Web safe color of #E7E2AA is #FFCC99 (or #FC9).

RGB color model

#E7E2AA color RGB value is (231,226,170).

RGB: (231,226,170) (91%, 89%, 67%)

RGB channels and saturation

R 231 of 255 = 91%
G 226 of 255 = 89%
B 170 of 255 = 67%

231
226
170

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

Portions of RGB colors in percentages

R + G + B = 231 + 226 + 170 = 627 (100%)
R 231 of 627 ~ 36.84%
G 226 of 627 ~ 36.04%
B 170 of 627 ~ 27.11'%

%36.84
%36.04
%27.11

CMYK color model

#E7E2AA color CMYK value is (0,2,26,9).

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 26.41%
  • key color value is 9.41%

CMYK: (0,2,26,9)
C0M2Y26K9 (0%, 2%, 26%, 9%)
(0.00 / 0.02 / 0.26 / 0.09)

CMYK percentages

%0
%2.16
%26.41
%9.41

Codes

Color #E7E2AA in popluar color models

E7 E2 AA
RGB 231 226 170
HSL 55° 55.96% 78.63%
HSB/HSV 55° 26.41% 90.59%
CMYK 0.00% 2.16% 26.41%
9.41%

Color #E7E2AA in popluar number systems.

HEX E7 E2 AA
Decimal 231 226 170
Binary 11100111 11100010 10101010
Octal 347 342 252

Shades and tints

Shades of #E7E2AA

#E7E2AA
(231,226,170)
#D2CE9B
(210,206,155)
#BDBA8C
(189,186,140)
#A8A67D
(168,166,125)
#93926E
(147,146,110)
#7E7E5F
(126,126,95)
#696A50
(105,106,80)
#545641
(84,86,65)
#3F4232
(63,66,50)
#2A2E23
(42,46,35)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #E7E2AA

#E7E2AA
(231,226,170)
#E9E4B1
(233,228,177)
#EBE6B8
(235,230,184)
#EDE8BF
(237,232,191)
#EFEAC6
(239,234,198)
#F1ECCD
(241,236,205)
#F3EED4
(243,238,212)
#F5F0DB
(245,240,219)
#F7F2E2
(247,242,226)
#F9F4E9
(249,244,233)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E2AA; }

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

This text font color is #E7E2AA.

Background Color

.myBgColor { background-color: #E7E2AA; }

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

This div background color is #E7E2AA.

Border color

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

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

This div border color is #E7E2AA.

Opacity

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

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

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

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

This text has shadow with #E7E2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E2AA.

Preview

Color preview on black background

This text has color #E7E2AA on black background.


Color preview on white background

This text has color #E7E2AA on white background.


Black color preview on #E7E2AA background

This text has black color on #E7E2AA background.


White color preview on #E7E2AA background

This text has white color on #E7E2AA background.


Related colors

Complementary color

Complementary color for #hex is #181D55.


I love getcolorcode.com

Triadic colors

1 #AAE7E2 and #E2AAE7 with #E7E2AA are triadic colors.

2 #AAE2E7 and #E2E7AA with #E7E2AA are triadic colors.