COLOR #E0FDDF

HEX: #E0FDDF
RGB: (224,253,223)

Color info

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

RGB color model

#E0FDDF color RGB value is (224,253,223).

  • red value is 224;
  • green value is 253;
  • blue value is 223.
RGB:
(224,253,223)
(88%,99%,87%)

RGB channels and saturation

R 224 of 255 = 88%
G 253 of 255 = 99%
B 223 of 255 = 87%

224
253
223

R + G + B ~ 91%. #E0FDDF is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 253 + 223 = 700 (100%)
R 224 of 700 ~ 32%
G 253 of 700 ~ 36.14%
B 223 of 700 ~ 31.86%

%32
%36.14
%31.86

CMYK color model

#E0FDDF color CMYK value is (11,0,12,1).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 0.78%
CMYK:
(11,0,12,1)
C11M0Y12K1 
(11%,0%,12%,1%)
(0.11/0.00/0.12/0.01)	

CMYK percentages

%11.46
%0
%11.86
%0.78

Codes

Color #E0FDDF in popluar color models

E0FDDF
RGB224253223
HSL118°88.24%93.33%
HSB/HSV118°11.86%99.22%
CMYK11.46%0.00%11.86%
0.78%

Color #E0FDDF in popluar number systems.

HEXE0FDDF
Decimal224253223
Binary111000001111110111011111
Octal340375337

Shades and tints

Shades of #E0FDDF

#E0FDDF
(224,253,223)
#CCE6CB
(204,230,203)
#B8CFB7
(184,207,183)
#A4B8A3
(164,184,163)
#90A18F
(144,161,143)
#7C8A7B
(124,138,123)
#687367
(104,115,103)
#545C53
(84,92,83)
#40453F
(64,69,63)
#2C2E2B
(44,46,43)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #E0FDDF

#E0FDDF
(224,253,223)
#E2FDE1
(226,253,225)
#E4FDE3
(228,253,227)
#E6FDE5
(230,253,229)
#E8FDE7
(232,253,231)
#EAFDE9
(234,253,233)
#ECFDEB
(236,253,235)
#EEFDED
(238,253,237)
#F0FDEF
(240,253,239)
#F2FDF1
(242,253,241)
#F4FDF3
(244,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FDDF color. Also use rgb(224,253,223) instead hex code.

Text Font Color

.myTextColor { color: #E0FDDF; }

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

This text font color is #E0FDDF.


Background Color

.myBgColor { background-color: #E0FDDF; }

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

This div background color is #E0FDDF.


Border color

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

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

This div border color is #E0FDDF.


Opacity

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

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

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

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

This text has shadow with #E0FDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FDDF on black background.


Color preview on white background

This text has color #E0FDDF on white background.



Black color preview on #E0FDDF background

This text has black color on #E0FDDF background.


White color preview on #E0FDDF background

This text has white color on #E0FDDF background.