COLOR #E7D3FF

HEX: #E7D3FF
RGB: (231,211,255)

Color info

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

RGB color model

#E7D3FF color RGB value is (231,211,255).

  • red value is 231;
  • green value is 211;
  • blue value is 255.
RGB:
(231,211,255)
(91%,83%,100%)

RGB channels and saturation

R 231 of 255 = 91%
G 211 of 255 = 83%
B 255 of 255 = 100%

231
211
255

R + G + B ~ 91%. #E7D3FF is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 211 + 255 = 697 (100%)
R 231 of 697 ~ 33.14%
G 211 of 697 ~ 30.27%
B 255 of 697 ~ 36.59%

%33.14
%30.27
%36.59

CMYK color model

#E7D3FF color CMYK value is (9,17,0,0).

  • cyan value is 9.41%
  • magenta value is 17.25%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(9,17,0,0)
C9M17Y0K0 
(9%,17%,0%,0%)
(0.09/0.17/0.00/0.00)	

CMYK percentages

%9.41
%17.25
%0
%0

Codes

Color #E7D3FF in popluar color models

E7D3FF
RGB231211255
HSL267°100.00%91.37%
HSB/HSV267°17.25%100.00%
CMYK9.41%17.25%0.00%
0.00%

Color #E7D3FF in popluar number systems.

HEXE7D3FF
Decimal231211255
Binary111001111101001111111111
Octal347323377

Shades and tints

Shades of #E7D3FF

#E7D3FF
(231,211,255)
#D2C0E8
(210,192,232)
#BDADD1
(189,173,209)
#A89ABA
(168,154,186)
#9387A3
(147,135,163)
#7E748C
(126,116,140)
#696175
(105,97,117)
#544E5E
(84,78,94)
#3F3B47
(63,59,71)
#2A2830
(42,40,48)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #E7D3FF

#E7D3FF
(231,211,255)
#E9D7FF
(233,215,255)
#EBDBFF
(235,219,255)
#EDDFFF
(237,223,255)
#EFE3FF
(239,227,255)
#F1E7FF
(241,231,255)
#F3EBFF
(243,235,255)
#F5EFFF
(245,239,255)
#F7F3FF
(247,243,255)
#F9F7FF
(249,247,255)
#FBFBFF
(251,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D3FF; }

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

This text font color is #E7D3FF.


Background Color

.myBgColor { background-color: #E7D3FF; }

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

This div background color is #E7D3FF.


Border color

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

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

This div border color is #E7D3FF.


Opacity

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

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

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

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

This text has shadow with #E7D3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D3FF on black background.


Color preview on white background

This text has color #E7D3FF on white background.



Black color preview on #E7D3FF background

This text has black color on #E7D3FF background.


White color preview on #E7D3FF background

This text has white color on #E7D3FF background.