COLOR #E7E0DC

HEX: #E7E0DC RGB: (231,224,220)

Color info

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

RGB color model

#E7E0DC color RGB value is (231,224,220).

RGB: (231,224,220) (91%, 88%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 224 of 255 = 88%
B 220 of 255 = 86%

231
224
220

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

Portions of RGB colors in percentages

R + G + B = 231 + 224 + 220 = 675 (100%)
R 231 of 675 ~ 34.22%
G 224 of 675 ~ 33.19%
B 220 of 675 ~ 32.59'%

%34.22
%33.19
%32.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 4.76%
  • key color value is 9.41%

CMYK: (0,3,5,9)
C0M3Y5K9 (0%, 3%, 5%, 9%)
(0.00 / 0.03 / 0.05 / 0.09)

CMYK percentages

%0
%3.03
%4.76
%9.41

Codes

Color #E7E0DC in popluar color models

E7 E0 DC
RGB 231 224 220
HSL 22° 18.64% 88.43%
HSB/HSV 22° 4.76% 90.59%
CMYK 0.00% 3.03% 4.76%
9.41%

Color #E7E0DC in popluar number systems.

HEX E7 E0 DC
Decimal 231 224 220
Binary 11100111 11100000 11011100
Octal 347 340 334

Shades and tints

Shades of #E7E0DC

#E7E0DC
(231,224,220)
#D2CCC8
(210,204,200)
#BDB8B4
(189,184,180)
#A8A4A0
(168,164,160)
#93908C
(147,144,140)
#7E7C78
(126,124,120)
#696864
(105,104,100)
#545450
(84,84,80)
#3F403C
(63,64,60)
#2A2C28
(42,44,40)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #E7E0DC

#E7E0DC
(231,224,220)
#E9E2DF
(233,226,223)
#EBE4E2
(235,228,226)
#EDE6E5
(237,230,229)
#EFE8E8
(239,232,232)
#F1EAEB
(241,234,235)
#F3ECEE
(243,236,238)
#F5EEF1
(245,238,241)
#F7F0F4
(247,240,244)
#F9F2F7
(249,242,247)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E0DC; }

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

This text font color is #E7E0DC.

Background Color

.myBgColor { background-color: #E7E0DC; }

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

This div background color is #E7E0DC.

Border color

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

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

This div border color is #E7E0DC.

Opacity

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

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

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

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

This text has shadow with #E7E0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E0DC.

Preview

Color preview on black background

This text has color #E7E0DC on black background.


Color preview on white background

This text has color #E7E0DC on white background.


Black color preview on #E7E0DC background

This text has black color on #E7E0DC background.


White color preview on #E7E0DC background

This text has white color on #E7E0DC background.


Related colors

Complementary color

Complementary color for #hex is #181F23.


I love getcolorcode.com

Triadic colors

1 #DCE7E0 and #E0DCE7 with #E7E0DC are triadic colors.

2 #DCE0E7 and #E0E7DC with #E7E0DC are triadic colors.