COLOR #E6D8FE

HEX: #E6D8FE
RGB: (230,216,254)

Color info

#E6D8FE contains red, green and blue colors in about the same proportion. Web safe color of #E6D8FE is #CCCCFF (or #CCF).

RGB color model

#E6D8FE color RGB value is (230,216,254).

  • red value is 230;
  • green value is 216;
  • blue value is 254.
RGB:
(230,216,254)
(90%,85%,100%)

RGB channels and saturation

R 230 of 255 = 90%
G 216 of 255 = 85%
B 254 of 255 = 100%

230
216
254

R + G + B ~ 92%. #E6D8FE is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 216 + 254 = 700 (100%)
R 230 of 700 ~ 32.86%
G 216 of 700 ~ 30.86%
B 254 of 700 ~ 36.29%

%32.86
%30.86
%36.29

CMYK color model

#E6D8FE color CMYK value is (9,15,0,0).

  • cyan value is 9.45%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(9,15,0,0)
C9M15Y0K0 
(9%,15%,0%,0%)
(0.09/0.15/0.00/0.00)	

CMYK percentages

%9.45
%14.96
%0
%0.39

Codes

Color #E6D8FE in popluar color models

E6D8FE
RGB230216254
HSL262°95.00%92.16%
HSB/HSV262°14.96%99.61%
CMYK9.45%14.96%0.00%
0.39%

Color #E6D8FE in popluar number systems.

HEXE6D8FE
Decimal230216254
Binary111001101101100011111110
Octal346330376

Shades and tints

Shades of #E6D8FE

#E6D8FE
(230,216,254)
#D2C5E7
(210,197,231)
#BEB2D0
(190,178,208)
#AA9FB9
(170,159,185)
#968CA2
(150,140,162)
#82798B
(130,121,139)
#6E6674
(110,102,116)
#5A535D
(90,83,93)
#464046
(70,64,70)
#322D2F
(50,45,47)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #E6D8FE

#E6D8FE
(230,216,254)
#E8DBFE
(232,219,254)
#EADEFE
(234,222,254)
#ECE1FE
(236,225,254)
#EEE4FE
(238,228,254)
#F0E7FE
(240,231,254)
#F2EAFE
(242,234,254)
#F4EDFE
(244,237,254)
#F6F0FE
(246,240,254)
#F8F3FE
(248,243,254)
#FAF6FE
(250,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D8FE color. Also use rgb(230,216,254) instead hex code.

Text Font Color

.myTextColor { color: #E6D8FE; }

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

This text font color is #E6D8FE.


Background Color

.myBgColor { background-color: #E6D8FE; }

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

This div background color is #E6D8FE.


Border color

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

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

This div border color is #E6D8FE.


Opacity

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

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

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

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

This text has shadow with #E6D8FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D8FE on black background.


Color preview on white background

This text has color #E6D8FE on white background.



Black color preview on #E6D8FE background

This text has black color on #E6D8FE background.


White color preview on #E6D8FE background

This text has white color on #E6D8FE background.