COLOR #E0FFEA

HEX: #E0FFEA
RGB: (224,255,234)

Color info

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

RGB color model

#E0FFEA color RGB value is (224,255,234).

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

RGB channels and saturation

R 224 of 255 = 88%
G 255 of 255 = 100%
B 234 of 255 = 92%

224
255
234

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

Portions of RGB colors in percentages

R + G + B =
224 + 255 + 234 = 713 (100%)
R 224 of 713 ~ 31.42%
G 255 of 713 ~ 35.76%
B 234 of 713 ~ 32.82%

%31.42
%35.76
%32.82

CMYK color model

#E0FFEA color CMYK value is (12,0,8,0).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 8.24%
  • key color value is 0.00%
CMYK:
(12,0,8,0)
C12M0Y8K0 
(12%,0%,8%,0%)
(0.12/0.00/0.08/0.00)	

CMYK percentages

%12.16
%0
%8.24
%0

Codes

Color #E0FFEA in popluar color models

E0FFEA
RGB224255234
HSL139°100.00%93.92%
HSB/HSV139°12.16%100.00%
CMYK12.16%0.00%8.24%
0.00%

Color #E0FFEA in popluar number systems.

HEXE0FFEA
Decimal224255234
Binary111000001111111111101010
Octal340377352

Shades and tints

Shades of #E0FFEA

#E0FFEA
(224,255,234)
#CCE8D5
(204,232,213)
#B8D1C0
(184,209,192)
#A4BAAB
(164,186,171)
#90A396
(144,163,150)
#7C8C81
(124,140,129)
#68756C
(104,117,108)
#545E57
(84,94,87)
#404742
(64,71,66)
#2C302D
(44,48,45)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #E0FFEA

#E0FFEA
(224,255,234)
#E2FFEB
(226,255,235)
#E4FFEC
(228,255,236)
#E6FFED
(230,255,237)
#E8FFEE
(232,255,238)
#EAFFEF
(234,255,239)
#ECFFF0
(236,255,240)
#EEFFF1
(238,255,241)
#F0FFF2
(240,255,242)
#F2FFF3
(242,255,243)
#F4FFF4
(244,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FFEA; }

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

This text font color is #E0FFEA.


Background Color

.myBgColor { background-color: #E0FFEA; }

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

This div background color is #E0FFEA.


Border color

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

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

This div border color is #E0FFEA.


Opacity

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

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

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

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

This text has shadow with #E0FFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FFEA on black background.


Color preview on white background

This text has color #E0FFEA on white background.



Black color preview on #E0FFEA background

This text has black color on #E0FFEA background.


White color preview on #E0FFEA background

This text has white color on #E0FFEA background.