COLOR #E7DFD4

HEX: #E7DFD4
RGB: (231,223,212)

Color info

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

RGB color model

#E7DFD4 color RGB value is (231,223,212).

  • red value is 231;
  • green value is 223;
  • blue value is 212.
RGB:
(231,223,212)
(91%,87%,83%)

RGB channels and saturation

R 231 of 255 = 91%
G 223 of 255 = 87%
B 212 of 255 = 83%

231
223
212

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

Portions of RGB colors in percentages

R + G + B =
231 + 223 + 212 = 666 (100%)
R 231 of 666 ~ 34.68%
G 223 of 666 ~ 33.48%
B 212 of 666 ~ 31.83%

%34.68
%33.48
%31.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.46%
  • yellow value is 8.23%
  • 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
%8.23
%9.41

Codes

Color #E7DFD4 in popluar color models

E7DFD4
RGB231223212
HSL35°28.36%86.86%
HSB/HSV35°8.23%90.59%
CMYK0.00%3.46%8.23%
9.41%

Color #E7DFD4 in popluar number systems.

HEXE7DFD4
Decimal231223212
Binary111001111101111111010100
Octal347337324

Shades and tints

Shades of #E7DFD4

#E7DFD4
(231,223,212)
#D2CBC1
(210,203,193)
#BDB7AE
(189,183,174)
#A8A39B
(168,163,155)
#938F88
(147,143,136)
#7E7B75
(126,123,117)
#696762
(105,103,98)
#54534F
(84,83,79)
#3F3F3C
(63,63,60)
#2A2B29
(42,43,41)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #E7DFD4

#E7DFD4
(231,223,212)
#E9E1D7
(233,225,215)
#EBE3DA
(235,227,218)
#EDE5DD
(237,229,221)
#EFE7E0
(239,231,224)
#F1E9E3
(241,233,227)
#F3EBE6
(243,235,230)
#F5EDE9
(245,237,233)
#F7EFEC
(247,239,236)
#F9F1EF
(249,241,239)
#FBF3F2
(251,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DFD4; }

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

This text font color is #E7DFD4.


Background Color

.myBgColor { background-color: #E7DFD4; }

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

This div background color is #E7DFD4.


Border color

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

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

This div border color is #E7DFD4.


Opacity

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

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

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

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

This text has shadow with #E7DFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DFD4 on black background.


Color preview on white background

This text has color #E7DFD4 on white background.



Black color preview on #E7DFD4 background

This text has black color on #E7DFD4 background.


White color preview on #E7DFD4 background

This text has white color on #E7DFD4 background.