COLOR #E1D1CC

HEX: #E1D1CC
RGB: (225,209,204)

Color info

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

RGB color model

#E1D1CC color RGB value is (225,209,204).

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

RGB channels and saturation

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

225
209
204

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

Portions of RGB colors in percentages

R + G + B =
225 + 209 + 204 = 638 (100%)
R 225 of 638 ~ 35.27%
G 209 of 638 ~ 32.76%
B 204 of 638 ~ 31.97%

%35.27
%32.76
%31.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 9.33%
  • 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
%9.33
%11.76

Codes

Color #E1D1CC in popluar color models

E1D1CC
RGB225209204
HSL14°25.93%84.12%
HSB/HSV14°9.33%88.24%
CMYK0.00%7.11%9.33%
11.76%

Color #E1D1CC in popluar number systems.

HEXE1D1CC
Decimal225209204
Binary111000011101000111001100
Octal341321314

Shades and tints

Shades of #E1D1CC

#E1D1CC
(225,209,204)
#CDBEBA
(205,190,186)
#B9ABA8
(185,171,168)
#A59896
(165,152,150)
#918584
(145,133,132)
#7D7272
(125,114,114)
#695F60
(105,95,96)
#554C4E
(85,76,78)
#41393C
(65,57,60)
#2D262A
(45,38,42)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #E1D1CC

#E1D1CC
(225,209,204)
#E3D5D0
(227,213,208)
#E5D9D4
(229,217,212)
#E7DDD8
(231,221,216)
#E9E1DC
(233,225,220)
#EBE5E0
(235,229,224)
#EDE9E4
(237,233,228)
#EFEDE8
(239,237,232)
#F1F1EC
(241,241,236)
#F3F5F0
(243,245,240)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D1CC; }

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

This text font color is #E1D1CC.


Background Color

.myBgColor { background-color: #E1D1CC; }

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

This div background color is #E1D1CC.


Border color

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

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

This div border color is #E1D1CC.


Opacity

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

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

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

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

This text has shadow with #E1D1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D1CC on black background.


Color preview on white background

This text has color #E1D1CC on white background.



Black color preview on #E1D1CC background

This text has black color on #E1D1CC background.


White color preview on #E1D1CC background

This text has white color on #E1D1CC background.