COLOR #E7E0AC

HEX: #E7E0AC RGB: (231,224,172)

Color info

#E7E0AC contains red, green and blue colors in about the same proportion. Web safe color of #E7E0AC is #FFCC99 (or #FC9).

RGB color model

#E7E0AC color RGB value is (231,224,172).

RGB: (231,224,172) (91%, 88%, 67%)

RGB channels and saturation

R 231 of 255 = 91%
G 224 of 255 = 88%
B 172 of 255 = 67%

231
224
172

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

Portions of RGB colors in percentages

R + G + B = 231 + 224 + 172 = 627 (100%)
R 231 of 627 ~ 36.84%
G 224 of 627 ~ 35.73%
B 172 of 627 ~ 27.43'%

%36.84
%35.73
%27.43

CMYK color model

#E7E0AC color CMYK value is (0,3,26,9).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 25.54%
  • key color value is 9.41%

CMYK: (0,3,26,9)
C0M3Y26K9 (0%, 3%, 26%, 9%)
(0.00 / 0.03 / 0.26 / 0.09)

CMYK percentages

%0
%3.03
%25.54
%9.41

Codes

Color #E7E0AC in popluar color models

E7 E0 AC
RGB 231 224 172
HSL 53° 55.14% 79.02%
HSB/HSV 53° 25.54% 90.59%
CMYK 0.00% 3.03% 25.54%
9.41%

Color #E7E0AC in popluar number systems.

HEX E7 E0 AC
Decimal 231 224 172
Binary 11100111 11100000 10101100
Octal 347 340 254

Shades and tints

Shades of #E7E0AC

#E7E0AC
(231,224,172)
#D2CC9D
(210,204,157)
#BDB88E
(189,184,142)
#A8A47F
(168,164,127)
#939070
(147,144,112)
#7E7C61
(126,124,97)
#696852
(105,104,82)
#545443
(84,84,67)
#3F4034
(63,64,52)
#2A2C25
(42,44,37)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #E7E0AC

#E7E0AC
(231,224,172)
#E9E2B3
(233,226,179)
#EBE4BA
(235,228,186)
#EDE6C1
(237,230,193)
#EFE8C8
(239,232,200)
#F1EACF
(241,234,207)
#F3ECD6
(243,236,214)
#F5EEDD
(245,238,221)
#F7F0E4
(247,240,228)
#F9F2EB
(249,242,235)
#FBF4F2
(251,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E0AC color. Also use rgb(231,224,172) instead hex code.

Text Font Color

.myTextColor { color: #E7E0AC; }

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

This text font color is #E7E0AC.

Background Color

.myBgColor { background-color: #E7E0AC; }

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

This div background color is #E7E0AC.

Border color

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

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

This div border color is #E7E0AC.

Opacity

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

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

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

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

This text has shadow with #E7E0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E0AC.

Preview

Color preview on black background

This text has color #E7E0AC on black background.


Color preview on white background

This text has color #E7E0AC on white background.


Black color preview on #E7E0AC background

This text has black color on #E7E0AC background.


White color preview on #E7E0AC background

This text has white color on #E7E0AC background.


Related colors

Complementary color

Complementary color for #hex is #181F53.


I love getcolorcode.com

Triadic colors

1 #ACE7E0 and #E0ACE7 with #E7E0AC are triadic colors.

2 #ACE0E7 and #E0E7AC with #E7E0AC are triadic colors.