COLOR #E7D4DF

HEX: #E7D4DF
RGB: (231,212,223)

Color info

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

RGB color model

#E7D4DF color RGB value is (231,212,223).

  • red value is 231;
  • green value is 212;
  • blue value is 223.
RGB:
(231,212,223)
(91%,83%,87%)

RGB channels and saturation

R 231 of 255 = 91%
G 212 of 255 = 83%
B 223 of 255 = 87%

231
212
223

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

Portions of RGB colors in percentages

R + G + B =
231 + 212 + 223 = 666 (100%)
R 231 of 666 ~ 34.68%
G 212 of 666 ~ 31.83%
B 223 of 666 ~ 33.48%

%34.68
%31.83
%33.48

CMYK color model

#E7D4DF color CMYK value is (0,8,3,9).

  • cyan value is 0.00%
  • magenta value is 8.23%
  • yellow value is 3.46%
  • key color value is 9.41%
CMYK:
(0,8,3,9)
C0M8Y3K9 
(0%,8%,3%,9%)
(0.00/0.08/0.03/0.09)	

CMYK percentages

%0
%8.23
%3.46
%9.41

Codes

Color #E7D4DF in popluar color models

E7D4DF
RGB231212223
HSL325°28.36%86.86%
HSB/HSV325°8.23%90.59%
CMYK0.00%8.23%3.46%
9.41%

Color #E7D4DF in popluar number systems.

HEXE7D4DF
Decimal231212223
Binary111001111101010011011111
Octal347324337

Shades and tints

Shades of #E7D4DF

#E7D4DF
(231,212,223)
#D2C1CB
(210,193,203)
#BDAEB7
(189,174,183)
#A89BA3
(168,155,163)
#93888F
(147,136,143)
#7E757B
(126,117,123)
#696267
(105,98,103)
#544F53
(84,79,83)
#3F3C3F
(63,60,63)
#2A292B
(42,41,43)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #E7D4DF

#E7D4DF
(231,212,223)
#E9D7E1
(233,215,225)
#EBDAE3
(235,218,227)
#EDDDE5
(237,221,229)
#EFE0E7
(239,224,231)
#F1E3E9
(241,227,233)
#F3E6EB
(243,230,235)
#F5E9ED
(245,233,237)
#F7ECEF
(247,236,239)
#F9EFF1
(249,239,241)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D4DF color. Also use rgb(231,212,223) instead hex code.

Text Font Color

.myTextColor { color: #E7D4DF; }

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

This text font color is #E7D4DF.


Background Color

.myBgColor { background-color: #E7D4DF; }

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

This div background color is #E7D4DF.


Border color

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

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

This div border color is #E7D4DF.


Opacity

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

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

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

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

This text has shadow with #E7D4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D4DF on black background.


Color preview on white background

This text has color #E7D4DF on white background.



Black color preview on #E7D4DF background

This text has black color on #E7D4DF background.


White color preview on #E7D4DF background

This text has white color on #E7D4DF background.