COLOR #E0F9EF

HEX: #E0F9EF
RGB: (224,249,239)

Color info

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

RGB color model

#E0F9EF color RGB value is (224,249,239).

  • red value is 224;
  • green value is 249;
  • blue value is 239.
RGB:
(224,249,239)
(88%,98%,94%)

RGB channels and saturation

R 224 of 255 = 88%
G 249 of 255 = 98%
B 239 of 255 = 94%

224
249
239

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

Portions of RGB colors in percentages

R + G + B =
224 + 249 + 239 = 712 (100%)
R 224 of 712 ~ 31.46%
G 249 of 712 ~ 34.97%
B 239 of 712 ~ 33.57%

%31.46
%34.97
%33.57

CMYK color model

#E0F9EF color CMYK value is (10,0,4,2).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 2.35%
CMYK:
(10,0,4,2)
C10M0Y4K2 
(10%,0%,4%,2%)
(0.10/0.00/0.04/0.02)	

CMYK percentages

%10.04
%0
%4.02
%2.35

Codes

Color #E0F9EF in popluar color models

E0F9EF
RGB224249239
HSL156°67.57%92.75%
HSB/HSV156°10.04%97.65%
CMYK10.04%0.00%4.02%
2.35%

Color #E0F9EF in popluar number systems.

HEXE0F9EF
Decimal224249239
Binary111000001111100111101111
Octal340371357

Shades and tints

Shades of #E0F9EF

#E0F9EF
(224,249,239)
#CCE3DA
(204,227,218)
#B8CDC5
(184,205,197)
#A4B7B0
(164,183,176)
#90A19B
(144,161,155)
#7C8B86
(124,139,134)
#687571
(104,117,113)
#545F5C
(84,95,92)
#404947
(64,73,71)
#2C3332
(44,51,50)
#181D1D
(24,29,29)
#000000
(0,0,0)

Tints of #E0F9EF

#E0F9EF
(224,249,239)
#E2F9F0
(226,249,240)
#E4F9F1
(228,249,241)
#E6F9F2
(230,249,242)
#E8F9F3
(232,249,243)
#EAF9F4
(234,249,244)
#ECF9F5
(236,249,245)
#EEF9F6
(238,249,246)
#F0F9F7
(240,249,247)
#F2F9F8
(242,249,248)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F9EF; }

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

This text font color is #E0F9EF.


Background Color

.myBgColor { background-color: #E0F9EF; }

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

This div background color is #E0F9EF.


Border color

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

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

This div border color is #E0F9EF.


Opacity

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

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

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

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

This text has shadow with #E0F9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F9EF on black background.


Color preview on white background

This text has color #E0F9EF on white background.



Black color preview on #E0F9EF background

This text has black color on #E0F9EF background.


White color preview on #E0F9EF background

This text has white color on #E0F9EF background.