COLOR #E3D2A2

HEX: #E3D2A2
RGB: (227,210,162)

Color info

#E3D2A2 contains mainly red and green colors. Web safe color of #E3D2A2 is #CCCC99 (or #CC9).

RGB color model

#E3D2A2 color RGB value is (227,210,162).

  • red value is 227;
  • green value is 210;
  • blue value is 162.
RGB:
(227,210,162)
(89%,82%,64%)

RGB channels and saturation

R 227 of 255 = 89%
G 210 of 255 = 82%
B 162 of 255 = 64%

227
210
162

R + G + B ~ 78%. #E3D2A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 210 + 162 = 599 (100%)
R 227 of 599 ~ 37.9%
G 210 of 599 ~ 35.06%
B 162 of 599 ~ 27.05%

%37.9
%35.06
%27.05

CMYK color model

#E3D2A2 color CMYK value is (0,7,29,11).

  • cyan value is 0.00%
  • magenta value is 7.49%
  • yellow value is 28.63%
  • key color value is 10.98%
CMYK:
(0,7,29,11)
C0M7Y29K11 
(0%,7%,29%,11%)
(0.00/0.07/0.29/0.11)	

CMYK percentages

%0
%7.49
%28.63
%10.98

Codes

Color #E3D2A2 in popluar color models

E3D2A2
RGB227210162
HSL44°53.72%76.27%
HSB/HSV44°28.63%89.02%
CMYK0.00%7.49%28.63%
10.98%

Color #E3D2A2 in popluar number systems.

HEXE3D2A2
Decimal227210162
Binary111000111101001010100010
Octal343322242

Shades and tints

Shades of #E3D2A2

#E3D2A2
(227,210,162)
#CFBF94
(207,191,148)
#BBAC86
(187,172,134)
#A79978
(167,153,120)
#93866A
(147,134,106)
#7F735C
(127,115,92)
#6B604E
(107,96,78)
#574D40
(87,77,64)
#433A32
(67,58,50)
#2F2724
(47,39,36)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #E3D2A2

#E3D2A2
(227,210,162)
#E5D6AA
(229,214,170)
#E7DAB2
(231,218,178)
#E9DEBA
(233,222,186)
#EBE2C2
(235,226,194)
#EDE6CA
(237,230,202)
#EFEAD2
(239,234,210)
#F1EEDA
(241,238,218)
#F3F2E2
(243,242,226)
#F5F6EA
(245,246,234)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D2A2; }

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

This text font color is #E3D2A2.


Background Color

.myBgColor { background-color: #E3D2A2; }

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

This div background color is #E3D2A2.


Border color

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

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

This div border color is #E3D2A2.


Opacity

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

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

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

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

This text has shadow with #E3D2A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D2A2 on black background.


Color preview on white background

This text has color #E3D2A2 on white background.



Black color preview on #E3D2A2 background

This text has black color on #E3D2A2 background.


White color preview on #E3D2A2 background

This text has white color on #E3D2A2 background.