COLOR #E1F5CF

HEX: #E1F5CF
RGB: (225,245,207)

Color info

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

RGB color model

#E1F5CF color RGB value is (225,245,207).

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

RGB channels and saturation

R 225 of 255 = 88%
G 245 of 255 = 96%
B 207 of 255 = 81%

225
245
207

R + G + B ~ 88%. #E1F5CF is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 245 + 207 = 677 (100%)
R 225 of 677 ~ 33.23%
G 245 of 677 ~ 36.19%
B 207 of 677 ~ 30.58%

%33.23
%36.19
%30.58

CMYK color model

#E1F5CF color CMYK value is (8,0,16,4).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 15.51%
  • key color value is 3.92%
CMYK:
(8,0,16,4)
C8M0Y16K4 
(8%,0%,16%,4%)
(0.08/0.00/0.16/0.04)	

CMYK percentages

%8.16
%0
%15.51
%3.92

Codes

Color #E1F5CF in popluar color models

E1F5CF
RGB225245207
HSL92°65.52%88.63%
HSB/HSV92°15.51%96.08%
CMYK8.16%0.00%15.51%
3.92%

Color #E1F5CF in popluar number systems.

HEXE1F5CF
Decimal225245207
Binary111000011111010111001111
Octal341365317

Shades and tints

Shades of #E1F5CF

#E1F5CF
(225,245,207)
#CDDFBD
(205,223,189)
#B9C9AB
(185,201,171)
#A5B399
(165,179,153)
#919D87
(145,157,135)
#7D8775
(125,135,117)
#697163
(105,113,99)
#555B51
(85,91,81)
#41453F
(65,69,63)
#2D2F2D
(45,47,45)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #E1F5CF

#E1F5CF
(225,245,207)
#E3F5D3
(227,245,211)
#E5F5D7
(229,245,215)
#E7F5DB
(231,245,219)
#E9F5DF
(233,245,223)
#EBF5E3
(235,245,227)
#EDF5E7
(237,245,231)
#EFF5EB
(239,245,235)
#F1F5EF
(241,245,239)
#F3F5F3
(243,245,243)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F5CF; }

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

This text font color is #E1F5CF.


Background Color

.myBgColor { background-color: #E1F5CF; }

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

This div background color is #E1F5CF.


Border color

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

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

This div border color is #E1F5CF.


Opacity

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

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

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

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

This text has shadow with #E1F5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F5CF on black background.


Color preview on white background

This text has color #E1F5CF on white background.



Black color preview on #E1F5CF background

This text has black color on #E1F5CF background.


White color preview on #E1F5CF background

This text has white color on #E1F5CF background.