COLOR #E7E0DF

HEX: #E7E0DF
RGB: (231,224,223)

Color info

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

RGB color model

#E7E0DF color RGB value is (231,224,223).

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

RGB channels and saturation

R 231 of 255 = 91%
G 224 of 255 = 88%
B 223 of 255 = 87%

231
224
223

R + G + B ~ 89%. #E7E0DF is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 224 + 223 = 678 (100%)
R 231 of 678 ~ 34.07%
G 224 of 678 ~ 33.04%
B 223 of 678 ~ 32.89%

%34.07
%33.04
%32.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 3.46%
  • key color value is 9.41%
CMYK:
(0,3,3,9)
C0M3Y3K9 
(0%,3%,3%,9%)
(0.00/0.03/0.03/0.09)	

CMYK percentages

%0
%3.03
%3.46
%9.41

Codes

Color #E7E0DF in popluar color models

E7E0DF
RGB231224223
HSL14.29%89.02%
HSB/HSV3.46%90.59%
CMYK0.00%3.03%3.46%
9.41%

Color #E7E0DF in popluar number systems.

HEXE7E0DF
Decimal231224223
Binary111001111110000011011111
Octal347340337

Shades and tints

Shades of #E7E0DF

#E7E0DF
(231,224,223)
#D2CCCB
(210,204,203)
#BDB8B7
(189,184,183)
#A8A4A3
(168,164,163)
#93908F
(147,144,143)
#7E7C7B
(126,124,123)
#696867
(105,104,103)
#545453
(84,84,83)
#3F403F
(63,64,63)
#2A2C2B
(42,44,43)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #E7E0DF

#E7E0DF
(231,224,223)
#E9E2E1
(233,226,225)
#EBE4E3
(235,228,227)
#EDE6E5
(237,230,229)
#EFE8E7
(239,232,231)
#F1EAE9
(241,234,233)
#F3ECEB
(243,236,235)
#F5EEED
(245,238,237)
#F7F0EF
(247,240,239)
#F9F2F1
(249,242,241)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E0DF; }

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

This text font color is #E7E0DF.


Background Color

.myBgColor { background-color: #E7E0DF; }

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

This div background color is #E7E0DF.


Border color

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

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

This div border color is #E7E0DF.


Opacity

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

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

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

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

This text has shadow with #E7E0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E0DF on black background.


Color preview on white background

This text has color #E7E0DF on white background.



Black color preview on #E7E0DF background

This text has black color on #E7E0DF background.


White color preview on #E7E0DF background

This text has white color on #E7E0DF background.