COLOR #E7D1FF

HEX: #E7D1FF
RGB: (231,209,255)

Color info

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

RGB color model

#E7D1FF color RGB value is (231,209,255).

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

RGB channels and saturation

R 231 of 255 = 91%
G 209 of 255 = 82%
B 255 of 255 = 100%

231
209
255

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

Portions of RGB colors in percentages

R + G + B =
231 + 209 + 255 = 695 (100%)
R 231 of 695 ~ 33.24%
G 209 of 695 ~ 30.07%
B 255 of 695 ~ 36.69%

%33.24
%30.07
%36.69

CMYK color model

#E7D1FF color CMYK value is (9,18,0,0).

  • cyan value is 9.41%
  • magenta value is 18.04%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(9,18,0,0)
C9M18Y0K0 
(9%,18%,0%,0%)
(0.09/0.18/0.00/0.00)	

CMYK percentages

%9.41
%18.04
%0
%0

Codes

Color #E7D1FF in popluar color models

E7D1FF
RGB231209255
HSL269°100.00%90.98%
HSB/HSV269°18.04%100.00%
CMYK9.41%18.04%0.00%
0.00%

Color #E7D1FF in popluar number systems.

HEXE7D1FF
Decimal231209255
Binary111001111101000111111111
Octal347321377

Shades and tints

Shades of #E7D1FF

#E7D1FF
(231,209,255)
#D2BEE8
(210,190,232)
#BDABD1
(189,171,209)
#A898BA
(168,152,186)
#9385A3
(147,133,163)
#7E728C
(126,114,140)
#695F75
(105,95,117)
#544C5E
(84,76,94)
#3F3947
(63,57,71)
#2A2630
(42,38,48)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #E7D1FF

#E7D1FF
(231,209,255)
#E9D5FF
(233,213,255)
#EBD9FF
(235,217,255)
#EDDDFF
(237,221,255)
#EFE1FF
(239,225,255)
#F1E5FF
(241,229,255)
#F3E9FF
(243,233,255)
#F5EDFF
(245,237,255)
#F7F1FF
(247,241,255)
#F9F5FF
(249,245,255)
#FBF9FF
(251,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D1FF; }

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

This text font color is #E7D1FF.


Background Color

.myBgColor { background-color: #E7D1FF; }

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

This div background color is #E7D1FF.


Border color

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

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

This div border color is #E7D1FF.


Opacity

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

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

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

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

This text has shadow with #E7D1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D1FF on black background.


Color preview on white background

This text has color #E7D1FF on white background.



Black color preview on #E7D1FF background

This text has black color on #E7D1FF background.


White color preview on #E7D1FF background

This text has white color on #E7D1FF background.