COLOR #E7D2AC

HEX: #E7D2AC RGB: (231,210,172)

Color info

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

RGB color model

#E7D2AC color RGB value is (231,210,172).

RGB: (231,210,172) (91%, 82%, 67%)

RGB channels and saturation

R 231 of 255 = 91%
G 210 of 255 = 82%
B 172 of 255 = 67%

231
210
172

R + G + B ~ 80%. #E7D2AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 210 + 172 = 613 (100%)
R 231 of 613 ~ 37.68%
G 210 of 613 ~ 34.26%
B 172 of 613 ~ 28.06'%

%37.68
%34.26
%28.06

CMYK color model

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

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

CMYK: (0,9,26,9)
C0M9Y26K9 (0%, 9%, 26%, 9%)
(0.00 / 0.09 / 0.26 / 0.09)

CMYK percentages

%0
%9.09
%25.54
%9.41

Codes

Color #E7D2AC in popluar color models

E7 D2 AC
RGB 231 210 172
HSL 39° 55.14% 79.02%
HSB/HSV 39° 25.54% 90.59%
CMYK 0.00% 9.09% 25.54%
9.41%

Color #E7D2AC in popluar number systems.

HEX E7 D2 AC
Decimal 231 210 172
Binary 11100111 11010010 10101100
Octal 347 322 254

Shades and tints

Shades of #E7D2AC

#E7D2AC
(231,210,172)
#D2BF9D
(210,191,157)
#BDAC8E
(189,172,142)
#A8997F
(168,153,127)
#938670
(147,134,112)
#7E7361
(126,115,97)
#696052
(105,96,82)
#544D43
(84,77,67)
#3F3A34
(63,58,52)
#2A2725
(42,39,37)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #E7D2AC

#E7D2AC
(231,210,172)
#E9D6B3
(233,214,179)
#EBDABA
(235,218,186)
#EDDEC1
(237,222,193)
#EFE2C8
(239,226,200)
#F1E6CF
(241,230,207)
#F3EAD6
(243,234,214)
#F5EEDD
(245,238,221)
#F7F2E4
(247,242,228)
#F9F6EB
(249,246,235)
#FBFAF2
(251,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D2AC; }

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

This text font color is #E7D2AC.

Background Color

.myBgColor { background-color: #E7D2AC; }

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

This div background color is #E7D2AC.

Border color

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

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

This div border color is #E7D2AC.

Opacity

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

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

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

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

This text has shadow with #E7D2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D2AC.

Preview

Color preview on black background

This text has color #E7D2AC on black background.


Color preview on white background

This text has color #E7D2AC on white background.


Black color preview on #E7D2AC background

This text has black color on #E7D2AC background.


White color preview on #E7D2AC background

This text has white color on #E7D2AC background.


Related colors

Complementary color

Complementary color for #hex is #182D53.


I love getcolorcode.com

Triadic colors

1 #ACE7D2 and #D2ACE7 with #E7D2AC are triadic colors.

2 #ACD2E7 and #D2E7AC with #E7D2AC are triadic colors.