COLOR #E1FAFE

HEX: #E1FAFE
RGB: (225,250,254)

Color info

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

RGB color model

#E1FAFE color RGB value is (225,250,254).

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

RGB channels and saturation

R 225 of 255 = 88%
G 250 of 255 = 98%
B 254 of 255 = 100%

225
250
254

R + G + B ~ 95%. #E1FAFE is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 250 + 254 = 729 (100%)
R 225 of 729 ~ 30.86%
G 250 of 729 ~ 34.29%
B 254 of 729 ~ 34.84%

%30.86
%34.29
%34.84

CMYK color model

#E1FAFE color CMYK value is (11,2,0,0).

  • cyan value is 11.42%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(11,2,0,0)
C11M2Y0K0 
(11%,2%,0%,0%)
(0.11/0.02/0.00/0.00)	

CMYK percentages

%11.42
%1.57
%0
%0.39

Codes

Color #E1FAFE in popluar color models

E1FAFE
RGB225250254
HSL188°93.55%93.92%
HSB/HSV188°11.42%99.61%
CMYK11.42%1.57%0.00%
0.39%

Color #E1FAFE in popluar number systems.

HEXE1FAFE
Decimal225250254
Binary111000011111101011111110
Octal341372376

Shades and tints

Shades of #E1FAFE

#E1FAFE
(225,250,254)
#CDE4E7
(205,228,231)
#B9CED0
(185,206,208)
#A5B8B9
(165,184,185)
#91A2A2
(145,162,162)
#7D8C8B
(125,140,139)
#697674
(105,118,116)
#55605D
(85,96,93)
#414A46
(65,74,70)
#2D342F
(45,52,47)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #E1FAFE

#E1FAFE
(225,250,254)
#E3FAFE
(227,250,254)
#E5FAFE
(229,250,254)
#E7FAFE
(231,250,254)
#E9FAFE
(233,250,254)
#EBFAFE
(235,250,254)
#EDFAFE
(237,250,254)
#EFFAFE
(239,250,254)
#F1FAFE
(241,250,254)
#F3FAFE
(243,250,254)
#F5FAFE
(245,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FAFE; }

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

This text font color is #E1FAFE.


Background Color

.myBgColor { background-color: #E1FAFE; }

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

This div background color is #E1FAFE.


Border color

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

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

This div border color is #E1FAFE.


Opacity

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

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

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

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

This text has shadow with #E1FAFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FAFE on black background.


Color preview on white background

This text has color #E1FAFE on white background.



Black color preview on #E1FAFE background

This text has black color on #E1FAFE background.


White color preview on #E1FAFE background

This text has white color on #E1FAFE background.