COLOR #E1F5F1

HEX: #E1F5F1
RGB: (225,245,241)

Color info

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

RGB color model

#E1F5F1 color RGB value is (225,245,241).

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

RGB channels and saturation

R 225 of 255 = 88%
G 245 of 255 = 96%
B 241 of 255 = 95%

225
245
241

R + G + B ~ 93%. #E1F5F1 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 245 + 241 = 711 (100%)
R 225 of 711 ~ 31.65%
G 245 of 711 ~ 34.46%
B 241 of 711 ~ 33.9%

%31.65
%34.46
%33.9

CMYK color model

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

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 1.63%
  • key color value is 3.92%
CMYK:
(8,0,2,4)
C8M0Y2K4 
(8%,0%,2%,4%)
(0.08/0.00/0.02/0.04)	

CMYK percentages

%8.16
%0
%1.63
%3.92

Codes

Color #E1F5F1 in popluar color models

E1F5F1
RGB225245241
HSL168°50.00%92.16%
HSB/HSV168°8.16%96.08%
CMYK8.16%0.00%1.63%
3.92%

Color #E1F5F1 in popluar number systems.

HEXE1F5F1
Decimal225245241
Binary111000011111010111110001
Octal341365361

Shades and tints

Shades of #E1F5F1

#E1F5F1
(225,245,241)
#CDDFDC
(205,223,220)
#B9C9C7
(185,201,199)
#A5B3B2
(165,179,178)
#919D9D
(145,157,157)
#7D8788
(125,135,136)
#697173
(105,113,115)
#555B5E
(85,91,94)
#414549
(65,69,73)
#2D2F34
(45,47,52)
#19191F
(25,25,31)
#000000
(0,0,0)

Tints of #E1F5F1

#E1F5F1
(225,245,241)
#E3F5F2
(227,245,242)
#E5F5F3
(229,245,243)
#E7F5F4
(231,245,244)
#E9F5F5
(233,245,245)
#EBF5F6
(235,245,246)
#EDF5F7
(237,245,247)
#EFF5F8
(239,245,248)
#F1F5F9
(241,245,249)
#F3F5FA
(243,245,250)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F5F1; }

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

This text font color is #E1F5F1.


Background Color

.myBgColor { background-color: #E1F5F1; }

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

This div background color is #E1F5F1.


Border color

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

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

This div border color is #E1F5F1.


Opacity

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

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

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

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

This text has shadow with #E1F5F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F5F1 on black background.


Color preview on white background

This text has color #E1F5F1 on white background.



Black color preview on #E1F5F1 background

This text has black color on #E1F5F1 background.


White color preview on #E1F5F1 background

This text has white color on #E1F5F1 background.