COLOR #E7DEDF

HEX: #E7DEDF
RGB: (231,222,223)

Color info

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

RGB color model

#E7DEDF color RGB value is (231,222,223).

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

RGB channels and saturation

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

231
222
223

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

Portions of RGB colors in percentages

R + G + B =
231 + 222 + 223 = 676 (100%)
R 231 of 676 ~ 34.17%
G 222 of 676 ~ 32.84%
B 223 of 676 ~ 32.99%

%34.17
%32.84
%32.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.90%
  • yellow value is 3.46%
  • key color value is 9.41%
CMYK:
(0,4,3,9)
C0M4Y3K9 
(0%,4%,3%,9%)
(0.00/0.04/0.03/0.09)	

CMYK percentages

%0
%3.9
%3.46
%9.41

Codes

Color #E7DEDF in popluar color models

E7DEDF
RGB231222223
HSL353°15.79%88.82%
HSB/HSV353°3.90%90.59%
CMYK0.00%3.90%3.46%
9.41%

Color #E7DEDF in popluar number systems.

HEXE7DEDF
Decimal231222223
Binary111001111101111011011111
Octal347336337

Shades and tints

Shades of #E7DEDF

#E7DEDF
(231,222,223)
#D2CACB
(210,202,203)
#BDB6B7
(189,182,183)
#A8A2A3
(168,162,163)
#938E8F
(147,142,143)
#7E7A7B
(126,122,123)
#696667
(105,102,103)
#545253
(84,82,83)
#3F3E3F
(63,62,63)
#2A2A2B
(42,42,43)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #E7DEDF

#E7DEDF
(231,222,223)
#E9E1E1
(233,225,225)
#EBE4E3
(235,228,227)
#EDE7E5
(237,231,229)
#EFEAE7
(239,234,231)
#F1EDE9
(241,237,233)
#F3F0EB
(243,240,235)
#F5F3ED
(245,243,237)
#F7F6EF
(247,246,239)
#F9F9F1
(249,249,241)
#FBFCF3
(251,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DEDF; }

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

This text font color is #E7DEDF.


Background Color

.myBgColor { background-color: #E7DEDF; }

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

This div background color is #E7DEDF.


Border color

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

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

This div border color is #E7DEDF.


Opacity

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

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

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

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

This text has shadow with #E7DEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DEDF on black background.


Color preview on white background

This text has color #E7DEDF on white background.



Black color preview on #E7DEDF background

This text has black color on #E7DEDF background.


White color preview on #E7DEDF background

This text has white color on #E7DEDF background.