COLOR #E1FDDF

HEX: #E1FDDF
RGB: (225,253,223)

Color info

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

RGB color model

#E1FDDF color RGB value is (225,253,223).

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

RGB channels and saturation

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

225
253
223

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

Portions of RGB colors in percentages

R + G + B =
225 + 253 + 223 = 701 (100%)
R 225 of 701 ~ 32.1%
G 253 of 701 ~ 36.09%
B 223 of 701 ~ 31.81%

%32.1
%36.09
%31.81

CMYK color model

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

  • cyan value is 11.07%
  • 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.07
%0
%11.86
%0.78

Codes

Color #E1FDDF in popluar color models

E1FDDF
RGB225253223
HSL116°88.24%93.33%
HSB/HSV116°11.86%99.22%
CMYK11.07%0.00%11.86%
0.78%

Color #E1FDDF in popluar number systems.

HEXE1FDDF
Decimal225253223
Binary111000011111110111011111
Octal341375337

Shades and tints

Shades of #E1FDDF

#E1FDDF
(225,253,223)
#CDE6CB
(205,230,203)
#B9CFB7
(185,207,183)
#A5B8A3
(165,184,163)
#91A18F
(145,161,143)
#7D8A7B
(125,138,123)
#697367
(105,115,103)
#555C53
(85,92,83)
#41453F
(65,69,63)
#2D2E2B
(45,46,43)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #E1FDDF

#E1FDDF
(225,253,223)
#E3FDE1
(227,253,225)
#E5FDE3
(229,253,227)
#E7FDE5
(231,253,229)
#E9FDE7
(233,253,231)
#EBFDE9
(235,253,233)
#EDFDEB
(237,253,235)
#EFFDED
(239,253,237)
#F1FDEF
(241,253,239)
#F3FDF1
(243,253,241)
#F5FDF3
(245,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FDDF; }

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

This text font color is #E1FDDF.


Background Color

.myBgColor { background-color: #E1FDDF; }

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

This div background color is #E1FDDF.


Border color

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

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

This div border color is #E1FDDF.


Opacity

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

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

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

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

This text has shadow with #E1FDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FDDF on black background.


Color preview on white background

This text has color #E1FDDF on white background.



Black color preview on #E1FDDF background

This text has black color on #E1FDDF background.


White color preview on #E1FDDF background

This text has white color on #E1FDDF background.