COLOR #E6D7EC

HEX: #E6D7EC
RGB: (230,215,236)

Color info

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

RGB color model

#E6D7EC color RGB value is (230,215,236).

  • red value is 230;
  • green value is 215;
  • blue value is 236.
RGB:
(230,215,236)
(90%,84%,93%)

RGB channels and saturation

R 230 of 255 = 90%
G 215 of 255 = 84%
B 236 of 255 = 93%

230
215
236

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

Portions of RGB colors in percentages

R + G + B =
230 + 215 + 236 = 681 (100%)
R 230 of 681 ~ 33.77%
G 215 of 681 ~ 31.57%
B 236 of 681 ~ 34.65%

%33.77
%31.57
%34.65

CMYK color model

#E6D7EC color CMYK value is (3,9,0,7).

  • cyan value is 2.54%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(3,9,0,7)
C3M9Y0K7 
(3%,9%,0%,7%)
(0.03/0.09/0.00/0.07)	

CMYK percentages

%2.54
%8.9
%0
%7.45

Codes

Color #E6D7EC in popluar color models

E6D7EC
RGB230215236
HSL283°35.59%88.43%
HSB/HSV283°8.90%92.55%
CMYK2.54%8.90%0.00%
7.45%

Color #E6D7EC in popluar number systems.

HEXE6D7EC
Decimal230215236
Binary111001101101011111101100
Octal346327354

Shades and tints

Shades of #E6D7EC

#E6D7EC
(230,215,236)
#D2C4D7
(210,196,215)
#BEB1C2
(190,177,194)
#AA9EAD
(170,158,173)
#968B98
(150,139,152)
#827883
(130,120,131)
#6E656E
(110,101,110)
#5A5259
(90,82,89)
#463F44
(70,63,68)
#322C2F
(50,44,47)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #E6D7EC

#E6D7EC
(230,215,236)
#E8DAED
(232,218,237)
#EADDEE
(234,221,238)
#ECE0EF
(236,224,239)
#EEE3F0
(238,227,240)
#F0E6F1
(240,230,241)
#F2E9F2
(242,233,242)
#F4ECF3
(244,236,243)
#F6EFF4
(246,239,244)
#F8F2F5
(248,242,245)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D7EC color. Also use rgb(230,215,236) instead hex code.

Text Font Color

.myTextColor { color: #E6D7EC; }

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

This text font color is #E6D7EC.


Background Color

.myBgColor { background-color: #E6D7EC; }

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

This div background color is #E6D7EC.


Border color

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

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

This div border color is #E6D7EC.


Opacity

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

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

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

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

This text has shadow with #E6D7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D7EC on black background.


Color preview on white background

This text has color #E6D7EC on white background.



Black color preview on #E6D7EC background

This text has black color on #E6D7EC background.


White color preview on #E6D7EC background

This text has white color on #E6D7EC background.