COLOR #E0F39E

HEX: #E0F39E
RGB: (224,243,158)

Color info

#E0F39E contains mainly red and green colors. Web safe color of #E0F39E is #CCFF99 (or #CF9).

RGB color model

#E0F39E color RGB value is (224,243,158).

  • red value is 224;
  • green value is 243;
  • blue value is 158.
RGB:
(224,243,158)
(88%,95%,62%)

RGB channels and saturation

R 224 of 255 = 88%
G 243 of 255 = 95%
B 158 of 255 = 62%

224
243
158

R + G + B ~ 82%. #E0F39E is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 243 + 158 = 625 (100%)
R 224 of 625 ~ 35.84%
G 243 of 625 ~ 38.88%
B 158 of 625 ~ 25.28%

%35.84
%38.88
%25.28

CMYK color model

#E0F39E color CMYK value is (8,0,35,5).

  • cyan value is 7.82%
  • magenta value is 0.00%
  • yellow value is 34.98%
  • key color value is 4.71%
CMYK:
(8,0,35,5)
C8M0Y35K5 
(8%,0%,35%,5%)
(0.08/0.00/0.35/0.05)	

CMYK percentages

%7.82
%0
%34.98
%4.71

Codes

Color #E0F39E in popluar color models

E0F39E
RGB224243158
HSL73°77.98%78.63%
HSB/HSV73°34.98%95.29%
CMYK7.82%0.00%34.98%
4.71%

Color #E0F39E in popluar number systems.

HEXE0F39E
Decimal224243158
Binary111000001111001110011110
Octal340363236

Shades and tints

Shades of #E0F39E

#E0F39E
(224,243,158)
#CCDD90
(204,221,144)
#B8C782
(184,199,130)
#A4B174
(164,177,116)
#909B66
(144,155,102)
#7C8558
(124,133,88)
#686F4A
(104,111,74)
#54593C
(84,89,60)
#40432E
(64,67,46)
#2C2D20
(44,45,32)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #E0F39E

#E0F39E
(224,243,158)
#E2F4A6
(226,244,166)
#E4F5AE
(228,245,174)
#E6F6B6
(230,246,182)
#E8F7BE
(232,247,190)
#EAF8C6
(234,248,198)
#ECF9CE
(236,249,206)
#EEFAD6
(238,250,214)
#F0FBDE
(240,251,222)
#F2FCE6
(242,252,230)
#F4FDEE
(244,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F39E color. Also use rgb(224,243,158) instead hex code.

Text Font Color

.myTextColor { color: #E0F39E; }

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

This text font color is #E0F39E.


Background Color

.myBgColor { background-color: #E0F39E; }

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

This div background color is #E0F39E.


Border color

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

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

This div border color is #E0F39E.


Opacity

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

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

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

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

This text has shadow with #E0F39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F39E on black background.


Color preview on white background

This text has color #E0F39E on white background.



Black color preview on #E0F39E background

This text has black color on #E0F39E background.


White color preview on #E0F39E background

This text has white color on #E0F39E background.