COLOR #E7DAD5

HEX: #E7DAD5 RGB: (231,218,213)

Color info

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

RGB color model

#E7DAD5 color RGB value is (231,218,213).

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

RGB channels and saturation

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

231
218
213

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

Portions of RGB colors in percentages

R + G + B = 231 + 218 + 213 = 662 (100%)
R 231 of 662 ~ 34.89%
G 218 of 662 ~ 32.93%
B 213 of 662 ~ 32.18'%

%34.89
%32.93
%32.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 7.79%
  • key color value is 9.41%
CMYK: (0,6,8,9) C0M6Y8K9 (0%,6%,8%,9%) (0.00/0.06/0.08/0.09) 

CMYK percentages

%0
%5.63
%7.79
%9.41

Codes

Color #E7DAD5 in popluar color models

E7 DA D5
RGB 231 218 213
HSL 17° 27.27% 87.06%
HSB/HSV 17° 7.79% 90.59%
CMYK 0.00% 5.63% 7.79%
9.41%

Color #E7DAD5 in popluar number systems.

HEX E7 DA D5
Decimal 231 218 213
Binary 11100111 11011010 11010101
Octal 347 332 325

Shades and tints

Shades of #E7DAD5

#E7DAD5
(231,218,213)
#D2C7C2
(210,199,194)
#BDB4AF
(189,180,175)
#A8A19C
(168,161,156)
#938E89
(147,142,137)
#7E7B76
(126,123,118)
#696863
(105,104,99)
#545550
(84,85,80)
#3F423D
(63,66,61)
#2A2F2A
(42,47,42)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #E7DAD5

#E7DAD5
(231,218,213)
#E9DDD8
(233,221,216)
#EBE0DB
(235,224,219)
#EDE3DE
(237,227,222)
#EFE6E1
(239,230,225)
#F1E9E4
(241,233,228)
#F3ECE7
(243,236,231)
#F5EFEA
(245,239,234)
#F7F2ED
(247,242,237)
#F9F5F0
(249,245,240)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DAD5; }

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

This text font color is #E7DAD5.

Background Color

.myBgColor { background-color: #E7DAD5; }

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

This div background color is #E7DAD5.

Border color

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

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

This div border color is #E7DAD5.

Opacity

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

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

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

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

This text has shadow with #E7DAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DAD5.

Preview

Color preview on black background

This text has color #E7DAD5 on black background.


Color preview on white background

This text has color #E7DAD5 on white background.


Black color preview on #E7DAD5 background

This text has black color on #E7DAD5 background.


White color preview on #E7DAD5 background

This text has white color on #E7DAD5 background.


Related colors

Complementary color

Complementary color for #hex is #18252A.


I love getcolorcode.com

Triadic colors

1 #D5E7DA and #DAD5E7 with #E7DAD5 are triadic colors.

2 #D5DAE7 and #DAE7D5 with #E7DAD5 are triadic colors.