COLOR #E1F0F1

HEX: #E1F0F1
RGB: (225,240,241)

Color info

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

RGB color model

#E1F0F1 color RGB value is (225,240,241).

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

RGB channels and saturation

R 225 of 255 = 88%
G 240 of 255 = 94%
B 241 of 255 = 95%

225
240
241

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

Portions of RGB colors in percentages

R + G + B =
225 + 240 + 241 = 706 (100%)
R 225 of 706 ~ 31.87%
G 240 of 706 ~ 33.99%
B 241 of 706 ~ 34.14%

%31.87
%33.99
%34.14

CMYK color model

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

  • cyan value is 6.64%
  • magenta value is 0.41%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(7,0,0,5)
C7M0Y0K5 
(7%,0%,0%,5%)
(0.07/0.00/0.00/0.05)	

CMYK percentages

%6.64
%0.41
%0
%5.49

Codes

Color #E1F0F1 in popluar color models

E1F0F1
RGB225240241
HSL184°36.36%91.37%
HSB/HSV184°6.64%94.51%
CMYK6.64%0.41%0.00%
5.49%

Color #E1F0F1 in popluar number systems.

HEXE1F0F1
Decimal225240241
Binary111000011111000011110001
Octal341360361

Shades and tints

Shades of #E1F0F1

#E1F0F1
(225,240,241)
#CDDBDC
(205,219,220)
#B9C6C7
(185,198,199)
#A5B1B2
(165,177,178)
#919C9D
(145,156,157)
#7D8788
(125,135,136)
#697273
(105,114,115)
#555D5E
(85,93,94)
#414849
(65,72,73)
#2D3334
(45,51,52)
#191E1F
(25,30,31)
#000000
(0,0,0)

Tints of #E1F0F1

#E1F0F1
(225,240,241)
#E3F1F2
(227,241,242)
#E5F2F3
(229,242,243)
#E7F3F4
(231,243,244)
#E9F4F5
(233,244,245)
#EBF5F6
(235,245,246)
#EDF6F7
(237,246,247)
#EFF7F8
(239,247,248)
#F1F8F9
(241,248,249)
#F3F9FA
(243,249,250)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F0F1; }

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

This text font color is #E1F0F1.


Background Color

.myBgColor { background-color: #E1F0F1; }

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

This div background color is #E1F0F1.


Border color

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

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

This div border color is #E1F0F1.


Opacity

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

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

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

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

This text has shadow with #E1F0F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F0F1 on black background.


Color preview on white background

This text has color #E1F0F1 on white background.



Black color preview on #E1F0F1 background

This text has black color on #E1F0F1 background.


White color preview on #E1F0F1 background

This text has white color on #E1F0F1 background.