COLOR #E7D4ED

HEX: #E7D4ED
RGB: (231,212,237)

Color info

#E7D4ED contains red, green and blue colors in about the same proportion. Web safe color of #E7D4ED is #FFCCFF (or #FCF).

RGB color model

#E7D4ED color RGB value is (231,212,237).

  • red value is 231;
  • green value is 212;
  • blue value is 237.
RGB:
(231,212,237)
(91%,83%,93%)

RGB channels and saturation

R 231 of 255 = 91%
G 212 of 255 = 83%
B 237 of 255 = 93%

231
212
237

R + G + B ~ 89%. #E7D4ED is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 212 + 237 = 680 (100%)
R 231 of 680 ~ 33.97%
G 212 of 680 ~ 31.18%
B 237 of 680 ~ 34.85%

%33.97
%31.18
%34.85

CMYK color model

#E7D4ED color CMYK value is (3,11,0,7).

  • cyan value is 2.53%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(3,11,0,7)
C3M11Y0K7 
(3%,11%,0%,7%)
(0.03/0.11/0.00/0.07)	

CMYK percentages

%2.53
%10.55
%0
%7.06

Codes

Color #E7D4ED in popluar color models

E7D4ED
RGB231212237
HSL286°40.98%88.04%
HSB/HSV286°10.55%92.94%
CMYK2.53%10.55%0.00%
7.06%

Color #E7D4ED in popluar number systems.

HEXE7D4ED
Decimal231212237
Binary111001111101010011101101
Octal347324355

Shades and tints

Shades of #E7D4ED

#E7D4ED
(231,212,237)
#D2C1D8
(210,193,216)
#BDAEC3
(189,174,195)
#A89BAE
(168,155,174)
#938899
(147,136,153)
#7E7584
(126,117,132)
#69626F
(105,98,111)
#544F5A
(84,79,90)
#3F3C45
(63,60,69)
#2A2930
(42,41,48)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #E7D4ED

#E7D4ED
(231,212,237)
#E9D7EE
(233,215,238)
#EBDAEF
(235,218,239)
#EDDDF0
(237,221,240)
#EFE0F1
(239,224,241)
#F1E3F2
(241,227,242)
#F3E6F3
(243,230,243)
#F5E9F4
(245,233,244)
#F7ECF5
(247,236,245)
#F9EFF6
(249,239,246)
#FBF2F7
(251,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D4ED color. Also use rgb(231,212,237) instead hex code.

Text Font Color

.myTextColor { color: #E7D4ED; }

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

This text font color is #E7D4ED.


Background Color

.myBgColor { background-color: #E7D4ED; }

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

This div background color is #E7D4ED.


Border color

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

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

This div border color is #E7D4ED.


Opacity

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

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

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

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

This text has shadow with #E7D4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D4ED on black background.


Color preview on white background

This text has color #E7D4ED on white background.



Black color preview on #E7D4ED background

This text has black color on #E7D4ED background.


White color preview on #E7D4ED background

This text has white color on #E7D4ED background.