COLOR #E1F5EE

HEX: #E1F5EE
RGB: (225,245,238)

Color info

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

RGB color model

#E1F5EE color RGB value is (225,245,238).

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

RGB channels and saturation

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

225
245
238

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

Portions of RGB colors in percentages

R + G + B =
225 + 245 + 238 = 708 (100%)
R 225 of 708 ~ 31.78%
G 245 of 708 ~ 34.6%
B 238 of 708 ~ 33.62%

%31.78
%34.6
%33.62

CMYK color model

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

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 3.92%
CMYK:
(8,0,3,4)
C8M0Y3K4 
(8%,0%,3%,4%)
(0.08/0.00/0.03/0.04)	

CMYK percentages

%8.16
%0
%2.86
%3.92

Codes

Color #E1F5EE in popluar color models

E1F5EE
RGB225245238
HSL159°50.00%92.16%
HSB/HSV159°8.16%96.08%
CMYK8.16%0.00%2.86%
3.92%

Color #E1F5EE in popluar number systems.

HEXE1F5EE
Decimal225245238
Binary111000011111010111101110
Octal341365356

Shades and tints

Shades of #E1F5EE

#E1F5EE
(225,245,238)
#CDDFD9
(205,223,217)
#B9C9C4
(185,201,196)
#A5B3AF
(165,179,175)
#919D9A
(145,157,154)
#7D8785
(125,135,133)
#697170
(105,113,112)
#555B5B
(85,91,91)
#414546
(65,69,70)
#2D2F31
(45,47,49)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #E1F5EE

#E1F5EE
(225,245,238)
#E3F5EF
(227,245,239)
#E5F5F0
(229,245,240)
#E7F5F1
(231,245,241)
#E9F5F2
(233,245,242)
#EBF5F3
(235,245,243)
#EDF5F4
(237,245,244)
#EFF5F5
(239,245,245)
#F1F5F6
(241,245,246)
#F3F5F7
(243,245,247)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F5EE; }

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

This text font color is #E1F5EE.


Background Color

.myBgColor { background-color: #E1F5EE; }

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

This div background color is #E1F5EE.


Border color

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

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

This div border color is #E1F5EE.


Opacity

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

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

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

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

This text has shadow with #E1F5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F5EE on black background.


Color preview on white background

This text has color #E1F5EE on white background.



Black color preview on #E1F5EE background

This text has black color on #E1F5EE background.


White color preview on #E1F5EE background

This text has white color on #E1F5EE background.