COLOR #E6D2ED

HEX: #E6D2ED
RGB: (230,210,237)

Color info

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

RGB color model

#E6D2ED color RGB value is (230,210,237).

  • red value is 230;
  • green value is 210;
  • blue value is 237.
RGB:
(230,210,237)
(90%,82%,93%)

RGB channels and saturation

R 230 of 255 = 90%
G 210 of 255 = 82%
B 237 of 255 = 93%

230
210
237

R + G + B ~ 88%. #E6D2ED is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 210 + 237 = 677 (100%)
R 230 of 677 ~ 33.97%
G 210 of 677 ~ 31.02%
B 237 of 677 ~ 35.01%

%33.97
%31.02
%35.01

CMYK color model

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

  • cyan value is 2.95%
  • magenta value is 11.39%
  • 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.95
%11.39
%0
%7.06

Codes

Color #E6D2ED in popluar color models

E6D2ED
RGB230210237
HSL284°42.86%87.65%
HSB/HSV284°11.39%92.94%
CMYK2.95%11.39%0.00%
7.06%

Color #E6D2ED in popluar number systems.

HEXE6D2ED
Decimal230210237
Binary111001101101001011101101
Octal346322355

Shades and tints

Shades of #E6D2ED

#E6D2ED
(230,210,237)
#D2BFD8
(210,191,216)
#BEACC3
(190,172,195)
#AA99AE
(170,153,174)
#968699
(150,134,153)
#827384
(130,115,132)
#6E606F
(110,96,111)
#5A4D5A
(90,77,90)
#463A45
(70,58,69)
#322730
(50,39,48)
#1E141B
(30,20,27)
#000000
(0,0,0)

Tints of #E6D2ED

#E6D2ED
(230,210,237)
#E8D6EE
(232,214,238)
#EADAEF
(234,218,239)
#ECDEF0
(236,222,240)
#EEE2F1
(238,226,241)
#F0E6F2
(240,230,242)
#F2EAF3
(242,234,243)
#F4EEF4
(244,238,244)
#F6F2F5
(246,242,245)
#F8F6F6
(248,246,246)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D2ED color. Also use rgb(230,210,237) instead hex code.

Text Font Color

.myTextColor { color: #E6D2ED; }

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

This text font color is #E6D2ED.


Background Color

.myBgColor { background-color: #E6D2ED; }

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

This div background color is #E6D2ED.


Border color

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

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

This div border color is #E6D2ED.


Opacity

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

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

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

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

This text has shadow with #E6D2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D2ED on black background.


Color preview on white background

This text has color #E6D2ED on white background.



Black color preview on #E6D2ED background

This text has black color on #E6D2ED background.


White color preview on #E6D2ED background

This text has white color on #E6D2ED background.