COLOR #E7DFD5

HEX: #E7DFD5 RGB: (231,223,213)

Color info

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

RGB color model

#E7DFD5 color RGB value is (231,223,213).

RGB: (231,223,213) (91%, 87%, 84%)

RGB channels and saturation

R 231 of 255 = 91%
G 223 of 255 = 87%
B 213 of 255 = 84%

231
223
213

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

Portions of RGB colors in percentages

R + G + B = 231 + 223 + 213 = 667 (100%)
R 231 of 667 ~ 34.63%
G 223 of 667 ~ 33.43%
B 213 of 667 ~ 31.93'%

%34.63
%33.43
%31.93

CMYK color model

#E7DFD5 color CMYK value is (0,3,8,9).

  • cyan value is 0.00%
  • magenta value is 3.46%
  • yellow value is 7.79%
  • key color value is 9.41%

CMYK: (0,3,8,9)
C0M3Y8K9 (0%, 3%, 8%, 9%)
(0.00 / 0.03 / 0.08 / 0.09)

CMYK percentages

%0
%3.46
%7.79
%9.41

Codes

Color #E7DFD5 in popluar color models

E7 DF D5
RGB 231 223 213
HSL 33° 27.27% 87.06%
HSB/HSV 33° 7.79% 90.59%
CMYK 0.00% 3.46% 7.79%
9.41%

Color #E7DFD5 in popluar number systems.

HEX E7 DF D5
Decimal 231 223 213
Binary 11100111 11011111 11010101
Octal 347 337 325

Shades and tints

Shades of #E7DFD5

#E7DFD5
(231,223,213)
#D2CBC2
(210,203,194)
#BDB7AF
(189,183,175)
#A8A39C
(168,163,156)
#938F89
(147,143,137)
#7E7B76
(126,123,118)
#696763
(105,103,99)
#545350
(84,83,80)
#3F3F3D
(63,63,61)
#2A2B2A
(42,43,42)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #E7DFD5

#E7DFD5
(231,223,213)
#E9E1D8
(233,225,216)
#EBE3DB
(235,227,219)
#EDE5DE
(237,229,222)
#EFE7E1
(239,231,225)
#F1E9E4
(241,233,228)
#F3EBE7
(243,235,231)
#F5EDEA
(245,237,234)
#F7EFED
(247,239,237)
#F9F1F0
(249,241,240)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DFD5; }

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

This text font color is #E7DFD5.

Background Color

.myBgColor { background-color: #E7DFD5; }

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

This div background color is #E7DFD5.

Border color

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

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

This div border color is #E7DFD5.

Opacity

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

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

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

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

This text has shadow with #E7DFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DFD5.

Preview

Color preview on black background

This text has color #E7DFD5 on black background.


Color preview on white background

This text has color #E7DFD5 on white background.


Black color preview on #E7DFD5 background

This text has black color on #E7DFD5 background.


White color preview on #E7DFD5 background

This text has white color on #E7DFD5 background.


Related colors

Complementary color

Complementary color for #hex is #18202A.


I love getcolorcode.com

Triadic colors

1 #D5E7DF and #DFD5E7 with #E7DFD5 are triadic colors.

2 #D5DFE7 and #DFE7D5 with #E7DFD5 are triadic colors.