COLOR #E0FDE6

HEX: #E0FDE6 RGB: (224,253,230)

Color info

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

RGB color model

#E0FDE6 color RGB value is (224,253,230).

RGB: (224,253,230) (88%, 99%, 90%)

RGB channels and saturation

R 224 of 255 = 88%
G 253 of 255 = 99%
B 230 of 255 = 90%

224
253
230

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

Portions of RGB colors in percentages

R + G + B = 224 + 253 + 230 = 707 (100%)
R 224 of 707 ~ 31.68%
G 253 of 707 ~ 35.79%
B 230 of 707 ~ 32.53'%

%31.68
%35.79
%32.53

CMYK color model

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

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 0.78%
CMYK: (11,0,9,1) C11M0Y9K1 (11%,0%,9%,1%) (0.11/0.00/0.09/0.01) 

CMYK percentages

%11.46
%0
%9.09
%0.78

Codes

Color #E0FDE6 in popluar color models

E0 FD E6
RGB 224 253 230
HSL 132° 87.88% 93.53%
HSB/HSV 132° 11.46% 99.22%
CMYK 11.46% 0.00% 9.09%
0.78%

Color #E0FDE6 in popluar number systems.

HEX E0 FD E6
Decimal 224 253 230
Binary 11100000 11111101 11100110
Octal 340 375 346

Shades and tints

Shades of #E0FDE6

#E0FDE6
(224,253,230)
#CCE6D2
(204,230,210)
#B8CFBE
(184,207,190)
#A4B8AA
(164,184,170)
#90A196
(144,161,150)
#7C8A82
(124,138,130)
#68736E
(104,115,110)
#545C5A
(84,92,90)
#404546
(64,69,70)
#2C2E32
(44,46,50)
#18171E
(24,23,30)
#000000
(0,0,0)

Tints of #E0FDE6

#E0FDE6
(224,253,230)
#E2FDE8
(226,253,232)
#E4FDEA
(228,253,234)
#E6FDEC
(230,253,236)
#E8FDEE
(232,253,238)
#EAFDF0
(234,253,240)
#ECFDF2
(236,253,242)
#EEFDF4
(238,253,244)
#F0FDF6
(240,253,246)
#F2FDF8
(242,253,248)
#F4FDFA
(244,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FDE6; }

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

This text font color is #E0FDE6.

Background Color

.myBgColor { background-color: #E0FDE6; }

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

This div background color is #E0FDE6.

Border color

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

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

This div border color is #E0FDE6.

Opacity

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

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

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

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

This text has shadow with #E0FDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0FDE6.

Preview

Color preview on black background

This text has color #E0FDE6 on black background.


Color preview on white background

This text has color #E0FDE6 on white background.


Black color preview on #E0FDE6 background

This text has black color on #E0FDE6 background.


White color preview on #E0FDE6 background

This text has white color on #E0FDE6 background.


Related colors

Complementary color

Complementary color for #hex is #1F0219.


I love getcolorcode.com

Triadic colors

1 #E6E0FD and #FDE6E0 with #E0FDE6 are triadic colors.

2 #E6FDE0 and #FDE0E6 with #E0FDE6 are triadic colors.