COLOR #E1F0EC

HEX: #E1F0EC
RGB: (225,240,236)

Color info

#E1F0EC contains red, green and blue colors in about the same proportion. Web safe color of #E1F0EC is #CCFFFF (or #CFF).

RGB color model

#E1F0EC color RGB value is (225,240,236).

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

RGB channels and saturation

R 225 of 255 = 88%
G 240 of 255 = 94%
B 236 of 255 = 93%

225
240
236

R + G + B ~ 92%. #E1F0EC is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 240 + 236 = 701 (100%)
R 225 of 701 ~ 32.1%
G 240 of 701 ~ 34.24%
B 236 of 701 ~ 33.67%

%32.1
%34.24
%33.67

CMYK color model

#E1F0EC color CMYK value is (6,0,2,6).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 5.88%
CMYK:
(6,0,2,6)
C6M0Y2K6 
(6%,0%,2%,6%)
(0.06/0.00/0.02/0.06)	

CMYK percentages

%6.25
%0
%1.67
%5.88

Codes

Color #E1F0EC in popluar color models

E1F0EC
RGB225240236
HSL164°33.33%91.18%
HSB/HSV164°6.25%94.12%
CMYK6.25%0.00%1.67%
5.88%

Color #E1F0EC in popluar number systems.

HEXE1F0EC
Decimal225240236
Binary111000011111000011101100
Octal341360354

Shades and tints

Shades of #E1F0EC

#E1F0EC
(225,240,236)
#CDDBD7
(205,219,215)
#B9C6C2
(185,198,194)
#A5B1AD
(165,177,173)
#919C98
(145,156,152)
#7D8783
(125,135,131)
#69726E
(105,114,110)
#555D59
(85,93,89)
#414844
(65,72,68)
#2D332F
(45,51,47)
#191E1A
(25,30,26)
#000000
(0,0,0)

Tints of #E1F0EC

#E1F0EC
(225,240,236)
#E3F1ED
(227,241,237)
#E5F2EE
(229,242,238)
#E7F3EF
(231,243,239)
#E9F4F0
(233,244,240)
#EBF5F1
(235,245,241)
#EDF6F2
(237,246,242)
#EFF7F3
(239,247,243)
#F1F8F4
(241,248,244)
#F3F9F5
(243,249,245)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F0EC; }

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

This text font color is #E1F0EC.


Background Color

.myBgColor { background-color: #E1F0EC; }

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

This div background color is #E1F0EC.


Border color

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

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

This div border color is #E1F0EC.


Opacity

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

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

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

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

This text has shadow with #E1F0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F0EC on black background.


Color preview on white background

This text has color #E1F0EC on white background.



Black color preview on #E1F0EC background

This text has black color on #E1F0EC background.


White color preview on #E1F0EC background

This text has white color on #E1F0EC background.