COLOR #E7D5DB

HEX: #E7D5DB
RGB: (231,213,219)

Color info

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

RGB color model

#E7D5DB color RGB value is (231,213,219).

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

RGB channels and saturation

R 231 of 255 = 91%
G 213 of 255 = 84%
B 219 of 255 = 86%

231
213
219

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

Portions of RGB colors in percentages

R + G + B =
231 + 213 + 219 = 663 (100%)
R 231 of 663 ~ 34.84%
G 213 of 663 ~ 32.13%
B 219 of 663 ~ 33.03%

%34.84
%32.13
%33.03

CMYK color model

#E7D5DB color CMYK value is (0,8,5,9).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 5.19%
  • key color value is 9.41%
CMYK:
(0,8,5,9)
C0M8Y5K9 
(0%,8%,5%,9%)
(0.00/0.08/0.05/0.09)	

CMYK percentages

%0
%7.79
%5.19
%9.41

Codes

Color #E7D5DB in popluar color models

E7D5DB
RGB231213219
HSL340°27.27%87.06%
HSB/HSV340°7.79%90.59%
CMYK0.00%7.79%5.19%
9.41%

Color #E7D5DB in popluar number systems.

HEXE7D5DB
Decimal231213219
Binary111001111101010111011011
Octal347325333

Shades and tints

Shades of #E7D5DB

#E7D5DB
(231,213,219)
#D2C2C8
(210,194,200)
#BDAFB5
(189,175,181)
#A89CA2
(168,156,162)
#93898F
(147,137,143)
#7E767C
(126,118,124)
#696369
(105,99,105)
#545056
(84,80,86)
#3F3D43
(63,61,67)
#2A2A30
(42,42,48)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #E7D5DB

#E7D5DB
(231,213,219)
#E9D8DE
(233,216,222)
#EBDBE1
(235,219,225)
#EDDEE4
(237,222,228)
#EFE1E7
(239,225,231)
#F1E4EA
(241,228,234)
#F3E7ED
(243,231,237)
#F5EAF0
(245,234,240)
#F7EDF3
(247,237,243)
#F9F0F6
(249,240,246)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D5DB color. Also use rgb(231,213,219) instead hex code.

Text Font Color

.myTextColor { color: #E7D5DB; }

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

This text font color is #E7D5DB.


Background Color

.myBgColor { background-color: #E7D5DB; }

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

This div background color is #E7D5DB.


Border color

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

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

This div border color is #E7D5DB.


Opacity

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

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

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

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

This text has shadow with #E7D5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D5DB on black background.


Color preview on white background

This text has color #E7D5DB on white background.



Black color preview on #E7D5DB background

This text has black color on #E7D5DB background.


White color preview on #E7D5DB background

This text has white color on #E7D5DB background.