COLOR #E0F7F8

HEX: #E0F7F8
RGB: (224,247,248)

Color info

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

RGB color model

#E0F7F8 color RGB value is (224,247,248).

  • red value is 224;
  • green value is 247;
  • blue value is 248.
RGB:
(224,247,248)
(88%,97%,97%)

RGB channels and saturation

R 224 of 255 = 88%
G 247 of 255 = 97%
B 248 of 255 = 97%

224
247
248

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

Portions of RGB colors in percentages

R + G + B =
224 + 247 + 248 = 719 (100%)
R 224 of 719 ~ 31.15%
G 247 of 719 ~ 34.35%
B 248 of 719 ~ 34.49%

%31.15
%34.35
%34.49

CMYK color model

#E0F7F8 color CMYK value is (10,0,0,3).

  • cyan value is 9.68%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(10,0,0,3)
C10M0Y0K3 
(10%,0%,0%,3%)
(0.10/0.00/0.00/0.03)	

CMYK percentages

%9.68
%0.4
%0
%2.75

Codes

Color #E0F7F8 in popluar color models

E0F7F8
RGB224247248
HSL183°63.16%92.55%
HSB/HSV183°9.68%97.25%
CMYK9.68%0.40%0.00%
2.75%

Color #E0F7F8 in popluar number systems.

HEXE0F7F8
Decimal224247248
Binary111000001111011111111000
Octal340367370

Shades and tints

Shades of #E0F7F8

#E0F7F8
(224,247,248)
#CCE1E2
(204,225,226)
#B8CBCC
(184,203,204)
#A4B5B6
(164,181,182)
#909FA0
(144,159,160)
#7C898A
(124,137,138)
#687374
(104,115,116)
#545D5E
(84,93,94)
#404748
(64,71,72)
#2C3132
(44,49,50)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #E0F7F8

#E0F7F8
(224,247,248)
#E2F7F8
(226,247,248)
#E4F7F8
(228,247,248)
#E6F7F8
(230,247,248)
#E8F7F8
(232,247,248)
#EAF7F8
(234,247,248)
#ECF7F8
(236,247,248)
#EEF7F8
(238,247,248)
#F0F7F8
(240,247,248)
#F2F7F8
(242,247,248)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F7F8; }

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

This text font color is #E0F7F8.


Background Color

.myBgColor { background-color: #E0F7F8; }

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

This div background color is #E0F7F8.


Border color

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

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

This div border color is #E0F7F8.


Opacity

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

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

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

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

This text has shadow with #E0F7F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F7F8 on black background.


Color preview on white background

This text has color #E0F7F8 on white background.



Black color preview on #E0F7F8 background

This text has black color on #E0F7F8 background.


White color preview on #E0F7F8 background

This text has white color on #E0F7F8 background.