COLOR #E1D3CE

HEX: #E1D3CE RGB: (225,211,206)

Color info

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

RGB color model

#E1D3CE color RGB value is (225,211,206).

RGB: (225,211,206) (88%, 83%, 81%)

RGB channels and saturation

R 225 of 255 = 88%
G 211 of 255 = 83%
B 206 of 255 = 81%

225
211
206

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

Portions of RGB colors in percentages

R + G + B = 225 + 211 + 206 = 642 (100%)
R 225 of 642 ~ 35.05%
G 211 of 642 ~ 32.87%
B 206 of 642 ~ 32.09'%

%35.05
%32.87
%32.09

CMYK color model

#E1D3CE color CMYK value is (0,6,8,12).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 8.44%
  • key color value is 11.76%

CMYK: (0,6,8,12)
C0M6Y8K12 (0%, 6%, 8%, 12%)
(0.00 / 0.06 / 0.08 / 0.12)

CMYK percentages

%0
%6.22
%8.44
%11.76

Codes

Color #E1D3CE in popluar color models

E1 D3 CE
RGB 225 211 206
HSL 16° 24.05% 84.51%
HSB/HSV 16° 8.44% 88.24%
CMYK 0.00% 6.22% 8.44%
11.76%

Color #E1D3CE in popluar number systems.

HEX E1 D3 CE
Decimal 225 211 206
Binary 11100001 11010011 11001110
Octal 341 323 316

Shades and tints

Shades of #E1D3CE

#E1D3CE
(225,211,206)
#CDC0BC
(205,192,188)
#B9ADAA
(185,173,170)
#A59A98
(165,154,152)
#918786
(145,135,134)
#7D7474
(125,116,116)
#696162
(105,97,98)
#554E50
(85,78,80)
#413B3E
(65,59,62)
#2D282C
(45,40,44)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #E1D3CE

#E1D3CE
(225,211,206)
#E3D7D2
(227,215,210)
#E5DBD6
(229,219,214)
#E7DFDA
(231,223,218)
#E9E3DE
(233,227,222)
#EBE7E2
(235,231,226)
#EDEBE6
(237,235,230)
#EFEFEA
(239,239,234)
#F1F3EE
(241,243,238)
#F3F7F2
(243,247,242)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D3CE color. Also use rgb(225,211,206) instead hex code.

Text Font Color

.myTextColor { color: #E1D3CE; }

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

This text font color is #E1D3CE.

Background Color

.myBgColor { background-color: #E1D3CE; }

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

This div background color is #E1D3CE.

Border color

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

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

This div border color is #E1D3CE.

Opacity

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

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

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

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

This text has shadow with #E1D3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D3CE.

Preview

Color preview on black background

This text has color #E1D3CE on black background.


Color preview on white background

This text has color #E1D3CE on white background.


Black color preview on #E1D3CE background

This text has black color on #E1D3CE background.


White color preview on #E1D3CE background

This text has white color on #E1D3CE background.


Related colors

Complementary color

Complementary color for #hex is #1E2C31.


I love getcolorcode.com

Triadic colors

1 #CEE1D3 and #D3CEE1 with #E1D3CE are triadic colors.

2 #CED3E1 and #D3E1CE with #E1D3CE are triadic colors.