COLOR #E1F2EF

HEX: #E1F2EF
RGB: (225,242,239)

Color info

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

RGB color model

#E1F2EF color RGB value is (225,242,239).

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

RGB channels and saturation

R 225 of 255 = 88%
G 242 of 255 = 95%
B 239 of 255 = 94%

225
242
239

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

Portions of RGB colors in percentages

R + G + B =
225 + 242 + 239 = 706 (100%)
R 225 of 706 ~ 31.87%
G 242 of 706 ~ 34.28%
B 239 of 706 ~ 33.85%

%31.87
%34.28
%33.85

CMYK color model

#E1F2EF color CMYK value is (7,0,1,5).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.10%
CMYK:
(7,0,1,5)
C7M0Y1K5 
(7%,0%,1%,5%)
(0.07/0.00/0.01/0.05)	

CMYK percentages

%7.02
%0
%1.24
%5.1

Codes

Color #E1F2EF in popluar color models

E1F2EF
RGB225242239
HSL169°39.53%91.57%
HSB/HSV169°7.02%94.90%
CMYK7.02%0.00%1.24%
5.10%

Color #E1F2EF in popluar number systems.

HEXE1F2EF
Decimal225242239
Binary111000011111001011101111
Octal341362357

Shades and tints

Shades of #E1F2EF

#E1F2EF
(225,242,239)
#CDDCDA
(205,220,218)
#B9C6C5
(185,198,197)
#A5B0B0
(165,176,176)
#919A9B
(145,154,155)
#7D8486
(125,132,134)
#696E71
(105,110,113)
#55585C
(85,88,92)
#414247
(65,66,71)
#2D2C32
(45,44,50)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #E1F2EF

#E1F2EF
(225,242,239)
#E3F3F0
(227,243,240)
#E5F4F1
(229,244,241)
#E7F5F2
(231,245,242)
#E9F6F3
(233,246,243)
#EBF7F4
(235,247,244)
#EDF8F5
(237,248,245)
#EFF9F6
(239,249,246)
#F1FAF7
(241,250,247)
#F3FBF8
(243,251,248)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F2EF; }

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

This text font color is #E1F2EF.


Background Color

.myBgColor { background-color: #E1F2EF; }

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

This div background color is #E1F2EF.


Border color

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

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

This div border color is #E1F2EF.


Opacity

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

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

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

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

This text has shadow with #E1F2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F2EF on black background.


Color preview on white background

This text has color #E1F2EF on white background.



Black color preview on #E1F2EF background

This text has black color on #E1F2EF background.


White color preview on #E1F2EF background

This text has white color on #E1F2EF background.