COLOR #E7DADF

HEX: #E7DADF RGB: (231,218,223)

Color info

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

RGB color model

#E7DADF color RGB value is (231,218,223).

RGB: (231,218,223) (91%, 85%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 218 of 255 = 85%
B 223 of 255 = 87%

231
218
223

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

Portions of RGB colors in percentages

R + G + B = 231 + 218 + 223 = 672 (100%)
R 231 of 672 ~ 34.38%
G 218 of 672 ~ 32.44%
B 223 of 672 ~ 33.18'%

%34.38
%32.44
%33.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 3.46%
  • key color value is 9.41%
CMYK: (0,6,3,9) C0M6Y3K9 (0%,6%,3%,9%) (0.00/0.06/0.03/0.09) 

CMYK percentages

%0
%5.63
%3.46
%9.41

Codes

Color #E7DADF in popluar color models

E7 DA DF
RGB 231 218 223
HSL 337° 21.31% 88.04%
HSB/HSV 337° 5.63% 90.59%
CMYK 0.00% 5.63% 3.46%
9.41%

Color #E7DADF in popluar number systems.

HEX E7 DA DF
Decimal 231 218 223
Binary 11100111 11011010 11011111
Octal 347 332 337

Shades and tints

Shades of #E7DADF

#E7DADF
(231,218,223)
#D2C7CB
(210,199,203)
#BDB4B7
(189,180,183)
#A8A1A3
(168,161,163)
#938E8F
(147,142,143)
#7E7B7B
(126,123,123)
#696867
(105,104,103)
#545553
(84,85,83)
#3F423F
(63,66,63)
#2A2F2B
(42,47,43)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #E7DADF

#E7DADF
(231,218,223)
#E9DDE1
(233,221,225)
#EBE0E3
(235,224,227)
#EDE3E5
(237,227,229)
#EFE6E7
(239,230,231)
#F1E9E9
(241,233,233)
#F3ECEB
(243,236,235)
#F5EFED
(245,239,237)
#F7F2EF
(247,242,239)
#F9F5F1
(249,245,241)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DADF; }

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

This text font color is #E7DADF.

Background Color

.myBgColor { background-color: #E7DADF; }

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

This div background color is #E7DADF.

Border color

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

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

This div border color is #E7DADF.

Opacity

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

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

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

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

This text has shadow with #E7DADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DADF.

Preview

Color preview on black background

This text has color #E7DADF on black background.


Color preview on white background

This text has color #E7DADF on white background.


Black color preview on #E7DADF background

This text has black color on #E7DADF background.


White color preview on #E7DADF background

This text has white color on #E7DADF background.


Related colors

Complementary color

Complementary color for #hex is #182520.


I love getcolorcode.com

Triadic colors

1 #DFE7DA and #DADFE7 with #E7DADF are triadic colors.

2 #DFDAE7 and #DAE7DF with #E7DADF are triadic colors.