COLOR #E1FAEE

HEX: #E1FAEE
RGB: (225,250,238)

Color info

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

RGB color model

#E1FAEE color RGB value is (225,250,238).

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

RGB channels and saturation

R 225 of 255 = 88%
G 250 of 255 = 98%
B 238 of 255 = 93%

225
250
238

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

Portions of RGB colors in percentages

R + G + B =
225 + 250 + 238 = 713 (100%)
R 225 of 713 ~ 31.56%
G 250 of 713 ~ 35.06%
B 238 of 713 ~ 33.38%

%31.56
%35.06
%33.38

CMYK color model

#E1FAEE color CMYK value is (10,0,5,2).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(10,0,5,2)
C10M0Y5K2 
(10%,0%,5%,2%)
(0.10/0.00/0.05/0.02)	

CMYK percentages

%10
%0
%4.8
%1.96

Codes

Color #E1FAEE in popluar color models

E1FAEE
RGB225250238
HSL151°71.43%93.14%
HSB/HSV151°10.00%98.04%
CMYK10.00%0.00%4.80%
1.96%

Color #E1FAEE in popluar number systems.

HEXE1FAEE
Decimal225250238
Binary111000011111101011101110
Octal341372356

Shades and tints

Shades of #E1FAEE

#E1FAEE
(225,250,238)
#CDE4D9
(205,228,217)
#B9CEC4
(185,206,196)
#A5B8AF
(165,184,175)
#91A29A
(145,162,154)
#7D8C85
(125,140,133)
#697670
(105,118,112)
#55605B
(85,96,91)
#414A46
(65,74,70)
#2D3431
(45,52,49)
#191E1C
(25,30,28)
#000000
(0,0,0)

Tints of #E1FAEE

#E1FAEE
(225,250,238)
#E3FAEF
(227,250,239)
#E5FAF0
(229,250,240)
#E7FAF1
(231,250,241)
#E9FAF2
(233,250,242)
#EBFAF3
(235,250,243)
#EDFAF4
(237,250,244)
#EFFAF5
(239,250,245)
#F1FAF6
(241,250,246)
#F3FAF7
(243,250,247)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FAEE; }

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

This text font color is #E1FAEE.


Background Color

.myBgColor { background-color: #E1FAEE; }

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

This div background color is #E1FAEE.


Border color

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

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

This div border color is #E1FAEE.


Opacity

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

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

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

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

This text has shadow with #E1FAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FAEE on black background.


Color preview on white background

This text has color #E1FAEE on white background.



Black color preview on #E1FAEE background

This text has black color on #E1FAEE background.


White color preview on #E1FAEE background

This text has white color on #E1FAEE background.