COLOR #E1F4FF

HEX: #E1F4FF
RGB: (225,244,255)

Color info

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

RGB color model

#E1F4FF color RGB value is (225,244,255).

  • red value is 225;
  • green value is 244;
  • blue value is 255.
RGB:
(225,244,255)
(88%,96%,100%)

RGB channels and saturation

R 225 of 255 = 88%
G 244 of 255 = 96%
B 255 of 255 = 100%

225
244
255

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

Portions of RGB colors in percentages

R + G + B =
225 + 244 + 255 = 724 (100%)
R 225 of 724 ~ 31.08%
G 244 of 724 ~ 33.7%
B 255 of 724 ~ 35.22%

%31.08
%33.7
%35.22

CMYK color model

#E1F4FF color CMYK value is (12,4,0,0).

  • cyan value is 11.76%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(12,4,0,0)
C12M4Y0K0 
(12%,4%,0%,0%)
(0.12/0.04/0.00/0.00)	

CMYK percentages

%11.76
%4.31
%0
%0

Codes

Color #E1F4FF in popluar color models

E1F4FF
RGB225244255
HSL202°100.00%94.12%
HSB/HSV202°11.76%100.00%
CMYK11.76%4.31%0.00%
0.00%

Color #E1F4FF in popluar number systems.

HEXE1F4FF
Decimal225244255
Binary111000011111010011111111
Octal341364377

Shades and tints

Shades of #E1F4FF

#E1F4FF
(225,244,255)
#CDDEE8
(205,222,232)
#B9C8D1
(185,200,209)
#A5B2BA
(165,178,186)
#919CA3
(145,156,163)
#7D868C
(125,134,140)
#697075
(105,112,117)
#555A5E
(85,90,94)
#414447
(65,68,71)
#2D2E30
(45,46,48)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #E1F4FF

#E1F4FF
(225,244,255)
#E3F5FF
(227,245,255)
#E5F6FF
(229,246,255)
#E7F7FF
(231,247,255)
#E9F8FF
(233,248,255)
#EBF9FF
(235,249,255)
#EDFAFF
(237,250,255)
#EFFBFF
(239,251,255)
#F1FCFF
(241,252,255)
#F3FDFF
(243,253,255)
#F5FEFF
(245,254,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F4FF color. Also use rgb(225,244,255) instead hex code.

Text Font Color

.myTextColor { color: #E1F4FF; }

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

This text font color is #E1F4FF.


Background Color

.myBgColor { background-color: #E1F4FF; }

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

This div background color is #E1F4FF.


Border color

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

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

This div border color is #E1F4FF.


Opacity

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

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

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

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

This text has shadow with #E1F4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F4FF on black background.


Color preview on white background

This text has color #E1F4FF on white background.



Black color preview on #E1F4FF background

This text has black color on #E1F4FF background.


White color preview on #E1F4FF background

This text has white color on #E1F4FF background.