COLOR #E6EDDD

HEX: #E6EDDD RGB: (230,237,221)

Color info

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

RGB color model

#E6EDDD color RGB value is (230,237,221).

RGB: (230,237,221) (90%, 93%, 87%)

RGB channels and saturation

R 230 of 255 = 90%
G 237 of 255 = 93%
B 221 of 255 = 87%

230
237
221

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

Portions of RGB colors in percentages

R + G + B = 230 + 237 + 221 = 688 (100%)
R 230 of 688 ~ 33.43%
G 237 of 688 ~ 34.45%
B 221 of 688 ~ 32.12'%

%33.43
%34.45
%32.12

CMYK color model

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

  • cyan value is 2.95%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 7.06%

CMYK: (3,0,7,7)
C3M0Y7K7 (3%, 0%, 7%, 7%)
(0.03 / 0.00 / 0.07 / 0.07)

CMYK percentages

%2.95
%0
%6.75
%7.06

Codes

Color #E6EDDD in popluar color models

E6 ED DD
RGB 230 237 221
HSL 86° 30.77% 89.80%
HSB/HSV 86° 6.75% 92.94%
CMYK 2.95% 0.00% 6.75%
7.06%

Color #E6EDDD in popluar number systems.

HEX E6 ED DD
Decimal 230 237 221
Binary 11100110 11101101 11011101
Octal 346 355 335

Shades and tints

Shades of #E6EDDD

#E6EDDD
(230,237,221)
#D2D8C9
(210,216,201)
#BEC3B5
(190,195,181)
#AAAEA1
(170,174,161)
#96998D
(150,153,141)
#828479
(130,132,121)
#6E6F65
(110,111,101)
#5A5A51
(90,90,81)
#46453D
(70,69,61)
#323029
(50,48,41)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #E6EDDD

#E6EDDD
(230,237,221)
#E8EEE0
(232,238,224)
#EAEFE3
(234,239,227)
#ECF0E6
(236,240,230)
#EEF1E9
(238,241,233)
#F0F2EC
(240,242,236)
#F2F3EF
(242,243,239)
#F4F4F2
(244,244,242)
#F6F5F5
(246,245,245)
#F8F6F8
(248,246,248)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDDD; }

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

This text font color is #E6EDDD.

Background Color

.myBgColor { background-color: #E6EDDD; }

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

This div background color is #E6EDDD.

Border color

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

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

This div border color is #E6EDDD.

Opacity

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

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

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

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

This text has shadow with #E6EDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EDDD.

Preview

Color preview on black background

This text has color #E6EDDD on black background.


Color preview on white background

This text has color #E6EDDD on white background.


Black color preview on #E6EDDD background

This text has black color on #E6EDDD background.


White color preview on #E6EDDD background

This text has white color on #E6EDDD background.


Related colors

Complementary color

Complementary color for #hex is #191222.


I love getcolorcode.com

Triadic colors

1 #DDE6ED and #EDDDE6 with #E6EDDD are triadic colors.

2 #DDEDE6 and #EDE6DD with #E6EDDD are triadic colors.