COLOR #E7DFD1

HEX: #E7DFD1 RGB: (231,223,209)

Color info

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

RGB color model

#E7DFD1 color RGB value is (231,223,209).

RGB: (231,223,209) (91%, 87%, 82%)

RGB channels and saturation

R 231 of 255 = 91%
G 223 of 255 = 87%
B 209 of 255 = 82%

231
223
209

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

Portions of RGB colors in percentages

R + G + B = 231 + 223 + 209 = 663 (100%)
R 231 of 663 ~ 34.84%
G 223 of 663 ~ 33.63%
B 209 of 663 ~ 31.52'%

%34.84
%33.63
%31.52

CMYK color model

#E7DFD1 color CMYK value is (0,3,10,9).

  • cyan value is 0.00%
  • magenta value is 3.46%
  • yellow value is 9.52%
  • key color value is 9.41%
CMYK: (0,3,10,9) C0M3Y10K9 (0%,3%,10%,9%) (0.00/0.03/0.10/0.09) 

CMYK percentages

%0
%3.46
%9.52
%9.41

Codes

Color #E7DFD1 in popluar color models

E7 DF D1
RGB 231 223 209
HSL 38° 31.43% 86.27%
HSB/HSV 38° 9.52% 90.59%
CMYK 0.00% 3.46% 9.52%
9.41%

Color #E7DFD1 in popluar number systems.

HEX E7 DF D1
Decimal 231 223 209
Binary 11100111 11011111 11010001
Octal 347 337 321

Shades and tints

Shades of #E7DFD1

#E7DFD1
(231,223,209)
#D2CBBE
(210,203,190)
#BDB7AB
(189,183,171)
#A8A398
(168,163,152)
#938F85
(147,143,133)
#7E7B72
(126,123,114)
#69675F
(105,103,95)
#54534C
(84,83,76)
#3F3F39
(63,63,57)
#2A2B26
(42,43,38)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #E7DFD1

#E7DFD1
(231,223,209)
#E9E1D5
(233,225,213)
#EBE3D9
(235,227,217)
#EDE5DD
(237,229,221)
#EFE7E1
(239,231,225)
#F1E9E5
(241,233,229)
#F3EBE9
(243,235,233)
#F5EDED
(245,237,237)
#F7EFF1
(247,239,241)
#F9F1F5
(249,241,245)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DFD1; }

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

This text font color is #E7DFD1.

Background Color

.myBgColor { background-color: #E7DFD1; }

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

This div background color is #E7DFD1.

Border color

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

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

This div border color is #E7DFD1.

Opacity

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

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

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

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

This text has shadow with #E7DFD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DFD1.

Preview

Color preview on black background

This text has color #E7DFD1 on black background.


Color preview on white background

This text has color #E7DFD1 on white background.


Black color preview on #E7DFD1 background

This text has black color on #E7DFD1 background.


White color preview on #E7DFD1 background

This text has white color on #E7DFD1 background.


Related colors

Complementary color

Complementary color for #hex is #18202E.


I love getcolorcode.com

Triadic colors

1 #D1E7DF and #DFD1E7 with #E7DFD1 are triadic colors.

2 #D1DFE7 and #DFE7D1 with #E7DFD1 are triadic colors.