COLOR #E7D7DF

HEX: #E7D7DF
RGB: (231,215,223)

Color info

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

RGB color model

#E7D7DF color RGB value is (231,215,223).

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

RGB channels and saturation

R 231 of 255 = 91%
G 215 of 255 = 84%
B 223 of 255 = 87%

231
215
223

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

Portions of RGB colors in percentages

R + G + B =
231 + 215 + 223 = 669 (100%)
R 231 of 669 ~ 34.53%
G 215 of 669 ~ 32.14%
B 223 of 669 ~ 33.33%

%34.53
%32.14
%33.33

CMYK color model

#E7D7DF color CMYK value is (0,7,3,9).

  • cyan value is 0.00%
  • magenta value is 6.93%
  • yellow value is 3.46%
  • key color value is 9.41%
CMYK:
(0,7,3,9)
C0M7Y3K9 
(0%,7%,3%,9%)
(0.00/0.07/0.03/0.09)	

CMYK percentages

%0
%6.93
%3.46
%9.41

Codes

Color #E7D7DF in popluar color models

E7D7DF
RGB231215223
HSL330°25.00%87.45%
HSB/HSV330°6.93%90.59%
CMYK0.00%6.93%3.46%
9.41%

Color #E7D7DF in popluar number systems.

HEXE7D7DF
Decimal231215223
Binary111001111101011111011111
Octal347327337

Shades and tints

Shades of #E7D7DF

#E7D7DF
(231,215,223)
#D2C4CB
(210,196,203)
#BDB1B7
(189,177,183)
#A89EA3
(168,158,163)
#938B8F
(147,139,143)
#7E787B
(126,120,123)
#696567
(105,101,103)
#545253
(84,82,83)
#3F3F3F
(63,63,63)
#2A2C2B
(42,44,43)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #E7D7DF

#E7D7DF
(231,215,223)
#E9DAE1
(233,218,225)
#EBDDE3
(235,221,227)
#EDE0E5
(237,224,229)
#EFE3E7
(239,227,231)
#F1E6E9
(241,230,233)
#F3E9EB
(243,233,235)
#F5ECED
(245,236,237)
#F7EFEF
(247,239,239)
#F9F2F1
(249,242,241)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D7DF; }

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

This text font color is #E7D7DF.


Background Color

.myBgColor { background-color: #E7D7DF; }

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

This div background color is #E7D7DF.


Border color

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

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

This div border color is #E7D7DF.


Opacity

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

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

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

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

This text has shadow with #E7D7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D7DF on black background.


Color preview on white background

This text has color #E7D7DF on white background.



Black color preview on #E7D7DF background

This text has black color on #E7D7DF background.


White color preview on #E7D7DF background

This text has white color on #E7D7DF background.