COLOR #E1F5DF

HEX: #E1F5DF
RGB: (225,245,223)

Color info

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

RGB color model

#E1F5DF color RGB value is (225,245,223).

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

RGB channels and saturation

R 225 of 255 = 88%
G 245 of 255 = 96%
B 223 of 255 = 87%

225
245
223

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

Portions of RGB colors in percentages

R + G + B =
225 + 245 + 223 = 693 (100%)
R 225 of 693 ~ 32.47%
G 245 of 693 ~ 35.35%
B 223 of 693 ~ 32.18%

%32.47
%35.35
%32.18

CMYK color model

#E1F5DF color CMYK value is (8,0,9,4).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 8.98%
  • key color value is 3.92%
CMYK:
(8,0,9,4)
C8M0Y9K4 
(8%,0%,9%,4%)
(0.08/0.00/0.09/0.04)	

CMYK percentages

%8.16
%0
%8.98
%3.92

Codes

Color #E1F5DF in popluar color models

E1F5DF
RGB225245223
HSL115°52.38%91.76%
HSB/HSV115°8.98%96.08%
CMYK8.16%0.00%8.98%
3.92%

Color #E1F5DF in popluar number systems.

HEXE1F5DF
Decimal225245223
Binary111000011111010111011111
Octal341365337

Shades and tints

Shades of #E1F5DF

#E1F5DF
(225,245,223)
#CDDFCB
(205,223,203)
#B9C9B7
(185,201,183)
#A5B3A3
(165,179,163)
#919D8F
(145,157,143)
#7D877B
(125,135,123)
#697167
(105,113,103)
#555B53
(85,91,83)
#41453F
(65,69,63)
#2D2F2B
(45,47,43)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #E1F5DF

#E1F5DF
(225,245,223)
#E3F5E1
(227,245,225)
#E5F5E3
(229,245,227)
#E7F5E5
(231,245,229)
#E9F5E7
(233,245,231)
#EBF5E9
(235,245,233)
#EDF5EB
(237,245,235)
#EFF5ED
(239,245,237)
#F1F5EF
(241,245,239)
#F3F5F1
(243,245,241)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F5DF; }

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

This text font color is #E1F5DF.


Background Color

.myBgColor { background-color: #E1F5DF; }

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

This div background color is #E1F5DF.


Border color

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

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

This div border color is #E1F5DF.


Opacity

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

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

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

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

This text has shadow with #E1F5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F5DF on black background.


Color preview on white background

This text has color #E1F5DF on white background.



Black color preview on #E1F5DF background

This text has black color on #E1F5DF background.


White color preview on #E1F5DF background

This text has white color on #E1F5DF background.