COLOR #E1D8A1

HEX: #E1D8A1 RGB: (225,216,161)

Color info

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

RGB color model

#E1D8A1 color RGB value is (225,216,161).

RGB: (225,216,161) (88%, 85%, 63%)

RGB channels and saturation

R 225 of 255 = 88%
G 216 of 255 = 85%
B 161 of 255 = 63%

225
216
161

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

Portions of RGB colors in percentages

R + G + B = 225 + 216 + 161 = 602 (100%)
R 225 of 602 ~ 37.38%
G 216 of 602 ~ 35.88%
B 161 of 602 ~ 26.74'%

%37.38
%35.88
%26.74

CMYK color model

#E1D8A1 color CMYK value is (0,4,28,12).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 28.44%
  • key color value is 11.76%
CMYK: (0,4,28,12) C0M4Y28K12 (0%,4%,28%,12%) (0.00/0.04/0.28/0.12) 

CMYK percentages

%0
%4
%28.44
%11.76

Codes

Color #E1D8A1 in popluar color models

E1 D8 A1
RGB 225 216 161
HSL 52° 51.61% 75.69%
HSB/HSV 52° 28.44% 88.24%
CMYK 0.00% 4.00% 28.44%
11.76%

Color #E1D8A1 in popluar number systems.

HEX E1 D8 A1
Decimal 225 216 161
Binary 11100001 11011000 10100001
Octal 341 330 241

Shades and tints

Shades of #E1D8A1

#E1D8A1
(225,216,161)
#CDC593
(205,197,147)
#B9B285
(185,178,133)
#A59F77
(165,159,119)
#918C69
(145,140,105)
#7D795B
(125,121,91)
#69664D
(105,102,77)
#55533F
(85,83,63)
#414031
(65,64,49)
#2D2D23
(45,45,35)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #E1D8A1

#E1D8A1
(225,216,161)
#E3DBA9
(227,219,169)
#E5DEB1
(229,222,177)
#E7E1B9
(231,225,185)
#E9E4C1
(233,228,193)
#EBE7C9
(235,231,201)
#EDEAD1
(237,234,209)
#EFEDD9
(239,237,217)
#F1F0E1
(241,240,225)
#F3F3E9
(243,243,233)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D8A1; }

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

This text font color is #E1D8A1.

Background Color

.myBgColor { background-color: #E1D8A1; }

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

This div background color is #E1D8A1.

Border color

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

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

This div border color is #E1D8A1.

Opacity

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

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

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

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

This text has shadow with #E1D8A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D8A1.

Preview

Color preview on black background

This text has color #E1D8A1 on black background.


Color preview on white background

This text has color #E1D8A1 on white background.


Black color preview on #E1D8A1 background

This text has black color on #E1D8A1 background.


White color preview on #E1D8A1 background

This text has white color on #E1D8A1 background.


Related colors

Complementary color

Complementary color for #hex is #1E275E.


I love getcolorcode.com

Triadic colors

1 #A1E1D8 and #D8A1E1 with #E1D8A1 are triadic colors.

2 #A1D8E1 and #D8E1A1 with #E1D8A1 are triadic colors.