COLOR #E0F9D6

HEX: #E0F9D6
RGB: (224,249,214)

Color info

#E0F9D6 contains red, green and blue colors in about the same proportion. Web safe color of #E0F9D6 is #CCFFCC (or #CFC).

RGB color model

#E0F9D6 color RGB value is (224,249,214).

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

RGB channels and saturation

R 224 of 255 = 88%
G 249 of 255 = 98%
B 214 of 255 = 84%

224
249
214

R + G + B ~ 90%. #E0F9D6 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 249 + 214 = 687 (100%)
R 224 of 687 ~ 32.61%
G 249 of 687 ~ 36.24%
B 214 of 687 ~ 31.15%

%32.61
%36.24
%31.15

CMYK color model

#E0F9D6 color CMYK value is (10,0,14,2).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 2.35%
CMYK:
(10,0,14,2)
C10M0Y14K2 
(10%,0%,14%,2%)
(0.10/0.00/0.14/0.02)	

CMYK percentages

%10.04
%0
%14.06
%2.35

Codes

Color #E0F9D6 in popluar color models

E0F9D6
RGB224249214
HSL103°74.47%90.78%
HSB/HSV103°14.06%97.65%
CMYK10.04%0.00%14.06%
2.35%

Color #E0F9D6 in popluar number systems.

HEXE0F9D6
Decimal224249214
Binary111000001111100111010110
Octal340371326

Shades and tints

Shades of #E0F9D6

#E0F9D6
(224,249,214)
#CCE3C3
(204,227,195)
#B8CDB0
(184,205,176)
#A4B79D
(164,183,157)
#90A18A
(144,161,138)
#7C8B77
(124,139,119)
#687564
(104,117,100)
#545F51
(84,95,81)
#40493E
(64,73,62)
#2C332B
(44,51,43)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #E0F9D6

#E0F9D6
(224,249,214)
#E2F9D9
(226,249,217)
#E4F9DC
(228,249,220)
#E6F9DF
(230,249,223)
#E8F9E2
(232,249,226)
#EAF9E5
(234,249,229)
#ECF9E8
(236,249,232)
#EEF9EB
(238,249,235)
#F0F9EE
(240,249,238)
#F2F9F1
(242,249,241)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F9D6; }

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

This text font color is #E0F9D6.


Background Color

.myBgColor { background-color: #E0F9D6; }

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

This div background color is #E0F9D6.


Border color

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

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

This div border color is #E0F9D6.


Opacity

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

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

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

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

This text has shadow with #E0F9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F9D6 on black background.


Color preview on white background

This text has color #E0F9D6 on white background.



Black color preview on #E0F9D6 background

This text has black color on #E0F9D6 background.


White color preview on #E0F9D6 background

This text has white color on #E0F9D6 background.