COLOR #E6D7EE

HEX: #E6D7EE RGB: (230,215,238)

Color info

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

RGB color model

#E6D7EE color RGB value is (230,215,238).

RGB: (230,215,238) (90%, 84%, 93%)

RGB channels and saturation

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

230
215
238

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

Portions of RGB colors in percentages

R + G + B = 230 + 215 + 238 = 683 (100%)
R 230 of 683 ~ 33.67%
G 215 of 683 ~ 31.48%
B 238 of 683 ~ 34.85'%

%33.67
%31.48
%34.85

CMYK color model

#E6D7EE color CMYK value is (3,10,0,7).

  • cyan value is 3.36%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (3,10,0,7)
C3M10Y0K7 (3%, 10%, 0%, 7%)
(0.03 / 0.10 / 0.00 / 0.07)

CMYK percentages

%3.36
%9.66
%0
%6.67

Codes

Color #E6D7EE in popluar color models

E6 D7 EE
RGB 230 215 238
HSL 279° 40.35% 88.82%
HSB/HSV 279° 9.66% 93.33%
CMYK 3.36% 9.66% 0.00%
6.67%

Color #E6D7EE in popluar number systems.

HEX E6 D7 EE
Decimal 230 215 238
Binary 11100110 11010111 11101110
Octal 346 327 356

Shades and tints

Shades of #E6D7EE

#E6D7EE
(230,215,238)
#D2C4D9
(210,196,217)
#BEB1C4
(190,177,196)
#AA9EAF
(170,158,175)
#968B9A
(150,139,154)
#827885
(130,120,133)
#6E6570
(110,101,112)
#5A525B
(90,82,91)
#463F46
(70,63,70)
#322C31
(50,44,49)
#1E191C
(30,25,28)
#000000
(0,0,0)

Tints of #E6D7EE

#E6D7EE
(230,215,238)
#E8DAEF
(232,218,239)
#EADDF0
(234,221,240)
#ECE0F1
(236,224,241)
#EEE3F2
(238,227,242)
#F0E6F3
(240,230,243)
#F2E9F4
(242,233,244)
#F4ECF5
(244,236,245)
#F6EFF6
(246,239,246)
#F8F2F7
(248,242,247)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D7EE; }

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

This text font color is #E6D7EE.

Background Color

.myBgColor { background-color: #E6D7EE; }

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

This div background color is #E6D7EE.

Border color

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

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

This div border color is #E6D7EE.

Opacity

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

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

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

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

This text has shadow with #E6D7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D7EE.

Preview

Color preview on black background

This text has color #E6D7EE on black background.


Color preview on white background

This text has color #E6D7EE on white background.


Black color preview on #E6D7EE background

This text has black color on #E6D7EE background.


White color preview on #E6D7EE background

This text has white color on #E6D7EE background.


Related colors

Complementary color

Complementary color for #hex is #192811.


I love getcolorcode.com

Triadic colors

1 #EEE6D7 and #D7EEE6 with #E6D7EE are triadic colors.

2 #EED7E6 and #D7E6EE with #E6D7EE are triadic colors.