COLOR #E0F5F0

HEX: #E0F5F0
RGB: (224,245,240)

Color info

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

RGB color model

#E0F5F0 color RGB value is (224,245,240).

  • red value is 224;
  • green value is 245;
  • blue value is 240.
RGB:
(224,245,240)
(88%,96%,94%)

RGB channels and saturation

R 224 of 255 = 88%
G 245 of 255 = 96%
B 240 of 255 = 94%

224
245
240

R + G + B ~ 93%. #E0F5F0 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 245 + 240 = 709 (100%)
R 224 of 709 ~ 31.59%
G 245 of 709 ~ 34.56%
B 240 of 709 ~ 33.85%

%31.59
%34.56
%33.85

CMYK color model

#E0F5F0 color CMYK value is (9,0,2,4).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 3.92%
CMYK:
(9,0,2,4)
C9M0Y2K4 
(9%,0%,2%,4%)
(0.09/0.00/0.02/0.04)	

CMYK percentages

%8.57
%0
%2.04
%3.92

Codes

Color #E0F5F0 in popluar color models

E0F5F0
RGB224245240
HSL166°51.22%91.96%
HSB/HSV166°8.57%96.08%
CMYK8.57%0.00%2.04%
3.92%

Color #E0F5F0 in popluar number systems.

HEXE0F5F0
Decimal224245240
Binary111000001111010111110000
Octal340365360

Shades and tints

Shades of #E0F5F0

#E0F5F0
(224,245,240)
#CCDFDB
(204,223,219)
#B8C9C6
(184,201,198)
#A4B3B1
(164,179,177)
#909D9C
(144,157,156)
#7C8787
(124,135,135)
#687172
(104,113,114)
#545B5D
(84,91,93)
#404548
(64,69,72)
#2C2F33
(44,47,51)
#18191E
(24,25,30)
#000000
(0,0,0)

Tints of #E0F5F0

#E0F5F0
(224,245,240)
#E2F5F1
(226,245,241)
#E4F5F2
(228,245,242)
#E6F5F3
(230,245,243)
#E8F5F4
(232,245,244)
#EAF5F5
(234,245,245)
#ECF5F6
(236,245,246)
#EEF5F7
(238,245,247)
#F0F5F8
(240,245,248)
#F2F5F9
(242,245,249)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F5F0; }

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

This text font color is #E0F5F0.


Background Color

.myBgColor { background-color: #E0F5F0; }

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

This div background color is #E0F5F0.


Border color

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

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

This div border color is #E0F5F0.


Opacity

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

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

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

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

This text has shadow with #E0F5F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F5F0 on black background.


Color preview on white background

This text has color #E0F5F0 on white background.



Black color preview on #E0F5F0 background

This text has black color on #E0F5F0 background.


White color preview on #E0F5F0 background

This text has white color on #E0F5F0 background.