COLOR #E1D8A4

HEX: #E1D8A4 RGB: (225,216,164)

Color info

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

RGB color model

#E1D8A4 color RGB value is (225,216,164).

RGB: (225,216,164) (88%, 85%, 64%)

RGB channels and saturation

R 225 of 255 = 88%
G 216 of 255 = 85%
B 164 of 255 = 64%

225
216
164

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

Portions of RGB colors in percentages

R + G + B = 225 + 216 + 164 = 605 (100%)
R 225 of 605 ~ 37.19%
G 216 of 605 ~ 35.7%
B 164 of 605 ~ 27.11'%

%37.19
%35.7
%27.11

CMYK color model

#E1D8A4 color CMYK value is (0,4,27,12).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 27.11%
  • key color value is 11.76%

CMYK: (0,4,27,12)
C0M4Y27K12 (0%, 4%, 27%, 12%)
(0.00 / 0.04 / 0.27 / 0.12)

CMYK percentages

%0
%4
%27.11
%11.76

Codes

Color #E1D8A4 in popluar color models

E1 D8 A4
RGB 225 216 164
HSL 51° 50.41% 76.27%
HSB/HSV 51° 27.11% 88.24%
CMYK 0.00% 4.00% 27.11%
11.76%

Color #E1D8A4 in popluar number systems.

HEX E1 D8 A4
Decimal 225 216 164
Binary 11100001 11011000 10100100
Octal 341 330 244

Shades and tints

Shades of #E1D8A4

#E1D8A4
(225,216,164)
#CDC596
(205,197,150)
#B9B288
(185,178,136)
#A59F7A
(165,159,122)
#918C6C
(145,140,108)
#7D795E
(125,121,94)
#696650
(105,102,80)
#555342
(85,83,66)
#414034
(65,64,52)
#2D2D26
(45,45,38)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #E1D8A4

#E1D8A4
(225,216,164)
#E3DBAC
(227,219,172)
#E5DEB4
(229,222,180)
#E7E1BC
(231,225,188)
#E9E4C4
(233,228,196)
#EBE7CC
(235,231,204)
#EDEAD4
(237,234,212)
#EFEDDC
(239,237,220)
#F1F0E4
(241,240,228)
#F3F3EC
(243,243,236)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D8A4; }

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

This text font color is #E1D8A4.

Background Color

.myBgColor { background-color: #E1D8A4; }

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

This div background color is #E1D8A4.

Border color

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

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

This div border color is #E1D8A4.

Opacity

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

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

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

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

This text has shadow with #E1D8A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D8A4.

Preview

Color preview on black background

This text has color #E1D8A4 on black background.


Color preview on white background

This text has color #E1D8A4 on white background.


Black color preview on #E1D8A4 background

This text has black color on #E1D8A4 background.


White color preview on #E1D8A4 background

This text has white color on #E1D8A4 background.


Related colors

Complementary color

Complementary color for #hex is #1E275B.


I love getcolorcode.com

Triadic colors

1 #A4E1D8 and #D8A4E1 with #E1D8A4 are triadic colors.

2 #A4D8E1 and #D8E1A4 with #E1D8A4 are triadic colors.