COLOR #E2D3AC

HEX: #E2D3AC
RGB: (226,211,172)

Color info

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

RGB color model

#E2D3AC color RGB value is (226,211,172).

  • red value is 226;
  • green value is 211;
  • blue value is 172.
RGB:
(226,211,172)
(89%,83%,67%)

RGB channels and saturation

R 226 of 255 = 89%
G 211 of 255 = 83%
B 172 of 255 = 67%

226
211
172

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

Portions of RGB colors in percentages

R + G + B =
226 + 211 + 172 = 609 (100%)
R 226 of 609 ~ 37.11%
G 211 of 609 ~ 34.65%
B 172 of 609 ~ 28.24%

%37.11
%34.65
%28.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.64%
  • 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
%6.64
%23.89
%11.37

Codes

Color #E2D3AC in popluar color models

E2D3AC
RGB226211172
HSL43°48.21%78.04%
HSB/HSV43°23.89%88.63%
CMYK0.00%6.64%23.89%
11.37%

Color #E2D3AC in popluar number systems.

HEXE2D3AC
Decimal226211172
Binary111000101101001110101100
Octal342323254

Shades and tints

Shades of #E2D3AC

#E2D3AC
(226,211,172)
#CEC09D
(206,192,157)
#BAAD8E
(186,173,142)
#A69A7F
(166,154,127)
#928770
(146,135,112)
#7E7461
(126,116,97)
#6A6152
(106,97,82)
#564E43
(86,78,67)
#423B34
(66,59,52)
#2E2825
(46,40,37)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #E2D3AC

#E2D3AC
(226,211,172)
#E4D7B3
(228,215,179)
#E6DBBA
(230,219,186)
#E8DFC1
(232,223,193)
#EAE3C8
(234,227,200)
#ECE7CF
(236,231,207)
#EEEBD6
(238,235,214)
#F0EFDD
(240,239,221)
#F2F3E4
(242,243,228)
#F4F7EB
(244,247,235)
#F6FBF2
(246,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D3AC; }

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

This text font color is #E2D3AC.


Background Color

.myBgColor { background-color: #E2D3AC; }

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

This div background color is #E2D3AC.


Border color

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

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

This div border color is #E2D3AC.


Opacity

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

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

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

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

This text has shadow with #E2D3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D3AC on black background.


Color preview on white background

This text has color #E2D3AC on white background.



Black color preview on #E2D3AC background

This text has black color on #E2D3AC background.


White color preview on #E2D3AC background

This text has white color on #E2D3AC background.