COLOR #E0EED1

HEX: #E0EED1 RGB: (224,238,209)

Color info

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

RGB color model

#E0EED1 color RGB value is (224,238,209).

RGB: (224,238,209) (88%, 93%, 82%)

RGB channels and saturation

R 224 of 255 = 88%
G 238 of 255 = 93%
B 209 of 255 = 82%

224
238
209

R + G + B ~ 88%. #E0EED1 is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 238 + 209 = 671 (100%)
R 224 of 671 ~ 33.38%
G 238 of 671 ~ 35.47%
B 209 of 671 ~ 31.15'%

%33.38
%35.47
%31.15

CMYK color model

#E0EED1 color CMYK value is (6,0,12,7).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 6.67%

CMYK: (6,0,12,7)
C6M0Y12K7 (6%, 0%, 12%, 7%)
(0.06 / 0.00 / 0.12 / 0.07)

CMYK percentages

%5.88
%0
%12.18
%6.67

Codes

Color #E0EED1 in popluar color models

E0 EE D1
RGB 224 238 209
HSL 89° 46.03% 87.65%
HSB/HSV 89° 12.18% 93.33%
CMYK 5.88% 0.00% 12.18%
6.67%

Color #E0EED1 in popluar number systems.

HEX E0 EE D1
Decimal 224 238 209
Binary 11100000 11101110 11010001
Octal 340 356 321

Shades and tints

Shades of #E0EED1

#E0EED1
(224,238,209)
#CCD9BE
(204,217,190)
#B8C4AB
(184,196,171)
#A4AF98
(164,175,152)
#909A85
(144,154,133)
#7C8572
(124,133,114)
#68705F
(104,112,95)
#545B4C
(84,91,76)
#404639
(64,70,57)
#2C3126
(44,49,38)
#181C13
(24,28,19)
#000000
(0,0,0)

Tints of #E0EED1

#E0EED1
(224,238,209)
#E2EFD5
(226,239,213)
#E4F0D9
(228,240,217)
#E6F1DD
(230,241,221)
#E8F2E1
(232,242,225)
#EAF3E5
(234,243,229)
#ECF4E9
(236,244,233)
#EEF5ED
(238,245,237)
#F0F6F1
(240,246,241)
#F2F7F5
(242,247,245)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EED1 color. Also use rgb(224,238,209) instead hex code.

Text Font Color

.myTextColor { color: #E0EED1; }

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

This text font color is #E0EED1.

Background Color

.myBgColor { background-color: #E0EED1; }

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

This div background color is #E0EED1.

Border color

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

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

This div border color is #E0EED1.

Opacity

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

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

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

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

This text has shadow with #E0EED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EED1.

Preview

Color preview on black background

This text has color #E0EED1 on black background.


Color preview on white background

This text has color #E0EED1 on white background.


Black color preview on #E0EED1 background

This text has black color on #E0EED1 background.


White color preview on #E0EED1 background

This text has white color on #E0EED1 background.


Related colors

Complementary color

Complementary color for #hex is #1F112E.


I love getcolorcode.com

Triadic colors

1 #D1E0EE and #EED1E0 with #E0EED1 are triadic colors.

2 #D1EEE0 and #EEE0D1 with #E0EED1 are triadic colors.