COLOR #E1EEDD

HEX: #E1EEDD
RGB: (225,238,221)

Color info

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

RGB color model

#E1EEDD color RGB value is (225,238,221).

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

RGB channels and saturation

R 225 of 255 = 88%
G 238 of 255 = 93%
B 221 of 255 = 87%

225
238
221

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

Portions of RGB colors in percentages

R + G + B =
225 + 238 + 221 = 684 (100%)
R 225 of 684 ~ 32.89%
G 238 of 684 ~ 34.8%
B 221 of 684 ~ 32.31%

%32.89
%34.8
%32.31

CMYK color model

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

  • cyan value is 5.46%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 6.67%
CMYK:
(5,0,7,7)
C5M0Y7K7 
(5%,0%,7%,7%)
(0.05/0.00/0.07/0.07)	

CMYK percentages

%5.46
%0
%7.14
%6.67

Codes

Color #E1EEDD in popluar color models

E1EEDD
RGB225238221
HSL106°33.33%90.00%
HSB/HSV106°7.14%93.33%
CMYK5.46%0.00%7.14%
6.67%

Color #E1EEDD in popluar number systems.

HEXE1EEDD
Decimal225238221
Binary111000011110111011011101
Octal341356335

Shades and tints

Shades of #E1EEDD

#E1EEDD
(225,238,221)
#CDD9C9
(205,217,201)
#B9C4B5
(185,196,181)
#A5AFA1
(165,175,161)
#919A8D
(145,154,141)
#7D8579
(125,133,121)
#697065
(105,112,101)
#555B51
(85,91,81)
#41463D
(65,70,61)
#2D3129
(45,49,41)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #E1EEDD

#E1EEDD
(225,238,221)
#E3EFE0
(227,239,224)
#E5F0E3
(229,240,227)
#E7F1E6
(231,241,230)
#E9F2E9
(233,242,233)
#EBF3EC
(235,243,236)
#EDF4EF
(237,244,239)
#EFF5F2
(239,245,242)
#F1F6F5
(241,246,245)
#F3F7F8
(243,247,248)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EEDD; }

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

This text font color is #E1EEDD.


Background Color

.myBgColor { background-color: #E1EEDD; }

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

This div background color is #E1EEDD.


Border color

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

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

This div border color is #E1EEDD.


Opacity

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

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

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

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

This text has shadow with #E1EEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EEDD on black background.


Color preview on white background

This text has color #E1EEDD on white background.



Black color preview on #E1EEDD background

This text has black color on #E1EEDD background.


White color preview on #E1EEDD background

This text has white color on #E1EEDD background.