COLOR #E7D7DD

HEX: #E7D7DD
RGB: (231,215,221)

Color info

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

RGB color model

#E7D7DD color RGB value is (231,215,221).

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

RGB channels and saturation

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

231
215
221

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

Portions of RGB colors in percentages

R + G + B =
231 + 215 + 221 = 667 (100%)
R 231 of 667 ~ 34.63%
G 215 of 667 ~ 32.23%
B 221 of 667 ~ 33.13%

%34.63
%32.23
%33.13

CMYK color model

#E7D7DD color CMYK value is (0,7,4,9).

  • cyan value is 0.00%
  • magenta value is 6.93%
  • yellow value is 4.33%
  • key color value is 9.41%
CMYK: (0,7,4,9) C0M7Y4K9 (0%,7%,4%,9%) (0.00/0.07/0.04/0.09)

CMYK percentages

%0
%6.93
%4.33
%9.41

Codes

Color #E7D7DD in popluar color models

E7D7DD
RGB231215221
HSL338°25.00%87.45%
HSB/HSV338°6.93%90.59%
CMYK0.00%6.93%4.33%
9.41%

Color #E7D7DD in popluar number systems.

HEXE7D7DD
Decimal231215221
Binary111001111101011111011101
Octal347327335

Shades and tints

Shades of #E7D7DD

#E7D7DD
(231,215,221)
#D2C4C9
(210,196,201)
#BDB1B5
(189,177,181)
#A89EA1
(168,158,161)
#938B8D
(147,139,141)
#7E7879
(126,120,121)
#696565
(105,101,101)
#545251
(84,82,81)
#3F3F3D
(63,63,61)
#2A2C29
(42,44,41)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #E7D7DD

#E7D7DD
(231,215,221)
#E9DAE0
(233,218,224)
#EBDDE3
(235,221,227)
#EDE0E6
(237,224,230)
#EFE3E9
(239,227,233)
#F1E6EC
(241,230,236)
#F3E9EF
(243,233,239)
#F5ECF2
(245,236,242)
#F7EFF5
(247,239,245)
#F9F2F8
(249,242,248)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D7DD; }

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

This text font color is #E7D7DD.


Background Color

.myBgColor { background-color: #E7D7DD; }

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

This div background color is #E7D7DD.


Border color

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

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

This div border color is #E7D7DD.


Opacity

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

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

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

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

This text has shadow with #E7D7DD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E7D7DD on black background.


Color preview on white background

This text has color #E7D7DD on white background.



Black color preview on #E7D7DD background

This text has black color on #E7D7DD background.


White color preview on #E7D7DD background

This text has white color on #E7D7DD background.