COLOR #E1D3CC

HEX: #E1D3CC
RGB: (225,211,204)

Color info

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

RGB color model

#E1D3CC color RGB value is (225,211,204).

  • red value is 225;
  • green value is 211;
  • blue value is 204.
RGB:
(225,211,204)
(88%,83%,80%)

RGB channels and saturation

R 225 of 255 = 88%
G 211 of 255 = 83%
B 204 of 255 = 80%

225
211
204

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

Portions of RGB colors in percentages

R + G + B =
225 + 211 + 204 = 640 (100%)
R 225 of 640 ~ 35.16%
G 211 of 640 ~ 32.97%
B 204 of 640 ~ 31.88%

%35.16
%32.97
%31.88

CMYK color model

#E1D3CC color CMYK value is (0,6,9,12).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 9.33%
  • key color value is 11.76%
CMYK:
(0,6,9,12)
C0M6Y9K12 
(0%,6%,9%,12%)
(0.00/0.06/0.09/0.12)	

CMYK percentages

%0
%6.22
%9.33
%11.76

Codes

Color #E1D3CC in popluar color models

E1D3CC
RGB225211204
HSL20°25.93%84.12%
HSB/HSV20°9.33%88.24%
CMYK0.00%6.22%9.33%
11.76%

Color #E1D3CC in popluar number systems.

HEXE1D3CC
Decimal225211204
Binary111000011101001111001100
Octal341323314

Shades and tints

Shades of #E1D3CC

#E1D3CC
(225,211,204)
#CDC0BA
(205,192,186)
#B9ADA8
(185,173,168)
#A59A96
(165,154,150)
#918784
(145,135,132)
#7D7472
(125,116,114)
#696160
(105,97,96)
#554E4E
(85,78,78)
#413B3C
(65,59,60)
#2D282A
(45,40,42)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #E1D3CC

#E1D3CC
(225,211,204)
#E3D7D0
(227,215,208)
#E5DBD4
(229,219,212)
#E7DFD8
(231,223,216)
#E9E3DC
(233,227,220)
#EBE7E0
(235,231,224)
#EDEBE4
(237,235,228)
#EFEFE8
(239,239,232)
#F1F3EC
(241,243,236)
#F3F7F0
(243,247,240)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D3CC; }

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

This text font color is #E1D3CC.


Background Color

.myBgColor { background-color: #E1D3CC; }

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

This div background color is #E1D3CC.


Border color

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

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

This div border color is #E1D3CC.


Opacity

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

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

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

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

This text has shadow with #E1D3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D3CC on black background.


Color preview on white background

This text has color #E1D3CC on white background.



Black color preview on #E1D3CC background

This text has black color on #E1D3CC background.


White color preview on #E1D3CC background

This text has white color on #E1D3CC background.