COLOR #E1D1CD

HEX: #E1D1CD RGB: (225,209,205)

Color info

#E1D1CD contains red, green and blue colors in about the same proportion. Web safe color of #E1D1CD is #CCCCCC (or #CCC).

RGB color model

#E1D1CD color RGB value is (225,209,205).

RGB: (225,209,205) (88%, 82%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 209 of 255 = 82%
B 205 of 255 = 80%

225
209
205

R + G + B ~ 83%. #E1D1CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 209 + 205 = 639 (100%)
R 225 of 639 ~ 35.21%
G 209 of 639 ~ 32.71%
B 205 of 639 ~ 32.08'%

%35.21
%32.71
%32.08

CMYK color model

#E1D1CD color CMYK value is (0,7,9,12).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 8.89%
  • key color value is 11.76%
CMYK: (0,7,9,12) C0M7Y9K12 (0%,7%,9%,12%) (0.00/0.07/0.09/0.12) 

CMYK percentages

%0
%7.11
%8.89
%11.76

Codes

Color #E1D1CD in popluar color models

E1 D1 CD
RGB 225 209 205
HSL 12° 25.00% 84.31%
HSB/HSV 12° 8.89% 88.24%
CMYK 0.00% 7.11% 8.89%
11.76%

Color #E1D1CD in popluar number systems.

HEX E1 D1 CD
Decimal 225 209 205
Binary 11100001 11010001 11001101
Octal 341 321 315

Shades and tints

Shades of #E1D1CD

#E1D1CD
(225,209,205)
#CDBEBB
(205,190,187)
#B9ABA9
(185,171,169)
#A59897
(165,152,151)
#918585
(145,133,133)
#7D7273
(125,114,115)
#695F61
(105,95,97)
#554C4F
(85,76,79)
#41393D
(65,57,61)
#2D262B
(45,38,43)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #E1D1CD

#E1D1CD
(225,209,205)
#E3D5D1
(227,213,209)
#E5D9D5
(229,217,213)
#E7DDD9
(231,221,217)
#E9E1DD
(233,225,221)
#EBE5E1
(235,229,225)
#EDE9E5
(237,233,229)
#EFEDE9
(239,237,233)
#F1F1ED
(241,241,237)
#F3F5F1
(243,245,241)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D1CD; }

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

This text font color is #E1D1CD.

Background Color

.myBgColor { background-color: #E1D1CD; }

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

This div background color is #E1D1CD.

Border color

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

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

This div border color is #E1D1CD.

Opacity

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

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

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

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

This text has shadow with #E1D1CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D1CD.

Preview

Color preview on black background

This text has color #E1D1CD on black background.


Color preview on white background

This text has color #E1D1CD on white background.


Black color preview on #E1D1CD background

This text has black color on #E1D1CD background.


White color preview on #E1D1CD background

This text has white color on #E1D1CD background.


Related colors

Complementary color

Complementary color for #hex is #1E2E32.


I love getcolorcode.com

Triadic colors

1 #CDE1D1 and #D1CDE1 with #E1D1CD are triadic colors.

2 #CDD1E1 and #D1E1CD with #E1D1CD are triadic colors.