COLOR #E3DAE6

HEX: #E3DAE6 RGB: (227,218,230)

Color info

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

RGB color model

#E3DAE6 color RGB value is (227,218,230).

RGB: (227,218,230) (89%, 85%, 90%)

RGB channels and saturation

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

227
218
230

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

Portions of RGB colors in percentages

R + G + B = 227 + 218 + 230 = 675 (100%)
R 227 of 675 ~ 33.63%
G 218 of 675 ~ 32.3%
B 230 of 675 ~ 34.07'%

%33.63
%32.3
%34.07

CMYK color model

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

  • cyan value is 1.30%
  • magenta value is 5.22%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (1,5,0,10)
C1M5Y0K10 (1%, 5%, 0%, 10%)
(0.01 / 0.05 / 0.00 / 0.10)

CMYK percentages

%1.3
%5.22
%0
%9.8

Codes

Color #E3DAE6 in popluar color models

E3 DA E6
RGB 227 218 230
HSL 285° 19.35% 87.84%
HSB/HSV 285° 5.22% 90.20%
CMYK 1.30% 5.22% 0.00%
9.80%

Color #E3DAE6 in popluar number systems.

HEX E3 DA E6
Decimal 227 218 230
Binary 11100011 11011010 11100110
Octal 343 332 346

Shades and tints

Shades of #E3DAE6

#E3DAE6
(227,218,230)
#CFC7D2
(207,199,210)
#BBB4BE
(187,180,190)
#A7A1AA
(167,161,170)
#938E96
(147,142,150)
#7F7B82
(127,123,130)
#6B686E
(107,104,110)
#57555A
(87,85,90)
#434246
(67,66,70)
#2F2F32
(47,47,50)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #E3DAE6

#E3DAE6
(227,218,230)
#E5DDE8
(229,221,232)
#E7E0EA
(231,224,234)
#E9E3EC
(233,227,236)
#EBE6EE
(235,230,238)
#EDE9F0
(237,233,240)
#EFECF2
(239,236,242)
#F1EFF4
(241,239,244)
#F3F2F6
(243,242,246)
#F5F5F8
(245,245,248)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DAE6; }

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

This text font color is #E3DAE6.

Background Color

.myBgColor { background-color: #E3DAE6; }

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

This div background color is #E3DAE6.

Border color

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

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

This div border color is #E3DAE6.

Opacity

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

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

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

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

This text has shadow with #E3DAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DAE6.

Preview

Color preview on black background

This text has color #E3DAE6 on black background.


Color preview on white background

This text has color #E3DAE6 on white background.


Black color preview on #E3DAE6 background

This text has black color on #E3DAE6 background.


White color preview on #E3DAE6 background

This text has white color on #E3DAE6 background.


Related colors

Complementary color

Complementary color for #hex is #1C2519.


I love getcolorcode.com

Triadic colors

1 #E6E3DA and #DAE6E3 with #E3DAE6 are triadic colors.

2 #E6DAE3 and #DAE3E6 with #E3DAE6 are triadic colors.