COLOR #E6EEDD

HEX: #E6EEDD
RGB: (230,238,221)

Color info

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

RGB color model

#E6EEDD color RGB value is (230,238,221).

  • red value is 230;
  • green value is 238;
  • blue value is 221.
RGB:
(230,238,221)
(90%,93%,87%)

RGB channels and saturation

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

230
238
221

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

Portions of RGB colors in percentages

R + G + B =
230 + 238 + 221 = 689 (100%)
R 230 of 689 ~ 33.38%
G 238 of 689 ~ 34.54%
B 221 of 689 ~ 32.08%

%33.38
%34.54
%32.08

CMYK color model

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

  • cyan value is 3.36%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 6.67%
CMYK:
(3,0,7,7)
C3M0Y7K7 
(3%,0%,7%,7%)
(0.03/0.00/0.07/0.07)	

CMYK percentages

%3.36
%0
%7.14
%6.67

Codes

Color #E6EEDD in popluar color models

E6EEDD
RGB230238221
HSL88°33.33%90.00%
HSB/HSV88°7.14%93.33%
CMYK3.36%0.00%7.14%
6.67%

Color #E6EEDD in popluar number systems.

HEXE6EEDD
Decimal230238221
Binary111001101110111011011101
Octal346356335

Shades and tints

Shades of #E6EEDD

#E6EEDD
(230,238,221)
#D2D9C9
(210,217,201)
#BEC4B5
(190,196,181)
#AAAFA1
(170,175,161)
#969A8D
(150,154,141)
#828579
(130,133,121)
#6E7065
(110,112,101)
#5A5B51
(90,91,81)
#46463D
(70,70,61)
#323129
(50,49,41)
#1E1C15
(30,28,21)
#000000
(0,0,0)

Tints of #E6EEDD

#E6EEDD
(230,238,221)
#E8EFE0
(232,239,224)
#EAF0E3
(234,240,227)
#ECF1E6
(236,241,230)
#EEF2E9
(238,242,233)
#F0F3EC
(240,243,236)
#F2F4EF
(242,244,239)
#F4F5F2
(244,245,242)
#F6F6F5
(246,246,245)
#F8F7F8
(248,247,248)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EEDD; }

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

This text font color is #E6EEDD.


Background Color

.myBgColor { background-color: #E6EEDD; }

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

This div background color is #E6EEDD.


Border color

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

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

This div border color is #E6EEDD.


Opacity

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

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

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

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

This text has shadow with #E6EEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EEDD on black background.


Color preview on white background

This text has color #E6EEDD on white background.



Black color preview on #E6EEDD background

This text has black color on #E6EEDD background.


White color preview on #E6EEDD background

This text has white color on #E6EEDD background.