COLOR #E1FDFC

HEX: #E1FDFC
RGB: (225,253,252)

Color info

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

RGB color model

#E1FDFC color RGB value is (225,253,252).

  • red value is 225;
  • green value is 253;
  • blue value is 252.
RGB:
(225,253,252)
(88%,99%,99%)

RGB channels and saturation

R 225 of 255 = 88%
G 253 of 255 = 99%
B 252 of 255 = 99%

225
253
252

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

Portions of RGB colors in percentages

R + G + B =
225 + 253 + 252 = 730 (100%)
R 225 of 730 ~ 30.82%
G 253 of 730 ~ 34.66%
B 252 of 730 ~ 34.52%

%30.82
%34.66
%34.52

CMYK color model

#E1FDFC color CMYK value is (11,0,0,1).

  • cyan value is 11.07%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 0.78%
CMYK:
(11,0,0,1)
C11M0Y0K1 
(11%,0%,0%,1%)
(0.11/0.00/0.00/0.01)	

CMYK percentages

%11.07
%0
%0.4
%0.78

Codes

Color #E1FDFC in popluar color models

E1FDFC
RGB225253252
HSL178°87.50%93.73%
HSB/HSV178°11.07%99.22%
CMYK11.07%0.00%0.40%
0.78%

Color #E1FDFC in popluar number systems.

HEXE1FDFC
Decimal225253252
Binary111000011111110111111100
Octal341375374

Shades and tints

Shades of #E1FDFC

#E1FDFC
(225,253,252)
#CDE6E6
(205,230,230)
#B9CFD0
(185,207,208)
#A5B8BA
(165,184,186)
#91A1A4
(145,161,164)
#7D8A8E
(125,138,142)
#697378
(105,115,120)
#555C62
(85,92,98)
#41454C
(65,69,76)
#2D2E36
(45,46,54)
#191720
(25,23,32)
#000000
(0,0,0)

Tints of #E1FDFC

#E1FDFC
(225,253,252)
#E3FDFC
(227,253,252)
#E5FDFC
(229,253,252)
#E7FDFC
(231,253,252)
#E9FDFC
(233,253,252)
#EBFDFC
(235,253,252)
#EDFDFC
(237,253,252)
#EFFDFC
(239,253,252)
#F1FDFC
(241,253,252)
#F3FDFC
(243,253,252)
#F5FDFC
(245,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1FDFC color. Also use rgb(225,253,252) instead hex code.

Text Font Color

.myTextColor { color: #E1FDFC; }

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

This text font color is #E1FDFC.


Background Color

.myBgColor { background-color: #E1FDFC; }

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

This div background color is #E1FDFC.


Border color

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

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

This div border color is #E1FDFC.


Opacity

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

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

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

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

This text has shadow with #E1FDFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FDFC on black background.


Color preview on white background

This text has color #E1FDFC on white background.



Black color preview on #E1FDFC background

This text has black color on #E1FDFC background.


White color preview on #E1FDFC background

This text has white color on #E1FDFC background.