COLOR #E0F9D4

HEX: #E0F9D4 RGB: (224,249,212)

Color info

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

RGB color model

#E0F9D4 color RGB value is (224,249,212).

RGB: (224,249,212) (88%, 98%, 83%)

RGB channels and saturation

R 224 of 255 = 88%
G 249 of 255 = 98%
B 212 of 255 = 83%

224
249
212

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

Portions of RGB colors in percentages

R + G + B = 224 + 249 + 212 = 685 (100%)
R 224 of 685 ~ 32.7%
G 249 of 685 ~ 36.35%
B 212 of 685 ~ 30.95'%

%32.7
%36.35
%30.95

CMYK color model

#E0F9D4 color CMYK value is (10,0,15,2).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 2.35%
CMYK: (10,0,15,2) C10M0Y15K2 (10%,0%,15%,2%) (0.10/0.00/0.15/0.02) 

CMYK percentages

%10.04
%0
%14.86
%2.35

Codes

Color #E0F9D4 in popluar color models

E0 F9 D4
RGB 224 249 212
HSL 101° 75.51% 90.39%
HSB/HSV 101° 14.86% 97.65%
CMYK 10.04% 0.00% 14.86%
2.35%

Color #E0F9D4 in popluar number systems.

HEX E0 F9 D4
Decimal 224 249 212
Binary 11100000 11111001 11010100
Octal 340 371 324

Shades and tints

Shades of #E0F9D4

#E0F9D4
(224,249,212)
#CCE3C1
(204,227,193)
#B8CDAE
(184,205,174)
#A4B79B
(164,183,155)
#90A188
(144,161,136)
#7C8B75
(124,139,117)
#687562
(104,117,98)
#545F4F
(84,95,79)
#40493C
(64,73,60)
#2C3329
(44,51,41)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #E0F9D4

#E0F9D4
(224,249,212)
#E2F9D7
(226,249,215)
#E4F9DA
(228,249,218)
#E6F9DD
(230,249,221)
#E8F9E0
(232,249,224)
#EAF9E3
(234,249,227)
#ECF9E6
(236,249,230)
#EEF9E9
(238,249,233)
#F0F9EC
(240,249,236)
#F2F9EF
(242,249,239)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F9D4; }

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

This text font color is #E0F9D4.

Background Color

.myBgColor { background-color: #E0F9D4; }

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

This div background color is #E0F9D4.

Border color

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

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

This div border color is #E0F9D4.

Opacity

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

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

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

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

This text has shadow with #E0F9D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F9D4.

Preview

Color preview on black background

This text has color #E0F9D4 on black background.


Color preview on white background

This text has color #E0F9D4 on white background.


Black color preview on #E0F9D4 background

This text has black color on #E0F9D4 background.


White color preview on #E0F9D4 background

This text has white color on #E0F9D4 background.


Related colors

Complementary color

Complementary color for #hex is #1F062B.


I love getcolorcode.com

Triadic colors

1 #D4E0F9 and #F9D4E0 with #E0F9D4 are triadic colors.

2 #D4F9E0 and #F9E0D4 with #E0F9D4 are triadic colors.