COLOR #ECF8FE

HEX: #ECF8FE
RGB: (236,248,254)

Color info

#ECF8FE contains red, green and blue colors in about the same proportion. Web safe color of #ECF8FE is #FFFFFF (or #FFF).

RGB color model

#ECF8FE color RGB value is (236,248,254).

  • red value is 236;
  • green value is 248;
  • blue value is 254.
RGB:
(236,248,254)
(93%,97%,100%)

RGB channels and saturation

R 236 of 255 = 93%
G 248 of 255 = 97%
B 254 of 255 = 100%

236
248
254

R + G + B ~ 97%. #ECF8FE is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 248 + 254 = 738 (100%)
R 236 of 738 ~ 31.98%
G 248 of 738 ~ 33.6%
B 254 of 738 ~ 34.42%

%31.98
%33.6
%34.42

CMYK color model

#ECF8FE color CMYK value is (7,2,0,0).

  • cyan value is 7.09%
  • magenta value is 2.36%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(7,2,0,0)
C7M2Y0K0 
(7%,2%,0%,0%)
(0.07/0.02/0.00/0.00)	

CMYK percentages

%7.09
%2.36
%0
%0.39

Codes

Color #ECF8FE in popluar color models

ECF8FE
RGB236248254
HSL200°90.00%96.08%
HSB/HSV200°7.09%99.61%
CMYK7.09%2.36%0.00%
0.39%

Color #ECF8FE in popluar number systems.

HEXECF8FE
Decimal236248254
Binary111011001111100011111110
Octal354370376

Shades and tints

Shades of #ECF8FE

#ECF8FE
(236,248,254)
#D7E2E7
(215,226,231)
#C2CCD0
(194,204,208)
#ADB6B9
(173,182,185)
#98A0A2
(152,160,162)
#838A8B
(131,138,139)
#6E7474
(110,116,116)
#595E5D
(89,94,93)
#444846
(68,72,70)
#2F322F
(47,50,47)
#1A1C18
(26,28,24)
#000000
(0,0,0)

Tints of #ECF8FE

#ECF8FE
(236,248,254)
#EDF8FE
(237,248,254)
#EEF8FE
(238,248,254)
#EFF8FE
(239,248,254)
#F0F8FE
(240,248,254)
#F1F8FE
(241,248,254)
#F2F8FE
(242,248,254)
#F3F8FE
(243,248,254)
#F4F8FE
(244,248,254)
#F5F8FE
(245,248,254)
#F6F8FE
(246,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF8FE color. Also use rgb(236,248,254) instead hex code.

Text Font Color

.myTextColor { color: #ECF8FE; }

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

This text font color is #ECF8FE.


Background Color

.myBgColor { background-color: #ECF8FE; }

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

This div background color is #ECF8FE.


Border color

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

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

This div border color is #ECF8FE.


Opacity

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

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

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

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

This text has shadow with #ECF8FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF8FE on black background.


Color preview on white background

This text has color #ECF8FE on white background.



Black color preview on #ECF8FE background

This text has black color on #ECF8FE background.


White color preview on #ECF8FE background

This text has white color on #ECF8FE background.