COLOR #E0FDD8

HEX: #E0FDD8
RGB: (224,253,216)

Color info

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

RGB color model

#E0FDD8 color RGB value is (224,253,216).

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

RGB channels and saturation

R 224 of 255 = 88%
G 253 of 255 = 99%
B 216 of 255 = 85%

224
253
216

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

Portions of RGB colors in percentages

R + G + B =
224 + 253 + 216 = 693 (100%)
R 224 of 693 ~ 32.32%
G 253 of 693 ~ 36.51%
B 216 of 693 ~ 31.17%

%32.32
%36.51
%31.17

CMYK color model

#E0FDD8 color CMYK value is (11,0,15,1).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • key color value is 0.78%
CMYK:
(11,0,15,1)
C11M0Y15K1 
(11%,0%,15%,1%)
(0.11/0.00/0.15/0.01)	

CMYK percentages

%11.46
%0
%14.62
%0.78

Codes

Color #E0FDD8 in popluar color models

E0FDD8
RGB224253216
HSL107°90.24%91.96%
HSB/HSV107°14.62%99.22%
CMYK11.46%0.00%14.62%
0.78%

Color #E0FDD8 in popluar number systems.

HEXE0FDD8
Decimal224253216
Binary111000001111110111011000
Octal340375330

Shades and tints

Shades of #E0FDD8

#E0FDD8
(224,253,216)
#CCE6C5
(204,230,197)
#B8CFB2
(184,207,178)
#A4B89F
(164,184,159)
#90A18C
(144,161,140)
#7C8A79
(124,138,121)
#687366
(104,115,102)
#545C53
(84,92,83)
#404540
(64,69,64)
#2C2E2D
(44,46,45)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #E0FDD8

#E0FDD8
(224,253,216)
#E2FDDB
(226,253,219)
#E4FDDE
(228,253,222)
#E6FDE1
(230,253,225)
#E8FDE4
(232,253,228)
#EAFDE7
(234,253,231)
#ECFDEA
(236,253,234)
#EEFDED
(238,253,237)
#F0FDF0
(240,253,240)
#F2FDF3
(242,253,243)
#F4FDF6
(244,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FDD8; }

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

This text font color is #E0FDD8.


Background Color

.myBgColor { background-color: #E0FDD8; }

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

This div background color is #E0FDD8.


Border color

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

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

This div border color is #E0FDD8.


Opacity

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

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

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

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

This text has shadow with #E0FDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FDD8 on black background.


Color preview on white background

This text has color #E0FDD8 on white background.



Black color preview on #E0FDD8 background

This text has black color on #E0FDD8 background.


White color preview on #E0FDD8 background

This text has white color on #E0FDD8 background.