COLOR #E2D2AC

HEX: #E2D2AC RGB: (226,210,172)

Color info

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

RGB color model

#E2D2AC color RGB value is (226,210,172).

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

RGB channels and saturation

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

226
210
172

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

Portions of RGB colors in percentages

R + G + B = 226 + 210 + 172 = 608 (100%)
R 226 of 608 ~ 37.17%
G 210 of 608 ~ 34.54%
B 172 of 608 ~ 28.29'%

%37.17
%34.54
%28.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 23.89%
  • key color value is 11.37%

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

CMYK percentages

%0
%7.08
%23.89
%11.37

Codes

Color #E2D2AC in popluar color models

E2 D2 AC
RGB 226 210 172
HSL 42° 48.21% 78.04%
HSB/HSV 42° 23.89% 88.63%
CMYK 0.00% 7.08% 23.89%
11.37%

Color #E2D2AC in popluar number systems.

HEX E2 D2 AC
Decimal 226 210 172
Binary 11100010 11010010 10101100
Octal 342 322 254

Shades and tints

Shades of #E2D2AC

#E2D2AC
(226,210,172)
#CEBF9D
(206,191,157)
#BAAC8E
(186,172,142)
#A6997F
(166,153,127)
#928670
(146,134,112)
#7E7361
(126,115,97)
#6A6052
(106,96,82)
#564D43
(86,77,67)
#423A34
(66,58,52)
#2E2725
(46,39,37)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #E2D2AC

#E2D2AC
(226,210,172)
#E4D6B3
(228,214,179)
#E6DABA
(230,218,186)
#E8DEC1
(232,222,193)
#EAE2C8
(234,226,200)
#ECE6CF
(236,230,207)
#EEEAD6
(238,234,214)
#F0EEDD
(240,238,221)
#F2F2E4
(242,242,228)
#F4F6EB
(244,246,235)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D2AC; }

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

This text font color is #E2D2AC.

Background Color

.myBgColor { background-color: #E2D2AC; }

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

This div background color is #E2D2AC.

Border color

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

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

This div border color is #E2D2AC.

Opacity

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

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

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

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

This text has shadow with #E2D2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D2AC.

Preview

Color preview on black background

This text has color #E2D2AC on black background.


Color preview on white background

This text has color #E2D2AC on white background.


Black color preview on #E2D2AC background

This text has black color on #E2D2AC background.


White color preview on #E2D2AC background

This text has white color on #E2D2AC background.


Related colors

Complementary color

Complementary color for #hex is #1D2D53.


I love getcolorcode.com

Triadic colors

1 #ACE2D2 and #D2ACE2 with #E2D2AC are triadic colors.

2 #ACD2E2 and #D2E2AC with #E2D2AC are triadic colors.