COLOR #ECF5FC

HEX: #ECF5FC RGB: (236,245,252)

Color info

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

RGB color model

#ECF5FC color RGB value is (236,245,252).

RGB: (236,245,252) (93%, 96%, 99%)

RGB channels and saturation

R 236 of 255 = 93%
G 245 of 255 = 96%
B 252 of 255 = 99%

236
245
252

R + G + B ~ 96%. #ECF5FC is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 245 + 252 = 733 (100%)
R 236 of 733 ~ 32.2%
G 245 of 733 ~ 33.42%
B 252 of 733 ~ 34.38'%

%32.2
%33.42
%34.38

CMYK color model

#ECF5FC color CMYK value is (6,3,0,1).

  • cyan value is 6.35%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (6,3,0,1)
C6M3Y0K1 (6%, 3%, 0%, 1%)
(0.06 / 0.03 / 0.00 / 0.01)

CMYK percentages

%6.35
%2.78
%0
%1.18

Codes

Color #ECF5FC in popluar color models

EC F5 FC
RGB 236 245 252
HSL 206° 72.73% 95.69%
HSB/HSV 206° 6.35% 98.82%
CMYK 6.35% 2.78% 0.00%
1.18%

Color #ECF5FC in popluar number systems.

HEX EC F5 FC
Decimal 236 245 252
Binary 11101100 11110101 11111100
Octal 354 365 374

Shades and tints

Shades of #ECF5FC

#ECF5FC
(236,245,252)
#D7DFE6
(215,223,230)
#C2C9D0
(194,201,208)
#ADB3BA
(173,179,186)
#989DA4
(152,157,164)
#83878E
(131,135,142)
#6E7178
(110,113,120)
#595B62
(89,91,98)
#44454C
(68,69,76)
#2F2F36
(47,47,54)
#1A1920
(26,25,32)
#000000
(0,0,0)

Tints of #ECF5FC

#ECF5FC
(236,245,252)
#EDF5FC
(237,245,252)
#EEF5FC
(238,245,252)
#EFF5FC
(239,245,252)
#F0F5FC
(240,245,252)
#F1F5FC
(241,245,252)
#F2F5FC
(242,245,252)
#F3F5FC
(243,245,252)
#F4F5FC
(244,245,252)
#F5F5FC
(245,245,252)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF5FC; }

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

This text font color is #ECF5FC.

Background Color

.myBgColor { background-color: #ECF5FC; }

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

This div background color is #ECF5FC.

Border color

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

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

This div border color is #ECF5FC.

Opacity

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

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

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

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

This text has shadow with #ECF5FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF5FC.

Preview

Color preview on black background

This text has color #ECF5FC on black background.


Color preview on white background

This text has color #ECF5FC on white background.


Black color preview on #ECF5FC background

This text has black color on #ECF5FC background.


White color preview on #ECF5FC background

This text has white color on #ECF5FC background.


Related colors

Complementary color

Complementary color for #hex is #130A03.


I love getcolorcode.com

Triadic colors

1 #FCECF5 and #F5FCEC with #ECF5FC are triadic colors.

2 #FCF5EC and #F5ECFC with #ECF5FC are triadic colors.