COLOR #E3DAEE

HEX: #E3DAEE
RGB: (227,218,238)

Color info

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

RGB color model

#E3DAEE color RGB value is (227,218,238).

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

RGB channels and saturation

R 227 of 255 = 89%
G 218 of 255 = 85%
B 238 of 255 = 93%

227
218
238

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

Portions of RGB colors in percentages

R + G + B =
227 + 218 + 238 = 683 (100%)
R 227 of 683 ~ 33.24%
G 218 of 683 ~ 31.92%
B 238 of 683 ~ 34.85%

%33.24
%31.92
%34.85

CMYK color model

#E3DAEE color CMYK value is (5,8,0,7).

  • cyan value is 4.62%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,8,0,7)
C5M8Y0K7 
(5%,8%,0%,7%)
(0.05/0.08/0.00/0.07)	

CMYK percentages

%4.62
%8.4
%0
%6.67

Codes

Color #E3DAEE in popluar color models

E3DAEE
RGB227218238
HSL267°37.04%89.41%
HSB/HSV267°8.40%93.33%
CMYK4.62%8.40%0.00%
6.67%

Color #E3DAEE in popluar number systems.

HEXE3DAEE
Decimal227218238
Binary111000111101101011101110
Octal343332356

Shades and tints

Shades of #E3DAEE

#E3DAEE
(227,218,238)
#CFC7D9
(207,199,217)
#BBB4C4
(187,180,196)
#A7A1AF
(167,161,175)
#938E9A
(147,142,154)
#7F7B85
(127,123,133)
#6B6870
(107,104,112)
#57555B
(87,85,91)
#434246
(67,66,70)
#2F2F31
(47,47,49)
#1B1C1C
(27,28,28)
#000000
(0,0,0)

Tints of #E3DAEE

#E3DAEE
(227,218,238)
#E5DDEF
(229,221,239)
#E7E0F0
(231,224,240)
#E9E3F1
(233,227,241)
#EBE6F2
(235,230,242)
#EDE9F3
(237,233,243)
#EFECF4
(239,236,244)
#F1EFF5
(241,239,245)
#F3F2F6
(243,242,246)
#F5F5F7
(245,245,247)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DAEE; }

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

This text font color is #E3DAEE.


Background Color

.myBgColor { background-color: #E3DAEE; }

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

This div background color is #E3DAEE.


Border color

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

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

This div border color is #E3DAEE.


Opacity

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

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

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

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

This text has shadow with #E3DAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DAEE on black background.


Color preview on white background

This text has color #E3DAEE on white background.



Black color preview on #E3DAEE background

This text has black color on #E3DAEE background.


White color preview on #E3DAEE background

This text has white color on #E3DAEE background.