COLOR #E6EDE0

HEX: #E6EDE0 RGB: (230,237,224)

Color info

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

RGB color model

#E6EDE0 color RGB value is (230,237,224).

RGB: (230,237,224) (90%, 93%, 88%)

RGB channels and saturation

R 230 of 255 = 90%
G 237 of 255 = 93%
B 224 of 255 = 88%

230
237
224

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

Portions of RGB colors in percentages

R + G + B = 230 + 237 + 224 = 691 (100%)
R 230 of 691 ~ 33.29%
G 237 of 691 ~ 34.3%
B 224 of 691 ~ 32.42'%

%33.29
%34.3
%32.42

CMYK color model

#E6EDE0 color CMYK value is (3,0,5,7).

  • cyan value is 2.95%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 7.06%
CMYK: (3,0,5,7) C3M0Y5K7 (3%,0%,5%,7%) (0.03/0.00/0.05/0.07) 

CMYK percentages

%2.95
%0
%5.49
%7.06

Codes

Color #E6EDE0 in popluar color models

E6 ED E0
RGB 230 237 224
HSL 92° 26.53% 90.39%
HSB/HSV 92° 5.49% 92.94%
CMYK 2.95% 0.00% 5.49%
7.06%

Color #E6EDE0 in popluar number systems.

HEX E6 ED E0
Decimal 230 237 224
Binary 11100110 11101101 11100000
Octal 346 355 340

Shades and tints

Shades of #E6EDE0

#E6EDE0
(230,237,224)
#D2D8CC
(210,216,204)
#BEC3B8
(190,195,184)
#AAAEA4
(170,174,164)
#969990
(150,153,144)
#82847C
(130,132,124)
#6E6F68
(110,111,104)
#5A5A54
(90,90,84)
#464540
(70,69,64)
#32302C
(50,48,44)
#1E1B18
(30,27,24)
#000000
(0,0,0)

Tints of #E6EDE0

#E6EDE0
(230,237,224)
#E8EEE2
(232,238,226)
#EAEFE4
(234,239,228)
#ECF0E6
(236,240,230)
#EEF1E8
(238,241,232)
#F0F2EA
(240,242,234)
#F2F3EC
(242,243,236)
#F4F4EE
(244,244,238)
#F6F5F0
(246,245,240)
#F8F6F2
(248,246,242)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EDE0 color. Also use rgb(230,237,224) instead hex code.

Text Font Color

.myTextColor { color: #E6EDE0; }

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

This text font color is #E6EDE0.

Background Color

.myBgColor { background-color: #E6EDE0; }

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

This div background color is #E6EDE0.

Border color

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

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

This div border color is #E6EDE0.

Opacity

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

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

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

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

This text has shadow with #E6EDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EDE0.

Preview

Color preview on black background

This text has color #E6EDE0 on black background.


Color preview on white background

This text has color #E6EDE0 on white background.


Black color preview on #E6EDE0 background

This text has black color on #E6EDE0 background.


White color preview on #E6EDE0 background

This text has white color on #E6EDE0 background.


Related colors

Complementary color

Complementary color for #hex is #19121F.


I love getcolorcode.com

Triadic colors

1 #E0E6ED and #EDE0E6 with #E6EDE0 are triadic colors.

2 #E0EDE6 and #EDE6E0 with #E6EDE0 are triadic colors.