COLOR #E8DAD5

HEX: #E8DAD5 RGB: (232,218,213)

Color info

#E8DAD5 contains red, green and blue colors in about the same proportion. Web safe color of #E8DAD5 is #FFCCCC (or #FCC).

RGB color model

#E8DAD5 color RGB value is (232,218,213).

RGB: (232,218,213) (91%, 85%, 84%)

RGB channels and saturation

R 232 of 255 = 91%
G 218 of 255 = 85%
B 213 of 255 = 84%

232
218
213

R + G + B ~ 87%. #E8DAD5 is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 218 + 213 = 663 (100%)
R 232 of 663 ~ 34.99%
G 218 of 663 ~ 32.88%
B 213 of 663 ~ 32.13'%

%34.99
%32.88
%32.13

CMYK color model

#E8DAD5 color CMYK value is (0,6,8,9).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 8.19%
  • key color value is 9.02%

CMYK: (0,6,8,9)
C0M6Y8K9 (0%, 6%, 8%, 9%)
(0.00 / 0.06 / 0.08 / 0.09)

CMYK percentages

%0
%6.03
%8.19
%9.02

Codes

Color #E8DAD5 in popluar color models

E8 DA D5
RGB 232 218 213
HSL 16° 29.23% 87.25%
HSB/HSV 16° 8.19% 90.98%
CMYK 0.00% 6.03% 8.19%
9.02%

Color #E8DAD5 in popluar number systems.

HEX E8 DA D5
Decimal 232 218 213
Binary 11101000 11011010 11010101
Octal 350 332 325

Shades and tints

Shades of #E8DAD5

#E8DAD5
(232,218,213)
#D3C7C2
(211,199,194)
#BEB4AF
(190,180,175)
#A9A19C
(169,161,156)
#948E89
(148,142,137)
#7F7B76
(127,123,118)
#6A6863
(106,104,99)
#555550
(85,85,80)
#40423D
(64,66,61)
#2B2F2A
(43,47,42)
#161C17
(22,28,23)
#000000
(0,0,0)

Tints of #E8DAD5

#E8DAD5
(232,218,213)
#EADDD8
(234,221,216)
#ECE0DB
(236,224,219)
#EEE3DE
(238,227,222)
#F0E6E1
(240,230,225)
#F2E9E4
(242,233,228)
#F4ECE7
(244,236,231)
#F6EFEA
(246,239,234)
#F8F2ED
(248,242,237)
#FAF5F0
(250,245,240)
#FCF8F3
(252,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DAD5 color. Also use rgb(232,218,213) instead hex code.

Text Font Color

.myTextColor { color: #E8DAD5; }

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

This text font color is #E8DAD5.

Background Color

.myBgColor { background-color: #E8DAD5; }

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

This div background color is #E8DAD5.

Border color

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

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

This div border color is #E8DAD5.

Opacity

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

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

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

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

This text has shadow with #E8DAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DAD5.

Preview

Color preview on black background

This text has color #E8DAD5 on black background.


Color preview on white background

This text has color #E8DAD5 on white background.


Black color preview on #E8DAD5 background

This text has black color on #E8DAD5 background.


White color preview on #E8DAD5 background

This text has white color on #E8DAD5 background.


Related colors

Complementary color

Complementary color for #hex is #17252A.


I love getcolorcode.com

Triadic colors

1 #D5E8DA and #DAD5E8 with #E8DAD5 are triadic colors.

2 #D5DAE8 and #DAE8D5 with #E8DAD5 are triadic colors.