COLOR #E0FDFF

HEX: #E0FDFF
RGB: (224,253,255)

Color info

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

RGB color model

#E0FDFF color RGB value is (224,253,255).

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

RGB channels and saturation

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

224
253
255

R + G + B ~ 96%. #E0FDFF is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 253 + 255 = 732 (100%)
R 224 of 732 ~ 30.6%
G 253 of 732 ~ 34.56%
B 255 of 732 ~ 34.84%

%30.6
%34.56
%34.84

CMYK color model

#E0FDFF color CMYK value is (12,1,0,0).

  • cyan value is 12.16%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(12,1,0,0)
C12M1Y0K0 
(12%,1%,0%,0%)
(0.12/0.01/0.00/0.00)	

CMYK percentages

%12.16
%0.78
%0
%0

Codes

Color #E0FDFF in popluar color models

E0FDFF
RGB224253255
HSL184°100.00%93.92%
HSB/HSV184°12.16%100.00%
CMYK12.16%0.78%0.00%
0.00%

Color #E0FDFF in popluar number systems.

HEXE0FDFF
Decimal224253255
Binary111000001111110111111111
Octal340375377

Shades and tints

Shades of #E0FDFF

#E0FDFF
(224,253,255)
#CCE6E8
(204,230,232)
#B8CFD1
(184,207,209)
#A4B8BA
(164,184,186)
#90A1A3
(144,161,163)
#7C8A8C
(124,138,140)
#687375
(104,115,117)
#545C5E
(84,92,94)
#404547
(64,69,71)
#2C2E30
(44,46,48)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #E0FDFF

#E0FDFF
(224,253,255)
#E2FDFF
(226,253,255)
#E4FDFF
(228,253,255)
#E6FDFF
(230,253,255)
#E8FDFF
(232,253,255)
#EAFDFF
(234,253,255)
#ECFDFF
(236,253,255)
#EEFDFF
(238,253,255)
#F0FDFF
(240,253,255)
#F2FDFF
(242,253,255)
#F4FDFF
(244,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FDFF; }

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

This text font color is #E0FDFF.


Background Color

.myBgColor { background-color: #E0FDFF; }

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

This div background color is #E0FDFF.


Border color

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

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

This div border color is #E0FDFF.


Opacity

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

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

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

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

This text has shadow with #E0FDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FDFF on black background.


Color preview on white background

This text has color #E0FDFF on white background.



Black color preview on #E0FDFF background

This text has black color on #E0FDFF background.


White color preview on #E0FDFF background

This text has white color on #E0FDFF background.