COLOR #ECFDFC

HEX: #ECFDFC RGB: (236,253,252)

Color info

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

RGB color model

#ECFDFC color RGB value is (236,253,252).

RGB: (236,253,252) (93%, 99%, 99%)

RGB channels and saturation

R 236 of 255 = 93%
G 253 of 255 = 99%
B 252 of 255 = 99%

236
253
252

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

Portions of RGB colors in percentages

R + G + B = 236 + 253 + 252 = 741 (100%)
R 236 of 741 ~ 31.85%
G 253 of 741 ~ 34.14%
B 252 of 741 ~ 34.01'%

%31.85
%34.14
%34.01

CMYK color model

#ECFDFC color CMYK value is (7,0,0,1).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 0.78%

CMYK: (7,0,0,1)
C7M0Y0K1 (7%, 0%, 0%, 1%)
(0.07 / 0.00 / 0.00 / 0.01)

CMYK percentages

%6.72
%0
%0.4
%0.78

Codes

Color #ECFDFC in popluar color models

EC FD FC
RGB 236 253 252
HSL 176° 80.95% 95.88%
HSB/HSV 176° 6.72% 99.22%
CMYK 6.72% 0.00% 0.40%
0.78%

Color #ECFDFC in popluar number systems.

HEX EC FD FC
Decimal 236 253 252
Binary 11101100 11111101 11111100
Octal 354 375 374

Shades and tints

Shades of #ECFDFC

#ECFDFC
(236,253,252)
#D7E6E6
(215,230,230)
#C2CFD0
(194,207,208)
#ADB8BA
(173,184,186)
#98A1A4
(152,161,164)
#838A8E
(131,138,142)
#6E7378
(110,115,120)
#595C62
(89,92,98)
#44454C
(68,69,76)
#2F2E36
(47,46,54)
#1A1720
(26,23,32)
#000000
(0,0,0)

Tints of #ECFDFC

#ECFDFC
(236,253,252)
#EDFDFC
(237,253,252)
#EEFDFC
(238,253,252)
#EFFDFC
(239,253,252)
#F0FDFC
(240,253,252)
#F1FDFC
(241,253,252)
#F2FDFC
(242,253,252)
#F3FDFC
(243,253,252)
#F4FDFC
(244,253,252)
#F5FDFC
(245,253,252)
#F6FDFC
(246,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFDFC; }

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

This text font color is #ECFDFC.

Background Color

.myBgColor { background-color: #ECFDFC; }

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

This div background color is #ECFDFC.

Border color

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

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

This div border color is #ECFDFC.

Opacity

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

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

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

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

This text has shadow with #ECFDFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFDFC.

Preview

Color preview on black background

This text has color #ECFDFC on black background.


Color preview on white background

This text has color #ECFDFC on white background.


Black color preview on #ECFDFC background

This text has black color on #ECFDFC background.


White color preview on #ECFDFC background

This text has white color on #ECFDFC background.


Related colors

Complementary color

Complementary color for #hex is #130203.


I love getcolorcode.com

Triadic colors

1 #FCECFD and #FDFCEC with #ECFDFC are triadic colors.

2 #FCFDEC and #FDECFC with #ECFDFC are triadic colors.