COLOR #E1F2CF

HEX: #E1F2CF
RGB: (225,242,207)

Color info

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

RGB color model

#E1F2CF color RGB value is (225,242,207).

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

RGB channels and saturation

R 225 of 255 = 88%
G 242 of 255 = 95%
B 207 of 255 = 81%

225
242
207

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

Portions of RGB colors in percentages

R + G + B =
225 + 242 + 207 = 674 (100%)
R 225 of 674 ~ 33.38%
G 242 of 674 ~ 35.91%
B 207 of 674 ~ 30.71%

%33.38
%35.91
%30.71

CMYK color model

#E1F2CF color CMYK value is (7,0,14,5).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 5.10%
CMYK:
(7,0,14,5)
C7M0Y14K5 
(7%,0%,14%,5%)
(0.07/0.00/0.14/0.05)	

CMYK percentages

%7.02
%0
%14.46
%5.1

Codes

Color #E1F2CF in popluar color models

E1F2CF
RGB225242207
HSL89°57.38%88.04%
HSB/HSV89°14.46%94.90%
CMYK7.02%0.00%14.46%
5.10%

Color #E1F2CF in popluar number systems.

HEXE1F2CF
Decimal225242207
Binary111000011111001011001111
Octal341362317

Shades and tints

Shades of #E1F2CF

#E1F2CF
(225,242,207)
#CDDCBD
(205,220,189)
#B9C6AB
(185,198,171)
#A5B099
(165,176,153)
#919A87
(145,154,135)
#7D8475
(125,132,117)
#696E63
(105,110,99)
#555851
(85,88,81)
#41423F
(65,66,63)
#2D2C2D
(45,44,45)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #E1F2CF

#E1F2CF
(225,242,207)
#E3F3D3
(227,243,211)
#E5F4D7
(229,244,215)
#E7F5DB
(231,245,219)
#E9F6DF
(233,246,223)
#EBF7E3
(235,247,227)
#EDF8E7
(237,248,231)
#EFF9EB
(239,249,235)
#F1FAEF
(241,250,239)
#F3FBF3
(243,251,243)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F2CF; }

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

This text font color is #E1F2CF.


Background Color

.myBgColor { background-color: #E1F2CF; }

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

This div background color is #E1F2CF.


Border color

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

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

This div border color is #E1F2CF.


Opacity

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

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

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

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

This text has shadow with #E1F2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F2CF on black background.


Color preview on white background

This text has color #E1F2CF on white background.



Black color preview on #E1F2CF background

This text has black color on #E1F2CF background.


White color preview on #E1F2CF background

This text has white color on #E1F2CF background.