COLOR #E1EDDD

HEX: #E1EDDD
RGB: (225,237,221)

Color info

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

RGB color model

#E1EDDD color RGB value is (225,237,221).

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

RGB channels and saturation

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

225
237
221

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

Portions of RGB colors in percentages

R + G + B =
225 + 237 + 221 = 683 (100%)
R 225 of 683 ~ 32.94%
G 237 of 683 ~ 34.7%
B 221 of 683 ~ 32.36%

%32.94
%34.7
%32.36

CMYK color model

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

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 7.06%
CMYK: (5,0,7,7) C5M0Y7K7 (5%,0%,7%,7%) (0.05/0.00/0.07/0.07)

CMYK percentages

%5.06
%0
%6.75
%7.06

Codes

Color #E1EDDD in popluar color models

E1EDDD
RGB225237221
HSL105°30.77%89.80%
HSB/HSV105°6.75%92.94%
CMYK5.06%0.00%6.75%
7.06%

Color #E1EDDD in popluar number systems.

HEXE1EDDD
Decimal225237221
Binary111000011110110111011101
Octal341355335

Shades and tints

Shades of #E1EDDD

#E1EDDD
(225,237,221)
#CDD8C9
(205,216,201)
#B9C3B5
(185,195,181)
#A5AEA1
(165,174,161)
#91998D
(145,153,141)
#7D8479
(125,132,121)
#696F65
(105,111,101)
#555A51
(85,90,81)
#41453D
(65,69,61)
#2D3029
(45,48,41)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #E1EDDD

#E1EDDD
(225,237,221)
#E3EEE0
(227,238,224)
#E5EFE3
(229,239,227)
#E7F0E6
(231,240,230)
#E9F1E9
(233,241,233)
#EBF2EC
(235,242,236)
#EDF3EF
(237,243,239)
#EFF4F2
(239,244,242)
#F1F5F5
(241,245,245)
#F3F6F8
(243,246,248)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EDDD; }

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

This text font color is #E1EDDD.


Background Color

.myBgColor { background-color: #E1EDDD; }

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

This div background color is #E1EDDD.


Border color

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

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

This div border color is #E1EDDD.


Opacity

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

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

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

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

This text has shadow with #E1EDDD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E1EDDD on black background.


Color preview on white background

This text has color #E1EDDD on white background.



Black color preview on #E1EDDD background

This text has black color on #E1EDDD background.


White color preview on #E1EDDD background

This text has white color on #E1EDDD background.