COLOR #E6E8DC

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

Color info

#E6E8DC contains red, green and blue colors in about the same proportion. Web safe color of #E6E8DC is #CCFFCC (or #CFC).

RGB color model

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

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

RGB channels and saturation

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

230
232
220

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

Portions of RGB colors in percentages

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

%33.72
%34.02
%32.26

CMYK color model

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

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

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

CMYK percentages

%0.86
%0
%5.17
%9.02

Codes

Color #E6E8DC in popluar color models

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

Color #E6E8DC in popluar number systems.

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

Shades and tints

Shades of #E6E8DC

#E6E8DC
(230,232,220)
#D2D3C8
(210,211,200)
#BEBEB4
(190,190,180)
#AAA9A0
(170,169,160)
#96948C
(150,148,140)
#827F78
(130,127,120)
#6E6A64
(110,106,100)
#5A5550
(90,85,80)
#46403C
(70,64,60)
#322B28
(50,43,40)
#1E1614
(30,22,20)
#000000
(0,0,0)

Tints of #E6E8DC

#E6E8DC
(230,232,220)
#E8EADF
(232,234,223)
#EAECE2
(234,236,226)
#ECEEE5
(236,238,229)
#EEF0E8
(238,240,232)
#F0F2EB
(240,242,235)
#F2F4EE
(242,244,238)
#F4F6F1
(244,246,241)
#F6F8F4
(246,248,244)
#F8FAF7
(248,250,247)
#FAFCFA
(250,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E8DC; }

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

This text font color is #E6E8DC.

Background Color

.myBgColor { background-color: #E6E8DC; }

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

This div background color is #E6E8DC.

Border color

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

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

This div border color is #E6E8DC.

Opacity

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

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

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

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

This text has shadow with #E6E8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E8DC.

Preview

Color preview on black background

This text has color #E6E8DC on black background.


Color preview on white background

This text has color #E6E8DC on white background.


Black color preview on #E6E8DC background

This text has black color on #E6E8DC background.


White color preview on #E6E8DC background

This text has white color on #E6E8DC background.


Related colors

Complementary color

Complementary color for #hex is #191723.


I love getcolorcode.com

Triadic colors

1 #DCE6E8 and #E8DCE6 with #E6E8DC are triadic colors.

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