COLOR #E7D1DC

HEX: #E7D1DC RGB: (231,209,220)

Color info

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

RGB color model

#E7D1DC color RGB value is (231,209,220).

RGB: (231,209,220) (91%, 82%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 209 of 255 = 82%
B 220 of 255 = 86%

231
209
220

R + G + B ~ 86%. #E7D1DC is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 209 + 220 = 660 (100%)
R 231 of 660 ~ 35%
G 209 of 660 ~ 31.67%
B 220 of 660 ~ 33.33'%

%35
%31.67
%33.33

CMYK color model

#E7D1DC color CMYK value is (0,10,5,9).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 4.76%
  • key color value is 9.41%

CMYK: (0,10,5,9)
C0M10Y5K9 (0%, 10%, 5%, 9%)
(0.00 / 0.10 / 0.05 / 0.09)

CMYK percentages

%0
%9.52
%4.76
%9.41

Codes

Color #E7D1DC in popluar color models

E7 D1 DC
RGB 231 209 220
HSL 330° 31.43% 86.27%
HSB/HSV 330° 9.52% 90.59%
CMYK 0.00% 9.52% 4.76%
9.41%

Color #E7D1DC in popluar number systems.

HEX E7 D1 DC
Decimal 231 209 220
Binary 11100111 11010001 11011100
Octal 347 321 334

Shades and tints

Shades of #E7D1DC

#E7D1DC
(231,209,220)
#D2BEC8
(210,190,200)
#BDABB4
(189,171,180)
#A898A0
(168,152,160)
#93858C
(147,133,140)
#7E7278
(126,114,120)
#695F64
(105,95,100)
#544C50
(84,76,80)
#3F393C
(63,57,60)
#2A2628
(42,38,40)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #E7D1DC

#E7D1DC
(231,209,220)
#E9D5DF
(233,213,223)
#EBD9E2
(235,217,226)
#EDDDE5
(237,221,229)
#EFE1E8
(239,225,232)
#F1E5EB
(241,229,235)
#F3E9EE
(243,233,238)
#F5EDF1
(245,237,241)
#F7F1F4
(247,241,244)
#F9F5F7
(249,245,247)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D1DC; }

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

This text font color is #E7D1DC.

Background Color

.myBgColor { background-color: #E7D1DC; }

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

This div background color is #E7D1DC.

Border color

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

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

This div border color is #E7D1DC.

Opacity

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

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

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

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

This text has shadow with #E7D1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D1DC.

Preview

Color preview on black background

This text has color #E7D1DC on black background.


Color preview on white background

This text has color #E7D1DC on white background.


Black color preview on #E7D1DC background

This text has black color on #E7D1DC background.


White color preview on #E7D1DC background

This text has white color on #E7D1DC background.


Related colors

Complementary color

Complementary color for #hex is #182E23.


I love getcolorcode.com

Triadic colors

1 #DCE7D1 and #D1DCE7 with #E7D1DC are triadic colors.

2 #DCD1E7 and #D1E7DC with #E7D1DC are triadic colors.