COLOR #E3DAE5

HEX: #E3DAE5
RGB: (227,218,229)

Color info

#E3DAE5 contains red, green and blue colors in about the same proportion. Web safe color of #E3DAE5 is #CCCCCC (or #CCC).

RGB color model

#E3DAE5 color RGB value is (227,218,229).

  • red value is 227;
  • green value is 218;
  • blue value is 229.
RGB:
(227,218,229)
(89%,85%,90%)

RGB channels and saturation

R 227 of 255 = 89%
G 218 of 255 = 85%
B 229 of 255 = 90%

227
218
229

R + G + B ~ 88%. #E3DAE5 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 218 + 229 = 674 (100%)
R 227 of 674 ~ 33.68%
G 218 of 674 ~ 32.34%
B 229 of 674 ~ 33.98%

%33.68
%32.34
%33.98

CMYK color model

#E3DAE5 color CMYK value is (1,5,0,10).

  • cyan value is 0.87%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(1,5,0,10)
C1M5Y0K10 
(1%,5%,0%,10%)
(0.01/0.05/0.00/0.10)	

CMYK percentages

%0.87
%4.8
%0
%10.2

Codes

Color #E3DAE5 in popluar color models

E3DAE5
RGB227218229
HSL289°17.46%87.65%
HSB/HSV289°4.80%89.80%
CMYK0.87%4.80%0.00%
10.20%

Color #E3DAE5 in popluar number systems.

HEXE3DAE5
Decimal227218229
Binary111000111101101011100101
Octal343332345

Shades and tints

Shades of #E3DAE5

#E3DAE5
(227,218,229)
#CFC7D1
(207,199,209)
#BBB4BD
(187,180,189)
#A7A1A9
(167,161,169)
#938E95
(147,142,149)
#7F7B81
(127,123,129)
#6B686D
(107,104,109)
#575559
(87,85,89)
#434245
(67,66,69)
#2F2F31
(47,47,49)
#1B1C1D
(27,28,29)
#000000
(0,0,0)

Tints of #E3DAE5

#E3DAE5
(227,218,229)
#E5DDE7
(229,221,231)
#E7E0E9
(231,224,233)
#E9E3EB
(233,227,235)
#EBE6ED
(235,230,237)
#EDE9EF
(237,233,239)
#EFECF1
(239,236,241)
#F1EFF3
(241,239,243)
#F3F2F5
(243,242,245)
#F5F5F7
(245,245,247)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DAE5 color. Also use rgb(227,218,229) instead hex code.

Text Font Color

.myTextColor { color: #E3DAE5; }

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

This text font color is #E3DAE5.


Background Color

.myBgColor { background-color: #E3DAE5; }

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

This div background color is #E3DAE5.


Border color

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

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

This div border color is #E3DAE5.


Opacity

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

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

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

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

This text has shadow with #E3DAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DAE5 on black background.


Color preview on white background

This text has color #E3DAE5 on white background.



Black color preview on #E3DAE5 background

This text has black color on #E3DAE5 background.


White color preview on #E3DAE5 background

This text has white color on #E3DAE5 background.