COLOR #E7D6DC

HEX: #E7D6DC
RGB: (231,214,220)

Color info

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

RGB color model

#E7D6DC color RGB value is (231,214,220).

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

RGB channels and saturation

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

231
214
220

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

Portions of RGB colors in percentages

R + G + B =
231 + 214 + 220 = 665 (100%)
R 231 of 665 ~ 34.74%
G 214 of 665 ~ 32.18%
B 220 of 665 ~ 33.08%

%34.74
%32.18
%33.08

CMYK color model

#E7D6DC color CMYK value is (0,7,5,9).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK:
(0,7,5,9)
C0M7Y5K9 
(0%,7%,5%,9%)
(0.00/0.07/0.05/0.09)	

CMYK percentages

%0
%7.36
%4.76
%9.41

Codes

Color #E7D6DC in popluar color models

E7D6DC
RGB231214220
HSL339°26.15%87.25%
HSB/HSV339°7.36%90.59%
CMYK0.00%7.36%4.76%
9.41%

Color #E7D6DC in popluar number systems.

HEXE7D6DC
Decimal231214220
Binary111001111101011011011100
Octal347326334

Shades and tints

Shades of #E7D6DC

#E7D6DC
(231,214,220)
#D2C3C8
(210,195,200)
#BDB0B4
(189,176,180)
#A89DA0
(168,157,160)
#938A8C
(147,138,140)
#7E7778
(126,119,120)
#696464
(105,100,100)
#545150
(84,81,80)
#3F3E3C
(63,62,60)
#2A2B28
(42,43,40)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #E7D6DC

#E7D6DC
(231,214,220)
#E9D9DF
(233,217,223)
#EBDCE2
(235,220,226)
#EDDFE5
(237,223,229)
#EFE2E8
(239,226,232)
#F1E5EB
(241,229,235)
#F3E8EE
(243,232,238)
#F5EBF1
(245,235,241)
#F7EEF4
(247,238,244)
#F9F1F7
(249,241,247)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D6DC; }

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

This text font color is #E7D6DC.


Background Color

.myBgColor { background-color: #E7D6DC; }

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

This div background color is #E7D6DC.


Border color

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

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

This div border color is #E7D6DC.


Opacity

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

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

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

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

This text has shadow with #E7D6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D6DC on black background.


Color preview on white background

This text has color #E7D6DC on white background.



Black color preview on #E7D6DC background

This text has black color on #E7D6DC background.


White color preview on #E7D6DC background

This text has white color on #E7D6DC background.