COLOR #E6D7EB

HEX: #E6D7EB RGB: (230,215,235)

Color info

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

RGB color model

#E6D7EB color RGB value is (230,215,235).

RGB: (230,215,235) (90%, 84%, 92%)

RGB channels and saturation

R 230 of 255 = 90%
G 215 of 255 = 84%
B 235 of 255 = 92%

230
215
235

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

Portions of RGB colors in percentages

R + G + B = 230 + 215 + 235 = 680 (100%)
R 230 of 680 ~ 33.82%
G 215 of 680 ~ 31.62%
B 235 of 680 ~ 34.56'%

%33.82
%31.62
%34.56

CMYK color model

#E6D7EB color CMYK value is (2,9,0,8).

  • cyan value is 2.13%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (2,9,0,8) C2M9Y0K8 (2%,9%,0%,8%) (0.02/0.09/0.00/0.08) 

CMYK percentages

%2.13
%8.51
%0
%7.84

Codes

Color #E6D7EB in popluar color models

E6 D7 EB
RGB 230 215 235
HSL 285° 33.33% 88.24%
HSB/HSV 285° 8.51% 92.16%
CMYK 2.13% 8.51% 0.00%
7.84%

Color #E6D7EB in popluar number systems.

HEX E6 D7 EB
Decimal 230 215 235
Binary 11100110 11010111 11101011
Octal 346 327 353

Shades and tints

Shades of #E6D7EB

#E6D7EB
(230,215,235)
#D2C4D6
(210,196,214)
#BEB1C1
(190,177,193)
#AA9EAC
(170,158,172)
#968B97
(150,139,151)
#827882
(130,120,130)
#6E656D
(110,101,109)
#5A5258
(90,82,88)
#463F43
(70,63,67)
#322C2E
(50,44,46)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #E6D7EB

#E6D7EB
(230,215,235)
#E8DAEC
(232,218,236)
#EADDED
(234,221,237)
#ECE0EE
(236,224,238)
#EEE3EF
(238,227,239)
#F0E6F0
(240,230,240)
#F2E9F1
(242,233,241)
#F4ECF2
(244,236,242)
#F6EFF3
(246,239,243)
#F8F2F4
(248,242,244)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D7EB; }

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

This text font color is #E6D7EB.

Background Color

.myBgColor { background-color: #E6D7EB; }

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

This div background color is #E6D7EB.

Border color

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

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

This div border color is #E6D7EB.

Opacity

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

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

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

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

This text has shadow with #E6D7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D7EB.

Preview

Color preview on black background

This text has color #E6D7EB on black background.


Color preview on white background

This text has color #E6D7EB on white background.


Black color preview on #E6D7EB background

This text has black color on #E6D7EB background.


White color preview on #E6D7EB background

This text has white color on #E6D7EB background.


Related colors

Complementary color

Complementary color for #hex is #192814.


I love getcolorcode.com

Triadic colors

1 #EBE6D7 and #D7EBE6 with #E6D7EB are triadic colors.

2 #EBD7E6 and #D7E6EB with #E6D7EB are triadic colors.