COLOR #E0FDF9

HEX: #E0FDF9
RGB: (224,253,249)

Color info

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

RGB color model

#E0FDF9 color RGB value is (224,253,249).

  • red value is 224;
  • green value is 253;
  • blue value is 249.
RGB:
(224,253,249)
(88%,99%,98%)

RGB channels and saturation

R 224 of 255 = 88%
G 253 of 255 = 99%
B 249 of 255 = 98%

224
253
249

R + G + B ~ 95%. #E0FDF9 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 253 + 249 = 726 (100%)
R 224 of 726 ~ 30.85%
G 253 of 726 ~ 34.85%
B 249 of 726 ~ 34.3%

%30.85
%34.85
%34.3

CMYK color model

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

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 0.78%
CMYK:
(11,0,2,1)
C11M0Y2K1 
(11%,0%,2%,1%)
(0.11/0.00/0.02/0.01)	

CMYK percentages

%11.46
%0
%1.58
%0.78

Codes

Color #E0FDF9 in popluar color models

E0FDF9
RGB224253249
HSL172°87.88%93.53%
HSB/HSV172°11.46%99.22%
CMYK11.46%0.00%1.58%
0.78%

Color #E0FDF9 in popluar number systems.

HEXE0FDF9
Decimal224253249
Binary111000001111110111111001
Octal340375371

Shades and tints

Shades of #E0FDF9

#E0FDF9
(224,253,249)
#CCE6E3
(204,230,227)
#B8CFCD
(184,207,205)
#A4B8B7
(164,184,183)
#90A1A1
(144,161,161)
#7C8A8B
(124,138,139)
#687375
(104,115,117)
#545C5F
(84,92,95)
#404549
(64,69,73)
#2C2E33
(44,46,51)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #E0FDF9

#E0FDF9
(224,253,249)
#E2FDF9
(226,253,249)
#E4FDF9
(228,253,249)
#E6FDF9
(230,253,249)
#E8FDF9
(232,253,249)
#EAFDF9
(234,253,249)
#ECFDF9
(236,253,249)
#EEFDF9
(238,253,249)
#F0FDF9
(240,253,249)
#F2FDF9
(242,253,249)
#F4FDF9
(244,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FDF9; }

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

This text font color is #E0FDF9.


Background Color

.myBgColor { background-color: #E0FDF9; }

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

This div background color is #E0FDF9.


Border color

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

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

This div border color is #E0FDF9.


Opacity

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

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

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

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

This text has shadow with #E0FDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FDF9 on black background.


Color preview on white background

This text has color #E0FDF9 on white background.



Black color preview on #E0FDF9 background

This text has black color on #E0FDF9 background.


White color preview on #E0FDF9 background

This text has white color on #E0FDF9 background.