COLOR #E7D3EF

HEX: #E7D3EF RGB: (231,211,239)

Color info

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

RGB color model

#E7D3EF color RGB value is (231,211,239).

RGB: (231,211,239) (91%, 83%, 94%)

RGB channels and saturation

R 231 of 255 = 91%
G 211 of 255 = 83%
B 239 of 255 = 94%

231
211
239

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

Portions of RGB colors in percentages

R + G + B = 231 + 211 + 239 = 681 (100%)
R 231 of 681 ~ 33.92%
G 211 of 681 ~ 30.98%
B 239 of 681 ~ 35.1'%

%33.92
%30.98
%35.1

CMYK color model

#E7D3EF color CMYK value is (3,12,0,6).

  • cyan value is 3.35%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (3,12,0,6)
C3M12Y0K6 (3%, 12%, 0%, 6%)
(0.03 / 0.12 / 0.00 / 0.06)

CMYK percentages

%3.35
%11.72
%0
%6.27

Codes

Color #E7D3EF in popluar color models

E7 D3 EF
RGB 231 211 239
HSL 283° 46.67% 88.24%
HSB/HSV 283° 11.72% 93.73%
CMYK 3.35% 11.72% 0.00%
6.27%

Color #E7D3EF in popluar number systems.

HEX E7 D3 EF
Decimal 231 211 239
Binary 11100111 11010011 11101111
Octal 347 323 357

Shades and tints

Shades of #E7D3EF

#E7D3EF
(231,211,239)
#D2C0DA
(210,192,218)
#BDADC5
(189,173,197)
#A89AB0
(168,154,176)
#93879B
(147,135,155)
#7E7486
(126,116,134)
#696171
(105,97,113)
#544E5C
(84,78,92)
#3F3B47
(63,59,71)
#2A2832
(42,40,50)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #E7D3EF

#E7D3EF
(231,211,239)
#E9D7F0
(233,215,240)
#EBDBF1
(235,219,241)
#EDDFF2
(237,223,242)
#EFE3F3
(239,227,243)
#F1E7F4
(241,231,244)
#F3EBF5
(243,235,245)
#F5EFF6
(245,239,246)
#F7F3F7
(247,243,247)
#F9F7F8
(249,247,248)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D3EF color. Also use rgb(231,211,239) instead hex code.

Text Font Color

.myTextColor { color: #E7D3EF; }

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

This text font color is #E7D3EF.

Background Color

.myBgColor { background-color: #E7D3EF; }

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

This div background color is #E7D3EF.

Border color

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

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

This div border color is #E7D3EF.

Opacity

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

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

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

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

This text has shadow with #E7D3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D3EF.

Preview

Color preview on black background

This text has color #E7D3EF on black background.


Color preview on white background

This text has color #E7D3EF on white background.


Black color preview on #E7D3EF background

This text has black color on #E7D3EF background.


White color preview on #E7D3EF background

This text has white color on #E7D3EF background.


Related colors

Complementary color

Complementary color for #hex is #182C10.


I love getcolorcode.com

Triadic colors

1 #EFE7D3 and #D3EFE7 with #E7D3EF are triadic colors.

2 #EFD3E7 and #D3E7EF with #E7D3EF are triadic colors.