COLOR #E1D7A1

HEX: #E1D7A1 RGB: (225,215,161)

Color info

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

RGB color model

#E1D7A1 color RGB value is (225,215,161).

RGB: (225,215,161) (88%, 84%, 63%)

RGB channels and saturation

R 225 of 255 = 88%
G 215 of 255 = 84%
B 161 of 255 = 63%

225
215
161

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

Portions of RGB colors in percentages

R + G + B = 225 + 215 + 161 = 601 (100%)
R 225 of 601 ~ 37.44%
G 215 of 601 ~ 35.77%
B 161 of 601 ~ 26.79'%

%37.44
%35.77
%26.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.44%
  • 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.44
%28.44
%11.76

Codes

Color #E1D7A1 in popluar color models

E1 D7 A1
RGB 225 215 161
HSL 51° 51.61% 75.69%
HSB/HSV 51° 28.44% 88.24%
CMYK 0.00% 4.44% 28.44%
11.76%

Color #E1D7A1 in popluar number systems.

HEX E1 D7 A1
Decimal 225 215 161
Binary 11100001 11010111 10100001
Octal 341 327 241

Shades and tints

Shades of #E1D7A1

#E1D7A1
(225,215,161)
#CDC493
(205,196,147)
#B9B185
(185,177,133)
#A59E77
(165,158,119)
#918B69
(145,139,105)
#7D785B
(125,120,91)
#69654D
(105,101,77)
#55523F
(85,82,63)
#413F31
(65,63,49)
#2D2C23
(45,44,35)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #E1D7A1

#E1D7A1
(225,215,161)
#E3DAA9
(227,218,169)
#E5DDB1
(229,221,177)
#E7E0B9
(231,224,185)
#E9E3C1
(233,227,193)
#EBE6C9
(235,230,201)
#EDE9D1
(237,233,209)
#EFECD9
(239,236,217)
#F1EFE1
(241,239,225)
#F3F2E9
(243,242,233)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D7A1; }

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

This text font color is #E1D7A1.

Background Color

.myBgColor { background-color: #E1D7A1; }

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

This div background color is #E1D7A1.

Border color

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

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

This div border color is #E1D7A1.

Opacity

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

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

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

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

This text has shadow with #E1D7A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D7A1.

Preview

Color preview on black background

This text has color #E1D7A1 on black background.


Color preview on white background

This text has color #E1D7A1 on white background.


Black color preview on #E1D7A1 background

This text has black color on #E1D7A1 background.


White color preview on #E1D7A1 background

This text has white color on #E1D7A1 background.


Related colors

Complementary color

Complementary color for #hex is #1E285E.


I love getcolorcode.com

Triadic colors

1 #A1E1D7 and #D7A1E1 with #E1D7A1 are triadic colors.

2 #A1D7E1 and #D7E1A1 with #E1D7A1 are triadic colors.