COLOR #E0FF8D

HEX: #E0FF8D
RGB: (224,255,141)

Color info

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

RGB color model

#E0FF8D color RGB value is (224,255,141).

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

RGB channels and saturation

R 224 of 255 = 88%
G 255 of 255 = 100%
B 141 of 255 = 55%

224
255
141

R + G + B ~ 81%. #E0FF8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 255 + 141 = 620 (100%)
R 224 of 620 ~ 36.13%
G 255 of 620 ~ 41.13%
B 141 of 620 ~ 22.74%

%36.13
%41.13
%22.74

CMYK color model

#E0FF8D color CMYK value is (12,0,45,0).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 0.00%
CMYK:
(12,0,45,0)
C12M0Y45K0 
(12%,0%,45%,0%)
(0.12/0.00/0.45/0.00)	

CMYK percentages

%12.16
%0
%44.71
%0

Codes

Color #E0FF8D in popluar color models

E0FF8D
RGB224255141
HSL76°100.00%77.65%
HSB/HSV76°44.71%100.00%
CMYK12.16%0.00%44.71%
0.00%

Color #E0FF8D in popluar number systems.

HEXE0FF8D
Decimal224255141
Binary111000001111111110001101
Octal340377215

Shades and tints

Shades of #E0FF8D

#E0FF8D
(224,255,141)
#CCE881
(204,232,129)
#B8D175
(184,209,117)
#A4BA69
(164,186,105)
#90A35D
(144,163,93)
#7C8C51
(124,140,81)
#687545
(104,117,69)
#545E39
(84,94,57)
#40472D
(64,71,45)
#2C3021
(44,48,33)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #E0FF8D

#E0FF8D
(224,255,141)
#E2FF97
(226,255,151)
#E4FFA1
(228,255,161)
#E6FFAB
(230,255,171)
#E8FFB5
(232,255,181)
#EAFFBF
(234,255,191)
#ECFFC9
(236,255,201)
#EEFFD3
(238,255,211)
#F0FFDD
(240,255,221)
#F2FFE7
(242,255,231)
#F4FFF1
(244,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FF8D; }

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

This text font color is #E0FF8D.


Background Color

.myBgColor { background-color: #E0FF8D; }

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

This div background color is #E0FF8D.


Border color

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

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

This div border color is #E0FF8D.


Opacity

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

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

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

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

This text has shadow with #E0FF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FF8D on black background.


Color preview on white background

This text has color #E0FF8D on white background.



Black color preview on #E0FF8D background

This text has black color on #E0FF8D background.


White color preview on #E0FF8D background

This text has white color on #E0FF8D background.