COLOR #E7DFD6

HEX: #E7DFD6
RGB: (231,223,214)

Color info

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

RGB color model

#E7DFD6 color RGB value is (231,223,214).

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

RGB channels and saturation

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

231
223
214

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

Portions of RGB colors in percentages

R + G + B =
231 + 223 + 214 = 668 (100%)
R 231 of 668 ~ 34.58%
G 223 of 668 ~ 33.38%
B 214 of 668 ~ 32.04%

%34.58
%33.38
%32.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.46%
  • yellow value is 7.36%
  • key color value is 9.41%
CMYK:
(0,3,7,9)
C0M3Y7K9 
(0%,3%,7%,9%)
(0.00/0.03/0.07/0.09)	

CMYK percentages

%0
%3.46
%7.36
%9.41

Codes

Color #E7DFD6 in popluar color models

E7DFD6
RGB231223214
HSL32°26.15%87.25%
HSB/HSV32°7.36%90.59%
CMYK0.00%3.46%7.36%
9.41%

Color #E7DFD6 in popluar number systems.

HEXE7DFD6
Decimal231223214
Binary111001111101111111010110
Octal347337326

Shades and tints

Shades of #E7DFD6

#E7DFD6
(231,223,214)
#D2CBC3
(210,203,195)
#BDB7B0
(189,183,176)
#A8A39D
(168,163,157)
#938F8A
(147,143,138)
#7E7B77
(126,123,119)
#696764
(105,103,100)
#545351
(84,83,81)
#3F3F3E
(63,63,62)
#2A2B2B
(42,43,43)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #E7DFD6

#E7DFD6
(231,223,214)
#E9E1D9
(233,225,217)
#EBE3DC
(235,227,220)
#EDE5DF
(237,229,223)
#EFE7E2
(239,231,226)
#F1E9E5
(241,233,229)
#F3EBE8
(243,235,232)
#F5EDEB
(245,237,235)
#F7EFEE
(247,239,238)
#F9F1F1
(249,241,241)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DFD6; }

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

This text font color is #E7DFD6.


Background Color

.myBgColor { background-color: #E7DFD6; }

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

This div background color is #E7DFD6.


Border color

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

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

This div border color is #E7DFD6.


Opacity

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

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

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

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

This text has shadow with #E7DFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DFD6 on black background.


Color preview on white background

This text has color #E7DFD6 on white background.



Black color preview on #E7DFD6 background

This text has black color on #E7DFD6 background.


White color preview on #E7DFD6 background

This text has white color on #E7DFD6 background.