COLOR #ECF0FC

HEX: #ECF0FC
RGB: (236,240,252)

Color info

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

RGB color model

#ECF0FC color RGB value is (236,240,252).

  • red value is 236;
  • green value is 240;
  • blue value is 252.
RGB:
(236,240,252)
(93%,94%,99%)

RGB channels and saturation

R 236 of 255 = 93%
G 240 of 255 = 94%
B 252 of 255 = 99%

236
240
252

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

Portions of RGB colors in percentages

R + G + B =
236 + 240 + 252 = 728 (100%)
R 236 of 728 ~ 32.42%
G 240 of 728 ~ 32.97%
B 252 of 728 ~ 34.62%

%32.42
%32.97
%34.62

CMYK color model

#ECF0FC color CMYK value is (6,5,0,1).

  • cyan value is 6.35%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(6,5,0,1)
C6M5Y0K1 
(6%,5%,0%,1%)
(0.06/0.05/0.00/0.01)	

CMYK percentages

%6.35
%4.76
%0
%1.18

Codes

Color #ECF0FC in popluar color models

ECF0FC
RGB236240252
HSL225°72.73%95.69%
HSB/HSV225°6.35%98.82%
CMYK6.35%4.76%0.00%
1.18%

Color #ECF0FC in popluar number systems.

HEXECF0FC
Decimal236240252
Binary111011001111000011111100
Octal354360374

Shades and tints

Shades of #ECF0FC

#ECF0FC
(236,240,252)
#D7DBE6
(215,219,230)
#C2C6D0
(194,198,208)
#ADB1BA
(173,177,186)
#989CA4
(152,156,164)
#83878E
(131,135,142)
#6E7278
(110,114,120)
#595D62
(89,93,98)
#44484C
(68,72,76)
#2F3336
(47,51,54)
#1A1E20
(26,30,32)
#000000
(0,0,0)

Tints of #ECF0FC

#ECF0FC
(236,240,252)
#EDF1FC
(237,241,252)
#EEF2FC
(238,242,252)
#EFF3FC
(239,243,252)
#F0F4FC
(240,244,252)
#F1F5FC
(241,245,252)
#F2F6FC
(242,246,252)
#F3F7FC
(243,247,252)
#F4F8FC
(244,248,252)
#F5F9FC
(245,249,252)
#F6FAFC
(246,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF0FC color. Also use rgb(236,240,252) instead hex code.

Text Font Color

.myTextColor { color: #ECF0FC; }

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

This text font color is #ECF0FC.


Background Color

.myBgColor { background-color: #ECF0FC; }

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

This div background color is #ECF0FC.


Border color

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

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

This div border color is #ECF0FC.


Opacity

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

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

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

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

This text has shadow with #ECF0FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF0FC on black background.


Color preview on white background

This text has color #ECF0FC on white background.



Black color preview on #ECF0FC background

This text has black color on #ECF0FC background.


White color preview on #ECF0FC background

This text has white color on #ECF0FC background.