COLOR #E6EEDC

HEX: #E6EEDC RGB: (230,238,220)

Color info

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

RGB color model

#E6EEDC color RGB value is (230,238,220).

RGB: (230,238,220) (90%, 93%, 86%)

RGB channels and saturation

R 230 of 255 = 90%
G 238 of 255 = 93%
B 220 of 255 = 86%

230
238
220

R + G + B ~ 90%. #E6EEDC is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 238 + 220 = 688 (100%)
R 230 of 688 ~ 33.43%
G 238 of 688 ~ 34.59%
B 220 of 688 ~ 31.98'%

%33.43
%34.59
%31.98

CMYK color model

#E6EEDC color CMYK value is (3,0,8,7).

  • cyan value is 3.36%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 6.67%
CMYK: (3,0,8,7) C3M0Y8K7 (3%,0%,8%,7%) (0.03/0.00/0.08/0.07) 

CMYK percentages

%3.36
%0
%7.56
%6.67

Codes

Color #E6EEDC in popluar color models

E6 EE DC
RGB 230 238 220
HSL 87° 34.62% 89.80%
HSB/HSV 87° 7.56% 93.33%
CMYK 3.36% 0.00% 7.56%
6.67%

Color #E6EEDC in popluar number systems.

HEX E6 EE DC
Decimal 230 238 220
Binary 11100110 11101110 11011100
Octal 346 356 334

Shades and tints

Shades of #E6EEDC

#E6EEDC
(230,238,220)
#D2D9C8
(210,217,200)
#BEC4B4
(190,196,180)
#AAAFA0
(170,175,160)
#969A8C
(150,154,140)
#828578
(130,133,120)
#6E7064
(110,112,100)
#5A5B50
(90,91,80)
#46463C
(70,70,60)
#323128
(50,49,40)
#1E1C14
(30,28,20)
#000000
(0,0,0)

Tints of #E6EEDC

#E6EEDC
(230,238,220)
#E8EFDF
(232,239,223)
#EAF0E2
(234,240,226)
#ECF1E5
(236,241,229)
#EEF2E8
(238,242,232)
#F0F3EB
(240,243,235)
#F2F4EE
(242,244,238)
#F4F5F1
(244,245,241)
#F6F6F4
(246,246,244)
#F8F7F7
(248,247,247)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EEDC; }

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

This text font color is #E6EEDC.

Background Color

.myBgColor { background-color: #E6EEDC; }

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

This div background color is #E6EEDC.

Border color

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

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

This div border color is #E6EEDC.

Opacity

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

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

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

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

This text has shadow with #E6EEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EEDC.

Preview

Color preview on black background

This text has color #E6EEDC on black background.


Color preview on white background

This text has color #E6EEDC on white background.


Black color preview on #E6EEDC background

This text has black color on #E6EEDC background.


White color preview on #E6EEDC background

This text has white color on #E6EEDC background.


Related colors

Complementary color

Complementary color for #hex is #191123.


I love getcolorcode.com

Triadic colors

1 #DCE6EE and #EEDCE6 with #E6EEDC are triadic colors.

2 #DCEEE6 and #EEE6DC with #E6EEDC are triadic colors.