COLOR #E7DFDC

HEX: #E7DFDC
RGB: (231,223,220)

Color info

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

RGB color model

#E7DFDC color RGB value is (231,223,220).

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

RGB channels and saturation

R 231 of 255 = 91%
G 223 of 255 = 87%
B 220 of 255 = 86%

231
223
220

R + G + B ~ 88%. #E7DFDC is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 223 + 220 = 674 (100%)
R 231 of 674 ~ 34.27%
G 223 of 674 ~ 33.09%
B 220 of 674 ~ 32.64%

%34.27
%33.09
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.46%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK:
(0,3,5,9)
C0M3Y5K9 
(0%,3%,5%,9%)
(0.00/0.03/0.05/0.09)	

CMYK percentages

%0
%3.46
%4.76
%9.41

Codes

Color #E7DFDC in popluar color models

E7DFDC
RGB231223220
HSL16°18.64%88.43%
HSB/HSV16°4.76%90.59%
CMYK0.00%3.46%4.76%
9.41%

Color #E7DFDC in popluar number systems.

HEXE7DFDC
Decimal231223220
Binary111001111101111111011100
Octal347337334

Shades and tints

Shades of #E7DFDC

#E7DFDC
(231,223,220)
#D2CBC8
(210,203,200)
#BDB7B4
(189,183,180)
#A8A3A0
(168,163,160)
#938F8C
(147,143,140)
#7E7B78
(126,123,120)
#696764
(105,103,100)
#545350
(84,83,80)
#3F3F3C
(63,63,60)
#2A2B28
(42,43,40)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #E7DFDC

#E7DFDC
(231,223,220)
#E9E1DF
(233,225,223)
#EBE3E2
(235,227,226)
#EDE5E5
(237,229,229)
#EFE7E8
(239,231,232)
#F1E9EB
(241,233,235)
#F3EBEE
(243,235,238)
#F5EDF1
(245,237,241)
#F7EFF4
(247,239,244)
#F9F1F7
(249,241,247)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DFDC; }

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

This text font color is #E7DFDC.


Background Color

.myBgColor { background-color: #E7DFDC; }

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

This div background color is #E7DFDC.


Border color

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

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

This div border color is #E7DFDC.


Opacity

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

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

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

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

This text has shadow with #E7DFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DFDC on black background.


Color preview on white background

This text has color #E7DFDC on white background.



Black color preview on #E7DFDC background

This text has black color on #E7DFDC background.


White color preview on #E7DFDC background

This text has white color on #E7DFDC background.