COLOR #E1D3A4

HEX: #E1D3A4
RGB: (225,211,164)

Color info

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

RGB color model

#E1D3A4 color RGB value is (225,211,164).

  • red value is 225;
  • green value is 211;
  • blue value is 164.
RGB:
(225,211,164)
(88%,83%,64%)

RGB channels and saturation

R 225 of 255 = 88%
G 211 of 255 = 83%
B 164 of 255 = 64%

225
211
164

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

Portions of RGB colors in percentages

R + G + B =
225 + 211 + 164 = 600 (100%)
R 225 of 600 ~ 37.5%
G 211 of 600 ~ 35.17%
B 164 of 600 ~ 27.33%

%37.5
%35.17
%27.33

CMYK color model

#E1D3A4 color CMYK value is (0,6,27,12).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 27.11%
  • key color value is 11.76%
CMYK:
(0,6,27,12)
C0M6Y27K12 
(0%,6%,27%,12%)
(0.00/0.06/0.27/0.12)	

CMYK percentages

%0
%6.22
%27.11
%11.76

Codes

Color #E1D3A4 in popluar color models

E1D3A4
RGB225211164
HSL46°50.41%76.27%
HSB/HSV46°27.11%88.24%
CMYK0.00%6.22%27.11%
11.76%

Color #E1D3A4 in popluar number systems.

HEXE1D3A4
Decimal225211164
Binary111000011101001110100100
Octal341323244

Shades and tints

Shades of #E1D3A4

#E1D3A4
(225,211,164)
#CDC096
(205,192,150)
#B9AD88
(185,173,136)
#A59A7A
(165,154,122)
#91876C
(145,135,108)
#7D745E
(125,116,94)
#696150
(105,97,80)
#554E42
(85,78,66)
#413B34
(65,59,52)
#2D2826
(45,40,38)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #E1D3A4

#E1D3A4
(225,211,164)
#E3D7AC
(227,215,172)
#E5DBB4
(229,219,180)
#E7DFBC
(231,223,188)
#E9E3C4
(233,227,196)
#EBE7CC
(235,231,204)
#EDEBD4
(237,235,212)
#EFEFDC
(239,239,220)
#F1F3E4
(241,243,228)
#F3F7EC
(243,247,236)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D3A4 color. Also use rgb(225,211,164) instead hex code.

Text Font Color

.myTextColor { color: #E1D3A4; }

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

This text font color is #E1D3A4.


Background Color

.myBgColor { background-color: #E1D3A4; }

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

This div background color is #E1D3A4.


Border color

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

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

This div border color is #E1D3A4.


Opacity

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

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

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

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

This text has shadow with #E1D3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D3A4 on black background.


Color preview on white background

This text has color #E1D3A4 on white background.



Black color preview on #E1D3A4 background

This text has black color on #E1D3A4 background.


White color preview on #E1D3A4 background

This text has white color on #E1D3A4 background.