COLOR #E6DAE9

HEX: #E6DAE9
RGB: (230,218,233)

Color info

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

RGB color model

#E6DAE9 color RGB value is (230,218,233).

  • red value is 230;
  • green value is 218;
  • blue value is 233.
RGB:
(230,218,233)
(90%,85%,91%)

RGB channels and saturation

R 230 of 255 = 90%
G 218 of 255 = 85%
B 233 of 255 = 91%

230
218
233

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

Portions of RGB colors in percentages

R + G + B =
230 + 218 + 233 = 681 (100%)
R 230 of 681 ~ 33.77%
G 218 of 681 ~ 32.01%
B 233 of 681 ~ 34.21%

%33.77
%32.01
%34.21

CMYK color model

#E6DAE9 color CMYK value is (1,6,0,9).

  • cyan value is 1.29%
  • magenta value is 6.44%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(1,6,0,9)
C1M6Y0K9 
(1%,6%,0%,9%)
(0.01/0.06/0.00/0.09)	

CMYK percentages

%1.29
%6.44
%0
%8.63

Codes

Color #E6DAE9 in popluar color models

E6DAE9
RGB230218233
HSL288°25.42%88.43%
HSB/HSV288°6.44%91.37%
CMYK1.29%6.44%0.00%
8.63%

Color #E6DAE9 in popluar number systems.

HEXE6DAE9
Decimal230218233
Binary111001101101101011101001
Octal346332351

Shades and tints

Shades of #E6DAE9

#E6DAE9
(230,218,233)
#D2C7D4
(210,199,212)
#BEB4BF
(190,180,191)
#AAA1AA
(170,161,170)
#968E95
(150,142,149)
#827B80
(130,123,128)
#6E686B
(110,104,107)
#5A5556
(90,85,86)
#464241
(70,66,65)
#322F2C
(50,47,44)
#1E1C17
(30,28,23)
#000000
(0,0,0)

Tints of #E6DAE9

#E6DAE9
(230,218,233)
#E8DDEB
(232,221,235)
#EAE0ED
(234,224,237)
#ECE3EF
(236,227,239)
#EEE6F1
(238,230,241)
#F0E9F3
(240,233,243)
#F2ECF5
(242,236,245)
#F4EFF7
(244,239,247)
#F6F2F9
(246,242,249)
#F8F5FB
(248,245,251)
#FAF8FD
(250,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DAE9 color. Also use rgb(230,218,233) instead hex code.

Text Font Color

.myTextColor { color: #E6DAE9; }

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

This text font color is #E6DAE9.


Background Color

.myBgColor { background-color: #E6DAE9; }

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

This div background color is #E6DAE9.


Border color

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

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

This div border color is #E6DAE9.


Opacity

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

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

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

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

This text has shadow with #E6DAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DAE9 on black background.


Color preview on white background

This text has color #E6DAE9 on white background.



Black color preview on #E6DAE9 background

This text has black color on #E6DAE9 background.


White color preview on #E6DAE9 background

This text has white color on #E6DAE9 background.