COLOR #E0FADE

HEX: #E0FADE RGB: (224,250,222)

Color info

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

RGB color model

#E0FADE color RGB value is (224,250,222).

RGB: (224,250,222) (88%, 98%, 87%)

RGB channels and saturation

R 224 of 255 = 88%
G 250 of 255 = 98%
B 222 of 255 = 87%

224
250
222

R + G + B ~ 91%. #E0FADE is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 250 + 222 = 696 (100%)
R 224 of 696 ~ 32.18%
G 250 of 696 ~ 35.92%
B 222 of 696 ~ 31.9'%

%32.18
%35.92
%31.9

CMYK color model

#E0FADE color CMYK value is (10,0,11,2).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 11.20%
  • key color value is 1.96%
CMYK: (10,0,11,2) C10M0Y11K2 (10%,0%,11%,2%) (0.10/0.00/0.11/0.02) 

CMYK percentages

%10.4
%0
%11.2
%1.96

Codes

Color #E0FADE in popluar color models

E0 FA DE
RGB 224 250 222
HSL 116° 73.68% 92.55%
HSB/HSV 116° 11.20% 98.04%
CMYK 10.40% 0.00% 11.20%
1.96%

Color #E0FADE in popluar number systems.

HEX E0 FA DE
Decimal 224 250 222
Binary 11100000 11111010 11011110
Octal 340 372 336

Shades and tints

Shades of #E0FADE

#E0FADE
(224,250,222)
#CCE4CA
(204,228,202)
#B8CEB6
(184,206,182)
#A4B8A2
(164,184,162)
#90A28E
(144,162,142)
#7C8C7A
(124,140,122)
#687666
(104,118,102)
#546052
(84,96,82)
#404A3E
(64,74,62)
#2C342A
(44,52,42)
#181E16
(24,30,22)
#000000
(0,0,0)

Tints of #E0FADE

#E0FADE
(224,250,222)
#E2FAE1
(226,250,225)
#E4FAE4
(228,250,228)
#E6FAE7
(230,250,231)
#E8FAEA
(232,250,234)
#EAFAED
(234,250,237)
#ECFAF0
(236,250,240)
#EEFAF3
(238,250,243)
#F0FAF6
(240,250,246)
#F2FAF9
(242,250,249)
#F4FAFC
(244,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FADE color. Also use rgb(224,250,222) instead hex code.

Text Font Color

.myTextColor { color: #E0FADE; }

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

This text font color is #E0FADE.

Background Color

.myBgColor { background-color: #E0FADE; }

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

This div background color is #E0FADE.

Border color

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

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

This div border color is #E0FADE.

Opacity

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

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

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

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

This text has shadow with #E0FADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0FADE.

Preview

Color preview on black background

This text has color #E0FADE on black background.


Color preview on white background

This text has color #E0FADE on white background.


Black color preview on #E0FADE background

This text has black color on #E0FADE background.


White color preview on #E0FADE background

This text has white color on #E0FADE background.


Related colors

Complementary color

Complementary color for #hex is #1F0521.


I love getcolorcode.com

Triadic colors

1 #DEE0FA and #FADEE0 with #E0FADE are triadic colors.

2 #DEFAE0 and #FAE0DE with #E0FADE are triadic colors.