COLOR #E0FFEF

HEX: #E0FFEF
RGB: (224,255,239)

Color info

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

RGB color model

#E0FFEF color RGB value is (224,255,239).

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

RGB channels and saturation

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

224
255
239

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

Portions of RGB colors in percentages

R + G + B =
224 + 255 + 239 = 718 (100%)
R 224 of 718 ~ 31.2%
G 255 of 718 ~ 35.52%
B 239 of 718 ~ 33.29%

%31.2
%35.52
%33.29

CMYK color model

#E0FFEF color CMYK value is (12,0,6,0).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 6.27%
  • key color value is 0.00%
CMYK:
(12,0,6,0)
C12M0Y6K0 
(12%,0%,6%,0%)
(0.12/0.00/0.06/0.00)	

CMYK percentages

%12.16
%0
%6.27
%0

Codes

Color #E0FFEF in popluar color models

E0FFEF
RGB224255239
HSL149°100.00%93.92%
HSB/HSV149°12.16%100.00%
CMYK12.16%0.00%6.27%
0.00%

Color #E0FFEF in popluar number systems.

HEXE0FFEF
Decimal224255239
Binary111000001111111111101111
Octal340377357

Shades and tints

Shades of #E0FFEF

#E0FFEF
(224,255,239)
#CCE8DA
(204,232,218)
#B8D1C5
(184,209,197)
#A4BAB0
(164,186,176)
#90A39B
(144,163,155)
#7C8C86
(124,140,134)
#687571
(104,117,113)
#545E5C
(84,94,92)
#404747
(64,71,71)
#2C3032
(44,48,50)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #E0FFEF

#E0FFEF
(224,255,239)
#E2FFF0
(226,255,240)
#E4FFF1
(228,255,241)
#E6FFF2
(230,255,242)
#E8FFF3
(232,255,243)
#EAFFF4
(234,255,244)
#ECFFF5
(236,255,245)
#EEFFF6
(238,255,246)
#F0FFF7
(240,255,247)
#F2FFF8
(242,255,248)
#F4FFF9
(244,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FFEF; }

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

This text font color is #E0FFEF.


Background Color

.myBgColor { background-color: #E0FFEF; }

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

This div background color is #E0FFEF.


Border color

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

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

This div border color is #E0FFEF.


Opacity

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

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

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

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

This text has shadow with #E0FFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FFEF on black background.


Color preview on white background

This text has color #E0FFEF on white background.



Black color preview on #E0FFEF background

This text has black color on #E0FFEF background.


White color preview on #E0FFEF background

This text has white color on #E0FFEF background.