COLOR #E7D5D8

HEX: #E7D5D8
RGB: (231,213,216)

Color info

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

RGB color model

#E7D5D8 color RGB value is (231,213,216).

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

RGB channels and saturation

R 231 of 255 = 91%
G 213 of 255 = 84%
B 216 of 255 = 85%

231
213
216

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

Portions of RGB colors in percentages

R + G + B =
231 + 213 + 216 = 660 (100%)
R 231 of 660 ~ 35%
G 213 of 660 ~ 32.27%
B 216 of 660 ~ 32.73%

%35
%32.27
%32.73

CMYK color model

#E7D5D8 color CMYK value is (0,8,6,9).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 6.49%
  • key color value is 9.41%
CMYK:
(0,8,6,9)
C0M8Y6K9 
(0%,8%,6%,9%)
(0.00/0.08/0.06/0.09)	

CMYK percentages

%0
%7.79
%6.49
%9.41

Codes

Color #E7D5D8 in popluar color models

E7D5D8
RGB231213216
HSL350°27.27%87.06%
HSB/HSV350°7.79%90.59%
CMYK0.00%7.79%6.49%
9.41%

Color #E7D5D8 in popluar number systems.

HEXE7D5D8
Decimal231213216
Binary111001111101010111011000
Octal347325330

Shades and tints

Shades of #E7D5D8

#E7D5D8
(231,213,216)
#D2C2C5
(210,194,197)
#BDAFB2
(189,175,178)
#A89C9F
(168,156,159)
#93898C
(147,137,140)
#7E7679
(126,118,121)
#696366
(105,99,102)
#545053
(84,80,83)
#3F3D40
(63,61,64)
#2A2A2D
(42,42,45)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #E7D5D8

#E7D5D8
(231,213,216)
#E9D8DB
(233,216,219)
#EBDBDE
(235,219,222)
#EDDEE1
(237,222,225)
#EFE1E4
(239,225,228)
#F1E4E7
(241,228,231)
#F3E7EA
(243,231,234)
#F5EAED
(245,234,237)
#F7EDF0
(247,237,240)
#F9F0F3
(249,240,243)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D5D8; }

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

This text font color is #E7D5D8.


Background Color

.myBgColor { background-color: #E7D5D8; }

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

This div background color is #E7D5D8.


Border color

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

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

This div border color is #E7D5D8.


Opacity

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

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

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

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

This text has shadow with #E7D5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D5D8 on black background.


Color preview on white background

This text has color #E7D5D8 on white background.



Black color preview on #E7D5D8 background

This text has black color on #E7D5D8 background.


White color preview on #E7D5D8 background

This text has white color on #E7D5D8 background.