COLOR #E7E8DC

HEX: #E7E8DC RGB: (231,232,220)

Color info

#E7E8DC contains red, green and blue colors in about the same proportion. Web safe color of #E7E8DC is #FFFFCC (or #FFC).

RGB color model

#E7E8DC color RGB value is (231,232,220).

RGB: (231,232,220) (91%, 91%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 232 of 255 = 91%
B 220 of 255 = 86%

231
232
220

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

Portions of RGB colors in percentages

R + G + B = 231 + 232 + 220 = 683 (100%)
R 231 of 683 ~ 33.82%
G 232 of 683 ~ 33.97%
B 220 of 683 ~ 32.21'%

%33.82
%33.97
%32.21

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 9.02%

CMYK: (0,0,5,9)
C0M0Y5K9 (0%, 0%, 5%, 9%)
(0.00 / 0.00 / 0.05 / 0.09)

CMYK percentages

%0.43
%0
%5.17
%9.02

Codes

Color #E7E8DC in popluar color models

E7 E8 DC
RGB 231 232 220
HSL 65° 20.69% 88.63%
HSB/HSV 65° 5.17% 90.98%
CMYK 0.43% 0.00% 5.17%
9.02%

Color #E7E8DC in popluar number systems.

HEX E7 E8 DC
Decimal 231 232 220
Binary 11100111 11101000 11011100
Octal 347 350 334

Shades and tints

Shades of #E7E8DC

#E7E8DC
(231,232,220)
#D2D3C8
(210,211,200)
#BDBEB4
(189,190,180)
#A8A9A0
(168,169,160)
#93948C
(147,148,140)
#7E7F78
(126,127,120)
#696A64
(105,106,100)
#545550
(84,85,80)
#3F403C
(63,64,60)
#2A2B28
(42,43,40)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #E7E8DC

#E7E8DC
(231,232,220)
#E9EADF
(233,234,223)
#EBECE2
(235,236,226)
#EDEEE5
(237,238,229)
#EFF0E8
(239,240,232)
#F1F2EB
(241,242,235)
#F3F4EE
(243,244,238)
#F5F6F1
(245,246,241)
#F7F8F4
(247,248,244)
#F9FAF7
(249,250,247)
#FBFCFA
(251,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E8DC; }

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

This text font color is #E7E8DC.

Background Color

.myBgColor { background-color: #E7E8DC; }

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

This div background color is #E7E8DC.

Border color

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

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

This div border color is #E7E8DC.

Opacity

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

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

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

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

This text has shadow with #E7E8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E8DC.

Preview

Color preview on black background

This text has color #E7E8DC on black background.


Color preview on white background

This text has color #E7E8DC on white background.


Black color preview on #E7E8DC background

This text has black color on #E7E8DC background.


White color preview on #E7E8DC background

This text has white color on #E7E8DC background.


Related colors

Complementary color

Complementary color for #hex is #181723.


I love getcolorcode.com

Triadic colors

1 #DCE7E8 and #E8DCE7 with #E7E8DC are triadic colors.

2 #DCE8E7 and #E8E7DC with #E7E8DC are triadic colors.