COLOR #E0FDEF

HEX: #E0FDEF RGB: (224,253,239)

Color info

#E0FDEF contains red, green and blue colors in about the same proportion. Web safe color of #E0FDEF is #CCFFFF (or #CFF).

RGB color model

#E0FDEF color RGB value is (224,253,239).

RGB: (224,253,239) (88%, 99%, 94%)

RGB channels and saturation

R 224 of 255 = 88%
G 253 of 255 = 99%
B 239 of 255 = 94%

224
253
239

R + G + B ~ 94%. #E0FDEF is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 253 + 239 = 716 (100%)
R 224 of 716 ~ 31.28%
G 253 of 716 ~ 35.34%
B 239 of 716 ~ 33.38'%

%31.28
%35.34
%33.38

CMYK color model

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

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

CMYK: (11,0,6,1)
C11M0Y6K1 (11%, 0%, 6%, 1%)
(0.11 / 0.00 / 0.06 / 0.01)

CMYK percentages

%11.46
%0
%5.53
%0.78

Codes

Color #E0FDEF in popluar color models

E0 FD EF
RGB 224 253 239
HSL 151° 87.88% 93.53%
HSB/HSV 151° 11.46% 99.22%
CMYK 11.46% 0.00% 5.53%
0.78%

Color #E0FDEF in popluar number systems.

HEX E0 FD EF
Decimal 224 253 239
Binary 11100000 11111101 11101111
Octal 340 375 357

Shades and tints

Shades of #E0FDEF

#E0FDEF
(224,253,239)
#CCE6DA
(204,230,218)
#B8CFC5
(184,207,197)
#A4B8B0
(164,184,176)
#90A19B
(144,161,155)
#7C8A86
(124,138,134)
#687371
(104,115,113)
#545C5C
(84,92,92)
#404547
(64,69,71)
#2C2E32
(44,46,50)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #E0FDEF

#E0FDEF
(224,253,239)
#E2FDF0
(226,253,240)
#E4FDF1
(228,253,241)
#E6FDF2
(230,253,242)
#E8FDF3
(232,253,243)
#EAFDF4
(234,253,244)
#ECFDF5
(236,253,245)
#EEFDF6
(238,253,246)
#F0FDF7
(240,253,247)
#F2FDF8
(242,253,248)
#F4FDF9
(244,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FDEF; }

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

This text font color is #E0FDEF.

Background Color

.myBgColor { background-color: #E0FDEF; }

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

This div background color is #E0FDEF.

Border color

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

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

This div border color is #E0FDEF.

Opacity

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

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

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

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

This text has shadow with #E0FDEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0FDEF.

Preview

Color preview on black background

This text has color #E0FDEF on black background.


Color preview on white background

This text has color #E0FDEF on white background.


Black color preview on #E0FDEF background

This text has black color on #E0FDEF background.


White color preview on #E0FDEF background

This text has white color on #E0FDEF background.


Related colors

Complementary color

Complementary color for #hex is #1F0210.


I love getcolorcode.com

Triadic colors

1 #EFE0FD and #FDEFE0 with #E0FDEF are triadic colors.

2 #EFFDE0 and #FDE0EF with #E0FDEF are triadic colors.