COLOR #E5FDDF

HEX: #E5FDDF
RGB: (229,253,223)

Color info

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

RGB color model

#E5FDDF color RGB value is (229,253,223).

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

RGB channels and saturation

R 229 of 255 = 90%
G 253 of 255 = 99%
B 223 of 255 = 87%

229
253
223

R + G + B ~ 92%. #E5FDDF is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 253 + 223 = 705 (100%)
R 229 of 705 ~ 32.48%
G 253 of 705 ~ 35.89%
B 223 of 705 ~ 31.63%

%32.48
%35.89
%31.63

CMYK color model

#E5FDDF color CMYK value is (9,0,12,1).

  • cyan value is 9.49%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 0.78%
CMYK:
(9,0,12,1)
C9M0Y12K1 
(9%,0%,12%,1%)
(0.09/0.00/0.12/0.01)	

CMYK percentages

%9.49
%0
%11.86
%0.78

Codes

Color #E5FDDF in popluar color models

E5FDDF
RGB229253223
HSL108°88.24%93.33%
HSB/HSV108°11.86%99.22%
CMYK9.49%0.00%11.86%
0.78%

Color #E5FDDF in popluar number systems.

HEXE5FDDF
Decimal229253223
Binary111001011111110111011111
Octal345375337

Shades and tints

Shades of #E5FDDF

#E5FDDF
(229,253,223)
#D1E6CB
(209,230,203)
#BDCFB7
(189,207,183)
#A9B8A3
(169,184,163)
#95A18F
(149,161,143)
#818A7B
(129,138,123)
#6D7367
(109,115,103)
#595C53
(89,92,83)
#45453F
(69,69,63)
#312E2B
(49,46,43)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #E5FDDF

#E5FDDF
(229,253,223)
#E7FDE1
(231,253,225)
#E9FDE3
(233,253,227)
#EBFDE5
(235,253,229)
#EDFDE7
(237,253,231)
#EFFDE9
(239,253,233)
#F1FDEB
(241,253,235)
#F3FDED
(243,253,237)
#F5FDEF
(245,253,239)
#F7FDF1
(247,253,241)
#F9FDF3
(249,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FDDF; }

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

This text font color is #E5FDDF.


Background Color

.myBgColor { background-color: #E5FDDF; }

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

This div background color is #E5FDDF.


Border color

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

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

This div border color is #E5FDDF.


Opacity

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

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

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

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

This text has shadow with #E5FDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FDDF on black background.


Color preview on white background

This text has color #E5FDDF on white background.



Black color preview on #E5FDDF background

This text has black color on #E5FDDF background.


White color preview on #E5FDDF background

This text has white color on #E5FDDF background.