COLOR #E1D9CC

HEX: #E1D9CC RGB: (225,217,204)

Color info

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

RGB color model

#E1D9CC color RGB value is (225,217,204).

RGB: (225,217,204) (88%, 85%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 217 of 255 = 85%
B 204 of 255 = 80%

225
217
204

R + G + B ~ 84%. #E1D9CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 217 + 204 = 646 (100%)
R 225 of 646 ~ 34.83%
G 217 of 646 ~ 33.59%
B 204 of 646 ~ 31.58'%

%34.83
%33.59
%31.58

CMYK color model

#E1D9CC color CMYK value is (0,4,9,12).

  • cyan value is 0.00%
  • magenta value is 3.56%
  • yellow value is 9.33%
  • key color value is 11.76%

CMYK: (0,4,9,12)
C0M4Y9K12 (0%, 4%, 9%, 12%)
(0.00 / 0.04 / 0.09 / 0.12)

CMYK percentages

%0
%3.56
%9.33
%11.76

Codes

Color #E1D9CC in popluar color models

E1 D9 CC
RGB 225 217 204
HSL 37° 25.93% 84.12%
HSB/HSV 37° 9.33% 88.24%
CMYK 0.00% 3.56% 9.33%
11.76%

Color #E1D9CC in popluar number systems.

HEX E1 D9 CC
Decimal 225 217 204
Binary 11100001 11011001 11001100
Octal 341 331 314

Shades and tints

Shades of #E1D9CC

#E1D9CC
(225,217,204)
#CDC6BA
(205,198,186)
#B9B3A8
(185,179,168)
#A5A096
(165,160,150)
#918D84
(145,141,132)
#7D7A72
(125,122,114)
#696760
(105,103,96)
#55544E
(85,84,78)
#41413C
(65,65,60)
#2D2E2A
(45,46,42)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #E1D9CC

#E1D9CC
(225,217,204)
#E3DCD0
(227,220,208)
#E5DFD4
(229,223,212)
#E7E2D8
(231,226,216)
#E9E5DC
(233,229,220)
#EBE8E0
(235,232,224)
#EDEBE4
(237,235,228)
#EFEEE8
(239,238,232)
#F1F1EC
(241,241,236)
#F3F4F0
(243,244,240)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D9CC color. Also use rgb(225,217,204) instead hex code.

Text Font Color

.myTextColor { color: #E1D9CC; }

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

This text font color is #E1D9CC.

Background Color

.myBgColor { background-color: #E1D9CC; }

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

This div background color is #E1D9CC.

Border color

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

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

This div border color is #E1D9CC.

Opacity

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

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

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

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

This text has shadow with #E1D9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D9CC.

Preview

Color preview on black background

This text has color #E1D9CC on black background.


Color preview on white background

This text has color #E1D9CC on white background.


Black color preview on #E1D9CC background

This text has black color on #E1D9CC background.


White color preview on #E1D9CC background

This text has white color on #E1D9CC background.


Related colors

Complementary color

Complementary color for #hex is #1E2633.


I love getcolorcode.com

Triadic colors

1 #CCE1D9 and #D9CCE1 with #E1D9CC are triadic colors.

2 #CCD9E1 and #D9E1CC with #E1D9CC are triadic colors.