COLOR #E0EED4

HEX: #E0EED4 RGB: (224,238,212)

Color info

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

RGB color model

#E0EED4 color RGB value is (224,238,212).

RGB: (224,238,212) (88%, 93%, 83%)

RGB channels and saturation

R 224 of 255 = 88%
G 238 of 255 = 93%
B 212 of 255 = 83%

224
238
212

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

Portions of RGB colors in percentages

R + G + B = 224 + 238 + 212 = 674 (100%)
R 224 of 674 ~ 33.23%
G 238 of 674 ~ 35.31%
B 212 of 674 ~ 31.45'%

%33.23
%35.31
%31.45

CMYK color model

#E0EED4 color CMYK value is (6,0,11,7).

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

CMYK: (6,0,11,7)
C6M0Y11K7 (6%, 0%, 11%, 7%)
(0.06 / 0.00 / 0.11 / 0.07)

CMYK percentages

%5.88
%0
%10.92
%6.67

Codes

Color #E0EED4 in popluar color models

E0 EE D4
RGB 224 238 212
HSL 92° 43.33% 88.24%
HSB/HSV 92° 10.92% 93.33%
CMYK 5.88% 0.00% 10.92%
6.67%

Color #E0EED4 in popluar number systems.

HEX E0 EE D4
Decimal 224 238 212
Binary 11100000 11101110 11010100
Octal 340 356 324

Shades and tints

Shades of #E0EED4

#E0EED4
(224,238,212)
#CCD9C1
(204,217,193)
#B8C4AE
(184,196,174)
#A4AF9B
(164,175,155)
#909A88
(144,154,136)
#7C8575
(124,133,117)
#687062
(104,112,98)
#545B4F
(84,91,79)
#40463C
(64,70,60)
#2C3129
(44,49,41)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #E0EED4

#E0EED4
(224,238,212)
#E2EFD7
(226,239,215)
#E4F0DA
(228,240,218)
#E6F1DD
(230,241,221)
#E8F2E0
(232,242,224)
#EAF3E3
(234,243,227)
#ECF4E6
(236,244,230)
#EEF5E9
(238,245,233)
#F0F6EC
(240,246,236)
#F2F7EF
(242,247,239)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EED4; }

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

This text font color is #E0EED4.

Background Color

.myBgColor { background-color: #E0EED4; }

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

This div background color is #E0EED4.

Border color

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

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

This div border color is #E0EED4.

Opacity

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

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

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

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

This text has shadow with #E0EED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EED4.

Preview

Color preview on black background

This text has color #E0EED4 on black background.


Color preview on white background

This text has color #E0EED4 on white background.


Black color preview on #E0EED4 background

This text has black color on #E0EED4 background.


White color preview on #E0EED4 background

This text has white color on #E0EED4 background.


Related colors

Complementary color

Complementary color for #hex is #1F112B.


I love getcolorcode.com

Triadic colors

1 #D4E0EE and #EED4E0 with #E0EED4 are triadic colors.

2 #D4EEE0 and #EEE0D4 with #E0EED4 are triadic colors.