COLOR #E3D2AC

HEX: #E3D2AC RGB: (227,210,172)

Color info

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

RGB color model

#E3D2AC color RGB value is (227,210,172).

RGB: (227,210,172) (89%, 82%, 67%)

RGB channels and saturation

R 227 of 255 = 89%
G 210 of 255 = 82%
B 172 of 255 = 67%

227
210
172

R + G + B ~ 79%. #E3D2AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 210 + 172 = 609 (100%)
R 227 of 609 ~ 37.27%
G 210 of 609 ~ 34.48%
B 172 of 609 ~ 28.24'%

%37.27
%34.48
%28.24

CMYK color model

#E3D2AC color CMYK value is (0,7,24,11).

  • cyan value is 0.00%
  • magenta value is 7.49%
  • yellow value is 24.23%
  • key color value is 10.98%

CMYK: (0,7,24,11)
C0M7Y24K11 (0%, 7%, 24%, 11%)
(0.00 / 0.07 / 0.24 / 0.11)

CMYK percentages

%0
%7.49
%24.23
%10.98

Codes

Color #E3D2AC in popluar color models

E3 D2 AC
RGB 227 210 172
HSL 41° 49.55% 78.24%
HSB/HSV 41° 24.23% 89.02%
CMYK 0.00% 7.49% 24.23%
10.98%

Color #E3D2AC in popluar number systems.

HEX E3 D2 AC
Decimal 227 210 172
Binary 11100011 11010010 10101100
Octal 343 322 254

Shades and tints

Shades of #E3D2AC

#E3D2AC
(227,210,172)
#CFBF9D
(207,191,157)
#BBAC8E
(187,172,142)
#A7997F
(167,153,127)
#938670
(147,134,112)
#7F7361
(127,115,97)
#6B6052
(107,96,82)
#574D43
(87,77,67)
#433A34
(67,58,52)
#2F2725
(47,39,37)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #E3D2AC

#E3D2AC
(227,210,172)
#E5D6B3
(229,214,179)
#E7DABA
(231,218,186)
#E9DEC1
(233,222,193)
#EBE2C8
(235,226,200)
#EDE6CF
(237,230,207)
#EFEAD6
(239,234,214)
#F1EEDD
(241,238,221)
#F3F2E4
(243,242,228)
#F5F6EB
(245,246,235)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D2AC; }

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

This text font color is #E3D2AC.

Background Color

.myBgColor { background-color: #E3D2AC; }

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

This div background color is #E3D2AC.

Border color

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

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

This div border color is #E3D2AC.

Opacity

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

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

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

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

This text has shadow with #E3D2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D2AC.

Preview

Color preview on black background

This text has color #E3D2AC on black background.


Color preview on white background

This text has color #E3D2AC on white background.


Black color preview on #E3D2AC background

This text has black color on #E3D2AC background.


White color preview on #E3D2AC background

This text has white color on #E3D2AC background.


Related colors

Complementary color

Complementary color for #hex is #1C2D53.


I love getcolorcode.com

Triadic colors

1 #ACE3D2 and #D2ACE3 with #E3D2AC are triadic colors.

2 #ACD2E3 and #D2E3AC with #E3D2AC are triadic colors.