COLOR #E1F2ED

HEX: #E1F2ED
RGB: (225,242,237)

Color info

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

RGB color model

#E1F2ED color RGB value is (225,242,237).

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

RGB channels and saturation

R 225 of 255 = 88%
G 242 of 255 = 95%
B 237 of 255 = 93%

225
242
237

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

Portions of RGB colors in percentages

R + G + B =
225 + 242 + 237 = 704 (100%)
R 225 of 704 ~ 31.96%
G 242 of 704 ~ 34.38%
B 237 of 704 ~ 33.66%

%31.96
%34.38
%33.66

CMYK color model

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

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

CMYK percentages

%7.02
%0
%2.07
%5.1

Codes

Color #E1F2ED in popluar color models

E1F2ED
RGB225242237
HSL162°39.53%91.57%
HSB/HSV162°7.02%94.90%
CMYK7.02%0.00%2.07%
5.10%

Color #E1F2ED in popluar number systems.

HEXE1F2ED
Decimal225242237
Binary111000011111001011101101
Octal341362355

Shades and tints

Shades of #E1F2ED

#E1F2ED
(225,242,237)
#CDDCD8
(205,220,216)
#B9C6C3
(185,198,195)
#A5B0AE
(165,176,174)
#919A99
(145,154,153)
#7D8484
(125,132,132)
#696E6F
(105,110,111)
#55585A
(85,88,90)
#414245
(65,66,69)
#2D2C30
(45,44,48)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #E1F2ED

#E1F2ED
(225,242,237)
#E3F3EE
(227,243,238)
#E5F4EF
(229,244,239)
#E7F5F0
(231,245,240)
#E9F6F1
(233,246,241)
#EBF7F2
(235,247,242)
#EDF8F3
(237,248,243)
#EFF9F4
(239,249,244)
#F1FAF5
(241,250,245)
#F3FBF6
(243,251,246)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F2ED; }

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

This text font color is #E1F2ED.


Background Color

.myBgColor { background-color: #E1F2ED; }

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

This div background color is #E1F2ED.


Border color

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

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

This div border color is #E1F2ED.


Opacity

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

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

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

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

This text has shadow with #E1F2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F2ED on black background.


Color preview on white background

This text has color #E1F2ED on white background.



Black color preview on #E1F2ED background

This text has black color on #E1F2ED background.


White color preview on #E1F2ED background

This text has white color on #E1F2ED background.