COLOR #E6D9EA

HEX: #E6D9EA
RGB: (230,217,234)

Color info

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

RGB color model

#E6D9EA color RGB value is (230,217,234).

  • red value is 230;
  • green value is 217;
  • blue value is 234.
RGB:
(230,217,234)
(90%,85%,92%)

RGB channels and saturation

R 230 of 255 = 90%
G 217 of 255 = 85%
B 234 of 255 = 92%

230
217
234

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

Portions of RGB colors in percentages

R + G + B =
230 + 217 + 234 = 681 (100%)
R 230 of 681 ~ 33.77%
G 217 of 681 ~ 31.86%
B 234 of 681 ~ 34.36%

%33.77
%31.86
%34.36

CMYK color model

#E6D9EA color CMYK value is (2,7,0,8).

  • cyan value is 1.71%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(2,7,0,8)
C2M7Y0K8 
(2%,7%,0%,8%)
(0.02/0.07/0.00/0.08)	

CMYK percentages

%1.71
%7.26
%0
%8.24

Codes

Color #E6D9EA in popluar color models

E6D9EA
RGB230217234
HSL286°28.81%88.43%
HSB/HSV286°7.26%91.76%
CMYK1.71%7.26%0.00%
8.24%

Color #E6D9EA in popluar number systems.

HEXE6D9EA
Decimal230217234
Binary111001101101100111101010
Octal346331352

Shades and tints

Shades of #E6D9EA

#E6D9EA
(230,217,234)
#D2C6D5
(210,198,213)
#BEB3C0
(190,179,192)
#AAA0AB
(170,160,171)
#968D96
(150,141,150)
#827A81
(130,122,129)
#6E676C
(110,103,108)
#5A5457
(90,84,87)
#464142
(70,65,66)
#322E2D
(50,46,45)
#1E1B18
(30,27,24)
#000000
(0,0,0)

Tints of #E6D9EA

#E6D9EA
(230,217,234)
#E8DCEB
(232,220,235)
#EADFEC
(234,223,236)
#ECE2ED
(236,226,237)
#EEE5EE
(238,229,238)
#F0E8EF
(240,232,239)
#F2EBF0
(242,235,240)
#F4EEF1
(244,238,241)
#F6F1F2
(246,241,242)
#F8F4F3
(248,244,243)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D9EA color. Also use rgb(230,217,234) instead hex code.

Text Font Color

.myTextColor { color: #E6D9EA; }

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

This text font color is #E6D9EA.


Background Color

.myBgColor { background-color: #E6D9EA; }

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

This div background color is #E6D9EA.


Border color

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

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

This div border color is #E6D9EA.


Opacity

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

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

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

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

This text has shadow with #E6D9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D9EA on black background.


Color preview on white background

This text has color #E6D9EA on white background.



Black color preview on #E6D9EA background

This text has black color on #E6D9EA background.


White color preview on #E6D9EA background

This text has white color on #E6D9EA background.