COLOR #E0FFFF

HEX: #E0FFFF RGB: (224,255,255)

Color info

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

RGB color model

#E0FFFF color RGB value is (224,255,255).

RGB: (224,255,255) (88%, 100%, 100%)

RGB channels and saturation

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

224
255
255

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

Portions of RGB colors in percentages

R + G + B = 224 + 255 + 255 = 734 (100%)
R 224 of 734 ~ 30.52%
G 255 of 734 ~ 34.74%
B 255 of 734 ~ 34.74'%

%30.52
%34.74
%34.74

CMYK color model

#E0FFFF color CMYK value is (12,0,0,0).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (12,0,0,0)
C12M0Y0K0 (12%, 0%, 0%, 0%)
(0.12 / 0.00 / 0.00 / 0.00)

CMYK percentages

%12.16
%0
%0
%0

Codes

Color #E0FFFF in popluar color models

E0 FF FF
RGB 224 255 255
HSL 180° 100.00% 93.92%
HSB/HSV 180° 12.16% 100.00%
CMYK 12.16% 0.00% 0.00%
0.00%

Color #E0FFFF in popluar number systems.

HEX E0 FF FF
Decimal 224 255 255
Binary 11100000 11111111 11111111
Octal 340 377 377

Shades and tints

Shades of #E0FFFF

#E0FFFF
(224,255,255)
#CCE8E8
(204,232,232)
#B8D1D1
(184,209,209)
#A4BABA
(164,186,186)
#90A3A3
(144,163,163)
#7C8C8C
(124,140,140)
#687575
(104,117,117)
#545E5E
(84,94,94)
#404747
(64,71,71)
#2C3030
(44,48,48)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #E0FFFF

#E0FFFF
(224,255,255)
#E2FFFF
(226,255,255)
#E4FFFF
(228,255,255)
#E6FFFF
(230,255,255)
#E8FFFF
(232,255,255)
#EAFFFF
(234,255,255)
#ECFFFF
(236,255,255)
#EEFFFF
(238,255,255)
#F0FFFF
(240,255,255)
#F2FFFF
(242,255,255)
#F4FFFF
(244,255,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FFFF; }

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

This text font color is #E0FFFF.

Background Color

.myBgColor { background-color: #E0FFFF; }

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

This div background color is #E0FFFF.

Border color

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

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

This div border color is #E0FFFF.

Opacity

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

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

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

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

This text has shadow with #E0FFFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0FFFF.

Preview

Color preview on black background

This text has color #E0FFFF on black background.


Color preview on white background

This text has color #E0FFFF on white background.


Black color preview on #E0FFFF background

This text has black color on #E0FFFF background.


White color preview on #E0FFFF background

This text has white color on #E0FFFF background.


Related colors

Complementary color

Complementary color for #hex is #1F0000.


I love getcolorcode.com

Gradients

Color #E0FFFF is used in Light Cyan gradient.

Light Cyan