COLOR #E1F5EC

HEX: #E1F5EC
RGB: (225,245,236)

Color info

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

RGB color model

#E1F5EC color RGB value is (225,245,236).

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

RGB channels and saturation

R 225 of 255 = 88%
G 245 of 255 = 96%
B 236 of 255 = 93%

225
245
236

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

Portions of RGB colors in percentages

R + G + B =
225 + 245 + 236 = 706 (100%)
R 225 of 706 ~ 31.87%
G 245 of 706 ~ 34.7%
B 236 of 706 ~ 33.43%

%31.87
%34.7
%33.43

CMYK color model

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

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 3.67%
  • key color value is 3.92%
CMYK:
(8,0,4,4)
C8M0Y4K4 
(8%,0%,4%,4%)
(0.08/0.00/0.04/0.04)	

CMYK percentages

%8.16
%0
%3.67
%3.92

Codes

Color #E1F5EC in popluar color models

E1F5EC
RGB225245236
HSL153°50.00%92.16%
HSB/HSV153°8.16%96.08%
CMYK8.16%0.00%3.67%
3.92%

Color #E1F5EC in popluar number systems.

HEXE1F5EC
Decimal225245236
Binary111000011111010111101100
Octal341365354

Shades and tints

Shades of #E1F5EC

#E1F5EC
(225,245,236)
#CDDFD7
(205,223,215)
#B9C9C2
(185,201,194)
#A5B3AD
(165,179,173)
#919D98
(145,157,152)
#7D8783
(125,135,131)
#69716E
(105,113,110)
#555B59
(85,91,89)
#414544
(65,69,68)
#2D2F2F
(45,47,47)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #E1F5EC

#E1F5EC
(225,245,236)
#E3F5ED
(227,245,237)
#E5F5EE
(229,245,238)
#E7F5EF
(231,245,239)
#E9F5F0
(233,245,240)
#EBF5F1
(235,245,241)
#EDF5F2
(237,245,242)
#EFF5F3
(239,245,243)
#F1F5F4
(241,245,244)
#F3F5F5
(243,245,245)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F5EC; }

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

This text font color is #E1F5EC.


Background Color

.myBgColor { background-color: #E1F5EC; }

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

This div background color is #E1F5EC.


Border color

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

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

This div border color is #E1F5EC.


Opacity

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

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

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

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

This text has shadow with #E1F5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F5EC on black background.


Color preview on white background

This text has color #E1F5EC on white background.



Black color preview on #E1F5EC background

This text has black color on #E1F5EC background.


White color preview on #E1F5EC background

This text has white color on #E1F5EC background.