COLOR #E1D1AF

HEX: #E1D1AF RGB: (225,209,175)

Color info

#E1D1AF contains red, green and blue colors in about the same proportion. Web safe color of #E1D1AF is #CCCC99 (or #CC9).

RGB color model

#E1D1AF color RGB value is (225,209,175).

RGB: (225,209,175) (88%, 82%, 69%)

RGB channels and saturation

R 225 of 255 = 88%
G 209 of 255 = 82%
B 175 of 255 = 69%

225
209
175

R + G + B ~ 80%. #E1D1AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 209 + 175 = 609 (100%)
R 225 of 609 ~ 36.95%
G 209 of 609 ~ 34.32%
B 175 of 609 ~ 28.74'%

%36.95
%34.32
%28.74

CMYK color model

#E1D1AF color CMYK value is (0,7,22,12).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 22.22%
  • key color value is 11.76%

CMYK: (0,7,22,12)
C0M7Y22K12 (0%, 7%, 22%, 12%)
(0.00 / 0.07 / 0.22 / 0.12)

CMYK percentages

%0
%7.11
%22.22
%11.76

Codes

Color #E1D1AF in popluar color models

E1 D1 AF
RGB 225 209 175
HSL 41° 45.45% 78.43%
HSB/HSV 41° 22.22% 88.24%
CMYK 0.00% 7.11% 22.22%
11.76%

Color #E1D1AF in popluar number systems.

HEX E1 D1 AF
Decimal 225 209 175
Binary 11100001 11010001 10101111
Octal 341 321 257

Shades and tints

Shades of #E1D1AF

#E1D1AF
(225,209,175)
#CDBEA0
(205,190,160)
#B9AB91
(185,171,145)
#A59882
(165,152,130)
#918573
(145,133,115)
#7D7264
(125,114,100)
#695F55
(105,95,85)
#554C46
(85,76,70)
#413937
(65,57,55)
#2D2628
(45,38,40)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #E1D1AF

#E1D1AF
(225,209,175)
#E3D5B6
(227,213,182)
#E5D9BD
(229,217,189)
#E7DDC4
(231,221,196)
#E9E1CB
(233,225,203)
#EBE5D2
(235,229,210)
#EDE9D9
(237,233,217)
#EFEDE0
(239,237,224)
#F1F1E7
(241,241,231)
#F3F5EE
(243,245,238)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D1AF color. Also use rgb(225,209,175) instead hex code.

Text Font Color

.myTextColor { color: #E1D1AF; }

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

This text font color is #E1D1AF.

Background Color

.myBgColor { background-color: #E1D1AF; }

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

This div background color is #E1D1AF.

Border color

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

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

This div border color is #E1D1AF.

Opacity

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

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

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

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

This text has shadow with #E1D1AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D1AF.

Preview

Color preview on black background

This text has color #E1D1AF on black background.


Color preview on white background

This text has color #E1D1AF on white background.


Black color preview on #E1D1AF background

This text has black color on #E1D1AF background.


White color preview on #E1D1AF background

This text has white color on #E1D1AF background.


Related colors

Complementary color

Complementary color for #hex is #1E2E50.


I love getcolorcode.com

Triadic colors

1 #AFE1D1 and #D1AFE1 with #E1D1AF are triadic colors.

2 #AFD1E1 and #D1E1AF with #E1D1AF are triadic colors.