COLOR #E7DFDD

HEX: #E7DFDD RGB: (231,223,221)

Color info

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

RGB color model

#E7DFDD color RGB value is (231,223,221).

RGB: (231,223,221) (91%, 87%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 223 of 255 = 87%
B 221 of 255 = 87%

231
223
221

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

Portions of RGB colors in percentages

R + G + B = 231 + 223 + 221 = 675 (100%)
R 231 of 675 ~ 34.22%
G 223 of 675 ~ 33.04%
B 221 of 675 ~ 32.74'%

%34.22
%33.04
%32.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.46%
  • yellow value is 4.33%
  • key color value is 9.41%

CMYK: (0,3,4,9)
C0M3Y4K9 (0%, 3%, 4%, 9%)
(0.00 / 0.03 / 0.04 / 0.09)

CMYK percentages

%0
%3.46
%4.33
%9.41

Codes

Color #E7DFDD in popluar color models

E7 DF DD
RGB 231 223 221
HSL 12° 17.24% 88.63%
HSB/HSV 12° 4.33% 90.59%
CMYK 0.00% 3.46% 4.33%
9.41%

Color #E7DFDD in popluar number systems.

HEX E7 DF DD
Decimal 231 223 221
Binary 11100111 11011111 11011101
Octal 347 337 335

Shades and tints

Shades of #E7DFDD

#E7DFDD
(231,223,221)
#D2CBC9
(210,203,201)
#BDB7B5
(189,183,181)
#A8A3A1
(168,163,161)
#938F8D
(147,143,141)
#7E7B79
(126,123,121)
#696765
(105,103,101)
#545351
(84,83,81)
#3F3F3D
(63,63,61)
#2A2B29
(42,43,41)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #E7DFDD

#E7DFDD
(231,223,221)
#E9E1E0
(233,225,224)
#EBE3E3
(235,227,227)
#EDE5E6
(237,229,230)
#EFE7E9
(239,231,233)
#F1E9EC
(241,233,236)
#F3EBEF
(243,235,239)
#F5EDF2
(245,237,242)
#F7EFF5
(247,239,245)
#F9F1F8
(249,241,248)
#FBF3FB
(251,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DFDD; }

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

This text font color is #E7DFDD.

Background Color

.myBgColor { background-color: #E7DFDD; }

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

This div background color is #E7DFDD.

Border color

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

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

This div border color is #E7DFDD.

Opacity

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

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

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

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

This text has shadow with #E7DFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DFDD.

Preview

Color preview on black background

This text has color #E7DFDD on black background.


Color preview on white background

This text has color #E7DFDD on white background.


Black color preview on #E7DFDD background

This text has black color on #E7DFDD background.


White color preview on #E7DFDD background

This text has white color on #E7DFDD background.


Related colors

Complementary color

Complementary color for #hex is #182022.


I love getcolorcode.com

Triadic colors

1 #DDE7DF and #DFDDE7 with #E7DFDD are triadic colors.

2 #DDDFE7 and #DFE7DD with #E7DFDD are triadic colors.