COLOR #E0FAD4

HEX: #E0FAD4 RGB: (224,250,212)

Color info

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

RGB color model

#E0FAD4 color RGB value is (224,250,212).

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

RGB channels and saturation

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

224
250
212

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

Portions of RGB colors in percentages

R + G + B = 224 + 250 + 212 = 686 (100%)
R 224 of 686 ~ 32.65%
G 250 of 686 ~ 36.44%
B 212 of 686 ~ 30.9'%

%32.65
%36.44
%30.9

CMYK color model

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

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 1.96%

CMYK: (10,0,15,2)
C10M0Y15K2 (10%, 0%, 15%, 2%)
(0.10 / 0.00 / 0.15 / 0.02)

CMYK percentages

%10.4
%0
%15.2
%1.96

Codes

Color #E0FAD4 in popluar color models

E0 FA D4
RGB 224 250 212
HSL 101° 79.17% 90.59%
HSB/HSV 101° 15.20% 98.04%
CMYK 10.40% 0.00% 15.20%
1.96%

Color #E0FAD4 in popluar number systems.

HEX E0 FA D4
Decimal 224 250 212
Binary 11100000 11111010 11010100
Octal 340 372 324

Shades and tints

Shades of #E0FAD4

#E0FAD4
(224,250,212)
#CCE4C1
(204,228,193)
#B8CEAE
(184,206,174)
#A4B89B
(164,184,155)
#90A288
(144,162,136)
#7C8C75
(124,140,117)
#687662
(104,118,98)
#54604F
(84,96,79)
#404A3C
(64,74,60)
#2C3429
(44,52,41)
#181E16
(24,30,22)
#000000
(0,0,0)

Tints of #E0FAD4

#E0FAD4
(224,250,212)
#E2FAD7
(226,250,215)
#E4FADA
(228,250,218)
#E6FADD
(230,250,221)
#E8FAE0
(232,250,224)
#EAFAE3
(234,250,227)
#ECFAE6
(236,250,230)
#EEFAE9
(238,250,233)
#F0FAEC
(240,250,236)
#F2FAEF
(242,250,239)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FAD4; }

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

This text font color is #E0FAD4.

Background Color

.myBgColor { background-color: #E0FAD4; }

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

This div background color is #E0FAD4.

Border color

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

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

This div border color is #E0FAD4.

Opacity

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

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

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

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

This text has shadow with #E0FAD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0FAD4.

Preview

Color preview on black background

This text has color #E0FAD4 on black background.


Color preview on white background

This text has color #E0FAD4 on white background.


Black color preview on #E0FAD4 background

This text has black color on #E0FAD4 background.


White color preview on #E0FAD4 background

This text has white color on #E0FAD4 background.


Related colors

Complementary color

Complementary color for #hex is #1F052B.


I love getcolorcode.com

Triadic colors

1 #D4E0FA and #FAD4E0 with #E0FAD4 are triadic colors.

2 #D4FAE0 and #FAE0D4 with #E0FAD4 are triadic colors.