COLOR #E1F0CF

HEX: #E1F0CF
RGB: (225,240,207)

Color info

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

RGB color model

#E1F0CF color RGB value is (225,240,207).

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

RGB channels and saturation

R 225 of 255 = 88%
G 240 of 255 = 94%
B 207 of 255 = 81%

225
240
207

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

Portions of RGB colors in percentages

R + G + B =
225 + 240 + 207 = 672 (100%)
R 225 of 672 ~ 33.48%
G 240 of 672 ~ 35.71%
B 207 of 672 ~ 30.8%

%33.48
%35.71
%30.8

CMYK color model

#E1F0CF color CMYK value is (6,0,14,6).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(6,0,14,6)
C6M0Y14K6 
(6%,0%,14%,6%)
(0.06/0.00/0.14/0.06)	

CMYK percentages

%6.25
%0
%13.75
%5.88

Codes

Color #E1F0CF in popluar color models

E1F0CF
RGB225240207
HSL87°52.38%87.65%
HSB/HSV87°13.75%94.12%
CMYK6.25%0.00%13.75%
5.88%

Color #E1F0CF in popluar number systems.

HEXE1F0CF
Decimal225240207
Binary111000011111000011001111
Octal341360317

Shades and tints

Shades of #E1F0CF

#E1F0CF
(225,240,207)
#CDDBBD
(205,219,189)
#B9C6AB
(185,198,171)
#A5B199
(165,177,153)
#919C87
(145,156,135)
#7D8775
(125,135,117)
#697263
(105,114,99)
#555D51
(85,93,81)
#41483F
(65,72,63)
#2D332D
(45,51,45)
#191E1B
(25,30,27)
#000000
(0,0,0)

Tints of #E1F0CF

#E1F0CF
(225,240,207)
#E3F1D3
(227,241,211)
#E5F2D7
(229,242,215)
#E7F3DB
(231,243,219)
#E9F4DF
(233,244,223)
#EBF5E3
(235,245,227)
#EDF6E7
(237,246,231)
#EFF7EB
(239,247,235)
#F1F8EF
(241,248,239)
#F3F9F3
(243,249,243)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F0CF; }

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

This text font color is #E1F0CF.


Background Color

.myBgColor { background-color: #E1F0CF; }

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

This div background color is #E1F0CF.


Border color

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

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

This div border color is #E1F0CF.


Opacity

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

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

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

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

This text has shadow with #E1F0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F0CF on black background.


Color preview on white background

This text has color #E1F0CF on white background.



Black color preview on #E1F0CF background

This text has black color on #E1F0CF background.


White color preview on #E1F0CF background

This text has white color on #E1F0CF background.