COLOR #E7D0DF

HEX: #E7D0DF
RGB: (231,208,223)

Color info

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

RGB color model

#E7D0DF color RGB value is (231,208,223).

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

RGB channels and saturation

R 231 of 255 = 91%
G 208 of 255 = 82%
B 223 of 255 = 87%

231
208
223

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

Portions of RGB colors in percentages

R + G + B =
231 + 208 + 223 = 662 (100%)
R 231 of 662 ~ 34.89%
G 208 of 662 ~ 31.42%
B 223 of 662 ~ 33.69%

%34.89
%31.42
%33.69

CMYK color model

#E7D0DF color CMYK value is (0,10,3,9).

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 3.46%
  • key color value is 9.41%
CMYK:
(0,10,3,9)
C0M10Y3K9 
(0%,10%,3%,9%)
(0.00/0.10/0.03/0.09)	

CMYK percentages

%0
%9.96
%3.46
%9.41

Codes

Color #E7D0DF in popluar color models

E7D0DF
RGB231208223
HSL321°32.39%86.08%
HSB/HSV321°9.96%90.59%
CMYK0.00%9.96%3.46%
9.41%

Color #E7D0DF in popluar number systems.

HEXE7D0DF
Decimal231208223
Binary111001111101000011011111
Octal347320337

Shades and tints

Shades of #E7D0DF

#E7D0DF
(231,208,223)
#D2BECB
(210,190,203)
#BDACB7
(189,172,183)
#A89AA3
(168,154,163)
#93888F
(147,136,143)
#7E767B
(126,118,123)
#696467
(105,100,103)
#545253
(84,82,83)
#3F403F
(63,64,63)
#2A2E2B
(42,46,43)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #E7D0DF

#E7D0DF
(231,208,223)
#E9D4E1
(233,212,225)
#EBD8E3
(235,216,227)
#EDDCE5
(237,220,229)
#EFE0E7
(239,224,231)
#F1E4E9
(241,228,233)
#F3E8EB
(243,232,235)
#F5ECED
(245,236,237)
#F7F0EF
(247,240,239)
#F9F4F1
(249,244,241)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D0DF; }

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

This text font color is #E7D0DF.


Background Color

.myBgColor { background-color: #E7D0DF; }

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

This div background color is #E7D0DF.


Border color

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

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

This div border color is #E7D0DF.


Opacity

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

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

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

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

This text has shadow with #E7D0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D0DF on black background.


Color preview on white background

This text has color #E7D0DF on white background.



Black color preview on #E7D0DF background

This text has black color on #E7D0DF background.


White color preview on #E7D0DF background

This text has white color on #E7D0DF background.