COLOR #E1FAF9

HEX: #E1FAF9
RGB: (225,250,249)

Color info

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

RGB color model

#E1FAF9 color RGB value is (225,250,249).

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

RGB channels and saturation

R 225 of 255 = 88%
G 250 of 255 = 98%
B 249 of 255 = 98%

225
250
249

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

Portions of RGB colors in percentages

R + G + B =
225 + 250 + 249 = 724 (100%)
R 225 of 724 ~ 31.08%
G 250 of 724 ~ 34.53%
B 249 of 724 ~ 34.39%

%31.08
%34.53
%34.39

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 1.96%
CMYK:
(10,0,0,2)
C10M0Y0K2 
(10%,0%,0%,2%)
(0.10/0.00/0.00/0.02)	

CMYK percentages

%10
%0
%0.4
%1.96

Codes

Color #E1FAF9 in popluar color models

E1FAF9
RGB225250249
HSL178°71.43%93.14%
HSB/HSV178°10.00%98.04%
CMYK10.00%0.00%0.40%
1.96%

Color #E1FAF9 in popluar number systems.

HEXE1FAF9
Decimal225250249
Binary111000011111101011111001
Octal341372371

Shades and tints

Shades of #E1FAF9

#E1FAF9
(225,250,249)
#CDE4E3
(205,228,227)
#B9CECD
(185,206,205)
#A5B8B7
(165,184,183)
#91A2A1
(145,162,161)
#7D8C8B
(125,140,139)
#697675
(105,118,117)
#55605F
(85,96,95)
#414A49
(65,74,73)
#2D3433
(45,52,51)
#191E1D
(25,30,29)
#000000
(0,0,0)

Tints of #E1FAF9

#E1FAF9
(225,250,249)
#E3FAF9
(227,250,249)
#E5FAF9
(229,250,249)
#E7FAF9
(231,250,249)
#E9FAF9
(233,250,249)
#EBFAF9
(235,250,249)
#EDFAF9
(237,250,249)
#EFFAF9
(239,250,249)
#F1FAF9
(241,250,249)
#F3FAF9
(243,250,249)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FAF9; }

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

This text font color is #E1FAF9.


Background Color

.myBgColor { background-color: #E1FAF9; }

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

This div background color is #E1FAF9.


Border color

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

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

This div border color is #E1FAF9.


Opacity

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

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

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

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

This text has shadow with #E1FAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FAF9 on black background.


Color preview on white background

This text has color #E1FAF9 on white background.



Black color preview on #E1FAF9 background

This text has black color on #E1FAF9 background.


White color preview on #E1FAF9 background

This text has white color on #E1FAF9 background.