COLOR #E7E0DE

HEX: #E7E0DE RGB: (231,224,222)

Color info

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

RGB color model

#E7E0DE color RGB value is (231,224,222).

RGB: (231,224,222) (91%, 88%, 87%)

RGB channels and saturation

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

231
224
222

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

Portions of RGB colors in percentages

R + G + B = 231 + 224 + 222 = 677 (100%)
R 231 of 677 ~ 34.12%
G 224 of 677 ~ 33.09%
B 222 of 677 ~ 32.79'%

%34.12
%33.09
%32.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 3.90%
  • 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.03
%3.9
%9.41

Codes

Color #E7E0DE in popluar color models

E7 E0 DE
RGB 231 224 222
HSL 13° 15.79% 88.82%
HSB/HSV 13° 3.90% 90.59%
CMYK 0.00% 3.03% 3.90%
9.41%

Color #E7E0DE in popluar number systems.

HEX E7 E0 DE
Decimal 231 224 222
Binary 11100111 11100000 11011110
Octal 347 340 336

Shades and tints

Shades of #E7E0DE

#E7E0DE
(231,224,222)
#D2CCCA
(210,204,202)
#BDB8B6
(189,184,182)
#A8A4A2
(168,164,162)
#93908E
(147,144,142)
#7E7C7A
(126,124,122)
#696866
(105,104,102)
#545452
(84,84,82)
#3F403E
(63,64,62)
#2A2C2A
(42,44,42)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #E7E0DE

#E7E0DE
(231,224,222)
#E9E2E1
(233,226,225)
#EBE4E4
(235,228,228)
#EDE6E7
(237,230,231)
#EFE8EA
(239,232,234)
#F1EAED
(241,234,237)
#F3ECF0
(243,236,240)
#F5EEF3
(245,238,243)
#F7F0F6
(247,240,246)
#F9F2F9
(249,242,249)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E0DE; }

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

This text font color is #E7E0DE.

Background Color

.myBgColor { background-color: #E7E0DE; }

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

This div background color is #E7E0DE.

Border color

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

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

This div border color is #E7E0DE.

Opacity

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

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

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

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

This text has shadow with #E7E0DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E0DE.

Preview

Color preview on black background

This text has color #E7E0DE on black background.


Color preview on white background

This text has color #E7E0DE on white background.


Black color preview on #E7E0DE background

This text has black color on #E7E0DE background.


White color preview on #E7E0DE background

This text has white color on #E7E0DE background.


Related colors

Complementary color

Complementary color for #hex is #181F21.


I love getcolorcode.com

Triadic colors

1 #DEE7E0 and #E0DEE7 with #E7E0DE are triadic colors.

2 #DEE0E7 and #E0E7DE with #E7E0DE are triadic colors.