COLOR #E7DFD2

HEX: #E7DFD2
RGB: (231,223,210)

Color info

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

RGB color model

#E7DFD2 color RGB value is (231,223,210).

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

RGB channels and saturation

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

231
223
210

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

Portions of RGB colors in percentages

R + G + B =
231 + 223 + 210 = 664 (100%)
R 231 of 664 ~ 34.79%
G 223 of 664 ~ 33.58%
B 210 of 664 ~ 31.63%

%34.79
%33.58
%31.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.46%
  • yellow value is 9.09%
  • key color value is 9.41%
CMYK:
(0,3,9,9)
C0M3Y9K9 
(0%,3%,9%,9%)
(0.00/0.03/0.09/0.09)	

CMYK percentages

%0
%3.46
%9.09
%9.41

Codes

Color #E7DFD2 in popluar color models

E7DFD2
RGB231223210
HSL37°30.43%86.47%
HSB/HSV37°9.09%90.59%
CMYK0.00%3.46%9.09%
9.41%

Color #E7DFD2 in popluar number systems.

HEXE7DFD2
Decimal231223210
Binary111001111101111111010010
Octal347337322

Shades and tints

Shades of #E7DFD2

#E7DFD2
(231,223,210)
#D2CBBF
(210,203,191)
#BDB7AC
(189,183,172)
#A8A399
(168,163,153)
#938F86
(147,143,134)
#7E7B73
(126,123,115)
#696760
(105,103,96)
#54534D
(84,83,77)
#3F3F3A
(63,63,58)
#2A2B27
(42,43,39)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #E7DFD2

#E7DFD2
(231,223,210)
#E9E1D6
(233,225,214)
#EBE3DA
(235,227,218)
#EDE5DE
(237,229,222)
#EFE7E2
(239,231,226)
#F1E9E6
(241,233,230)
#F3EBEA
(243,235,234)
#F5EDEE
(245,237,238)
#F7EFF2
(247,239,242)
#F9F1F6
(249,241,246)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DFD2; }

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

This text font color is #E7DFD2.


Background Color

.myBgColor { background-color: #E7DFD2; }

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

This div background color is #E7DFD2.


Border color

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

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

This div border color is #E7DFD2.


Opacity

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

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

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

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

This text has shadow with #E7DFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DFD2 on black background.


Color preview on white background

This text has color #E7DFD2 on white background.



Black color preview on #E7DFD2 background

This text has black color on #E7DFD2 background.


White color preview on #E7DFD2 background

This text has white color on #E7DFD2 background.