COLOR #E1F1EC

HEX: #E1F1EC
RGB: (225,241,236)

Color info

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

RGB color model

#E1F1EC color RGB value is (225,241,236).

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

RGB channels and saturation

R 225 of 255 = 88%
G 241 of 255 = 95%
B 236 of 255 = 93%

225
241
236

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

Portions of RGB colors in percentages

R + G + B =
225 + 241 + 236 = 702 (100%)
R 225 of 702 ~ 32.05%
G 241 of 702 ~ 34.33%
B 236 of 702 ~ 33.62%

%32.05
%34.33
%33.62

CMYK color model

#E1F1EC color CMYK value is (7,0,2,5).

  • cyan value is 6.64%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 5.49%
CMYK:
(7,0,2,5)
C7M0Y2K5 
(7%,0%,2%,5%)
(0.07/0.00/0.02/0.05)	

CMYK percentages

%6.64
%0
%2.07
%5.49

Codes

Color #E1F1EC in popluar color models

E1F1EC
RGB225241236
HSL161°36.36%91.37%
HSB/HSV161°6.64%94.51%
CMYK6.64%0.00%2.07%
5.49%

Color #E1F1EC in popluar number systems.

HEXE1F1EC
Decimal225241236
Binary111000011111000111101100
Octal341361354

Shades and tints

Shades of #E1F1EC

#E1F1EC
(225,241,236)
#CDDCD7
(205,220,215)
#B9C7C2
(185,199,194)
#A5B2AD
(165,178,173)
#919D98
(145,157,152)
#7D8883
(125,136,131)
#69736E
(105,115,110)
#555E59
(85,94,89)
#414944
(65,73,68)
#2D342F
(45,52,47)
#191F1A
(25,31,26)
#000000
(0,0,0)

Tints of #E1F1EC

#E1F1EC
(225,241,236)
#E3F2ED
(227,242,237)
#E5F3EE
(229,243,238)
#E7F4EF
(231,244,239)
#E9F5F0
(233,245,240)
#EBF6F1
(235,246,241)
#EDF7F2
(237,247,242)
#EFF8F3
(239,248,243)
#F1F9F4
(241,249,244)
#F3FAF5
(243,250,245)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F1EC; }

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

This text font color is #E1F1EC.


Background Color

.myBgColor { background-color: #E1F1EC; }

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

This div background color is #E1F1EC.


Border color

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

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

This div border color is #E1F1EC.


Opacity

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

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

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

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

This text has shadow with #E1F1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F1EC on black background.


Color preview on white background

This text has color #E1F1EC on white background.



Black color preview on #E1F1EC background

This text has black color on #E1F1EC background.


White color preview on #E1F1EC background

This text has white color on #E1F1EC background.