COLOR #E0F6F7

HEX: #E0F6F7
RGB: (224,246,247)

Color info

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

RGB color model

#E0F6F7 color RGB value is (224,246,247).

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

RGB channels and saturation

R 224 of 255 = 88%
G 246 of 255 = 96%
B 247 of 255 = 97%

224
246
247

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

Portions of RGB colors in percentages

R + G + B =
224 + 246 + 247 = 717 (100%)
R 224 of 717 ~ 31.24%
G 246 of 717 ~ 34.31%
B 247 of 717 ~ 34.45%

%31.24
%34.31
%34.45

CMYK color model

#E0F6F7 color CMYK value is (9,0,0,3).

  • cyan value is 9.31%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(9,0,0,3)
C9M0Y0K3 
(9%,0%,0%,3%)
(0.09/0.00/0.00/0.03)	

CMYK percentages

%9.31
%0.4
%0
%3.14

Codes

Color #E0F6F7 in popluar color models

E0F6F7
RGB224246247
HSL183°58.97%92.35%
HSB/HSV183°9.31%96.86%
CMYK9.31%0.40%0.00%
3.14%

Color #E0F6F7 in popluar number systems.

HEXE0F6F7
Decimal224246247
Binary111000001111011011110111
Octal340366367

Shades and tints

Shades of #E0F6F7

#E0F6F7
(224,246,247)
#CCE0E1
(204,224,225)
#B8CACB
(184,202,203)
#A4B4B5
(164,180,181)
#909E9F
(144,158,159)
#7C8889
(124,136,137)
#687273
(104,114,115)
#545C5D
(84,92,93)
#404647
(64,70,71)
#2C3031
(44,48,49)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #E0F6F7

#E0F6F7
(224,246,247)
#E2F6F7
(226,246,247)
#E4F6F7
(228,246,247)
#E6F6F7
(230,246,247)
#E8F6F7
(232,246,247)
#EAF6F7
(234,246,247)
#ECF6F7
(236,246,247)
#EEF6F7
(238,246,247)
#F0F6F7
(240,246,247)
#F2F6F7
(242,246,247)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F6F7; }

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

This text font color is #E0F6F7.


Background Color

.myBgColor { background-color: #E0F6F7; }

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

This div background color is #E0F6F7.


Border color

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

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

This div border color is #E0F6F7.


Opacity

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

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

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

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

This text has shadow with #E0F6F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F6F7 on black background.


Color preview on white background

This text has color #E0F6F7 on white background.



Black color preview on #E0F6F7 background

This text has black color on #E0F6F7 background.


White color preview on #E0F6F7 background

This text has white color on #E0F6F7 background.