COLOR #E0FDE1

HEX: #E0FDE1 RGB: (224,253,225)

Color info

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

RGB color model

#E0FDE1 color RGB value is (224,253,225).

RGB: (224,253,225) (88%, 99%, 88%)

RGB channels and saturation

R 224 of 255 = 88%
G 253 of 255 = 99%
B 225 of 255 = 88%

224
253
225

R + G + B ~ 92%. #E0FDE1 is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 253 + 225 = 702 (100%)
R 224 of 702 ~ 31.91%
G 253 of 702 ~ 36.04%
B 225 of 702 ~ 32.05'%

%31.91
%36.04
%32.05

CMYK color model

#E0FDE1 color CMYK value is (11,0,11,1).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 11.07%
  • key color value is 0.78%

CMYK: (11,0,11,1)
C11M0Y11K1 (11%, 0%, 11%, 1%)
(0.11 / 0.00 / 0.11 / 0.01)

CMYK percentages

%11.46
%0
%11.07
%0.78

Codes

Color #E0FDE1 in popluar color models

E0 FD E1
RGB 224 253 225
HSL 122° 87.88% 93.53%
HSB/HSV 122° 11.46% 99.22%
CMYK 11.46% 0.00% 11.07%
0.78%

Color #E0FDE1 in popluar number systems.

HEX E0 FD E1
Decimal 224 253 225
Binary 11100000 11111101 11100001
Octal 340 375 341

Shades and tints

Shades of #E0FDE1

#E0FDE1
(224,253,225)
#CCE6CD
(204,230,205)
#B8CFB9
(184,207,185)
#A4B8A5
(164,184,165)
#90A191
(144,161,145)
#7C8A7D
(124,138,125)
#687369
(104,115,105)
#545C55
(84,92,85)
#404541
(64,69,65)
#2C2E2D
(44,46,45)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #E0FDE1

#E0FDE1
(224,253,225)
#E2FDE3
(226,253,227)
#E4FDE5
(228,253,229)
#E6FDE7
(230,253,231)
#E8FDE9
(232,253,233)
#EAFDEB
(234,253,235)
#ECFDED
(236,253,237)
#EEFDEF
(238,253,239)
#F0FDF1
(240,253,241)
#F2FDF3
(242,253,243)
#F4FDF5
(244,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FDE1 color. Also use rgb(224,253,225) instead hex code.

Text Font Color

.myTextColor { color: #E0FDE1; }

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

This text font color is #E0FDE1.

Background Color

.myBgColor { background-color: #E0FDE1; }

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

This div background color is #E0FDE1.

Border color

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

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

This div border color is #E0FDE1.

Opacity

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

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

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

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

This text has shadow with #E0FDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0FDE1.

Preview

Color preview on black background

This text has color #E0FDE1 on black background.


Color preview on white background

This text has color #E0FDE1 on white background.


Black color preview on #E0FDE1 background

This text has black color on #E0FDE1 background.


White color preview on #E0FDE1 background

This text has white color on #E0FDE1 background.


Related colors

Complementary color

Complementary color for #hex is #1F021E.


I love getcolorcode.com

Triadic colors

1 #E1E0FD and #FDE1E0 with #E0FDE1 are triadic colors.

2 #E1FDE0 and #FDE0E1 with #E0FDE1 are triadic colors.