COLOR #E8E6DC

HEX: #E8E6DC RGB: (232,230,220)

Color info

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

RGB color model

#E8E6DC color RGB value is (232,230,220).

RGB: (232,230,220) (91%, 90%, 86%)

RGB channels and saturation

R 232 of 255 = 91%
G 230 of 255 = 90%
B 220 of 255 = 86%

232
230
220

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

Portions of RGB colors in percentages

R + G + B = 232 + 230 + 220 = 682 (100%)
R 232 of 682 ~ 34.02%
G 230 of 682 ~ 33.72%
B 220 of 682 ~ 32.26'%

%34.02
%33.72
%32.26

CMYK color model

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

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

CMYK: (0,1,5,9)
C0M1Y5K9 (0%, 1%, 5%, 9%)
(0.00 / 0.01 / 0.05 / 0.09)

CMYK percentages

%0
%0.86
%5.17
%9.02

Codes

Color #E8E6DC in popluar color models

E8 E6 DC
RGB 232 230 220
HSL 50° 20.69% 88.63%
HSB/HSV 50° 5.17% 90.98%
CMYK 0.00% 0.86% 5.17%
9.02%

Color #E8E6DC in popluar number systems.

HEX E8 E6 DC
Decimal 232 230 220
Binary 11101000 11100110 11011100
Octal 350 346 334

Shades and tints

Shades of #E8E6DC

#E8E6DC
(232,230,220)
#D3D2C8
(211,210,200)
#BEBEB4
(190,190,180)
#A9AAA0
(169,170,160)
#94968C
(148,150,140)
#7F8278
(127,130,120)
#6A6E64
(106,110,100)
#555A50
(85,90,80)
#40463C
(64,70,60)
#2B3228
(43,50,40)
#161E14
(22,30,20)
#000000
(0,0,0)

Tints of #E8E6DC

#E8E6DC
(232,230,220)
#EAE8DF
(234,232,223)
#ECEAE2
(236,234,226)
#EEECE5
(238,236,229)
#F0EEE8
(240,238,232)
#F2F0EB
(242,240,235)
#F4F2EE
(244,242,238)
#F6F4F1
(246,244,241)
#F8F6F4
(248,246,244)
#FAF8F7
(250,248,247)
#FCFAFA
(252,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E6DC; }

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

This text font color is #E8E6DC.

Background Color

.myBgColor { background-color: #E8E6DC; }

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

This div background color is #E8E6DC.

Border color

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

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

This div border color is #E8E6DC.

Opacity

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

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

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

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

This text has shadow with #E8E6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8E6DC.

Preview

Color preview on black background

This text has color #E8E6DC on black background.


Color preview on white background

This text has color #E8E6DC on white background.


Black color preview on #E8E6DC background

This text has black color on #E8E6DC background.


White color preview on #E8E6DC background

This text has white color on #E8E6DC background.


Related colors

Complementary color

Complementary color for #hex is #171923.


I love getcolorcode.com

Triadic colors

1 #DCE8E6 and #E6DCE8 with #E8E6DC are triadic colors.

2 #DCE6E8 and #E6E8DC with #E8E6DC are triadic colors.