COLOR #E7D5DC

HEX: #E7D5DC
RGB: (231,213,220)

Color info

#E7D5DC contains red, green and blue colors in about the same proportion. Web safe color of #E7D5DC is #FFCCCC (or #FCC).

RGB color model

#E7D5DC color RGB value is (231,213,220).

  • red value is 231;
  • green value is 213;
  • blue value is 220.
RGB:
(231,213,220)
(91%,84%,86%)

RGB channels and saturation

R 231 of 255 = 91%
G 213 of 255 = 84%
B 220 of 255 = 86%

231
213
220

R + G + B ~ 87%. #E7D5DC is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 213 + 220 = 664 (100%)
R 231 of 664 ~ 34.79%
G 213 of 664 ~ 32.08%
B 220 of 664 ~ 33.13%

%34.79
%32.08
%33.13

CMYK color model

#E7D5DC color CMYK value is (0,8,5,9).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK:
(0,8,5,9)
C0M8Y5K9 
(0%,8%,5%,9%)
(0.00/0.08/0.05/0.09)	

CMYK percentages

%0
%7.79
%4.76
%9.41

Codes

Color #E7D5DC in popluar color models

E7D5DC
RGB231213220
HSL337°27.27%87.06%
HSB/HSV337°7.79%90.59%
CMYK0.00%7.79%4.76%
9.41%

Color #E7D5DC in popluar number systems.

HEXE7D5DC
Decimal231213220
Binary111001111101010111011100
Octal347325334

Shades and tints

Shades of #E7D5DC

#E7D5DC
(231,213,220)
#D2C2C8
(210,194,200)
#BDAFB4
(189,175,180)
#A89CA0
(168,156,160)
#93898C
(147,137,140)
#7E7678
(126,118,120)
#696364
(105,99,100)
#545050
(84,80,80)
#3F3D3C
(63,61,60)
#2A2A28
(42,42,40)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #E7D5DC

#E7D5DC
(231,213,220)
#E9D8DF
(233,216,223)
#EBDBE2
(235,219,226)
#EDDEE5
(237,222,229)
#EFE1E8
(239,225,232)
#F1E4EB
(241,228,235)
#F3E7EE
(243,231,238)
#F5EAF1
(245,234,241)
#F7EDF4
(247,237,244)
#F9F0F7
(249,240,247)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D5DC color. Also use rgb(231,213,220) instead hex code.

Text Font Color

.myTextColor { color: #E7D5DC; }

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

This text font color is #E7D5DC.


Background Color

.myBgColor { background-color: #E7D5DC; }

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

This div background color is #E7D5DC.


Border color

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

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

This div border color is #E7D5DC.


Opacity

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

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

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

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

This text has shadow with #E7D5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D5DC on black background.


Color preview on white background

This text has color #E7D5DC on white background.



Black color preview on #E7D5DC background

This text has black color on #E7D5DC background.


White color preview on #E7D5DC background

This text has white color on #E7D5DC background.