COLOR #ECF8FA

HEX: #ECF8FA RGB: (236,248,250)

Color info

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

RGB color model

#ECF8FA color RGB value is (236,248,250).

RGB: (236,248,250) (93%, 97%, 98%)

RGB channels and saturation

R 236 of 255 = 93%
G 248 of 255 = 97%
B 250 of 255 = 98%

236
248
250

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

Portions of RGB colors in percentages

R + G + B = 236 + 248 + 250 = 734 (100%)
R 236 of 734 ~ 32.15%
G 248 of 734 ~ 33.79%
B 250 of 734 ~ 34.06'%

%32.15
%33.79
%34.06

CMYK color model

#ECF8FA color CMYK value is (6,1,0,2).

  • cyan value is 5.60%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (6,1,0,2)
C6M1Y0K2 (6%, 1%, 0%, 2%)
(0.06 / 0.01 / 0.00 / 0.02)

CMYK percentages

%5.6
%0.8
%0
%1.96

Codes

Color #ECF8FA in popluar color models

EC F8 FA
RGB 236 248 250
HSL 189° 58.33% 95.29%
HSB/HSV 189° 5.60% 98.04%
CMYK 5.60% 0.80% 0.00%
1.96%

Color #ECF8FA in popluar number systems.

HEX EC F8 FA
Decimal 236 248 250
Binary 11101100 11111000 11111010
Octal 354 370 372

Shades and tints

Shades of #ECF8FA

#ECF8FA
(236,248,250)
#D7E2E4
(215,226,228)
#C2CCCE
(194,204,206)
#ADB6B8
(173,182,184)
#98A0A2
(152,160,162)
#838A8C
(131,138,140)
#6E7476
(110,116,118)
#595E60
(89,94,96)
#44484A
(68,72,74)
#2F3234
(47,50,52)
#1A1C1E
(26,28,30)
#000000
(0,0,0)

Tints of #ECF8FA

#ECF8FA
(236,248,250)
#EDF8FA
(237,248,250)
#EEF8FA
(238,248,250)
#EFF8FA
(239,248,250)
#F0F8FA
(240,248,250)
#F1F8FA
(241,248,250)
#F2F8FA
(242,248,250)
#F3F8FA
(243,248,250)
#F4F8FA
(244,248,250)
#F5F8FA
(245,248,250)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF8FA; }

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

This text font color is #ECF8FA.

Background Color

.myBgColor { background-color: #ECF8FA; }

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

This div background color is #ECF8FA.

Border color

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

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

This div border color is #ECF8FA.

Opacity

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

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

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

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

This text has shadow with #ECF8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF8FA.

Preview

Color preview on black background

This text has color #ECF8FA on black background.


Color preview on white background

This text has color #ECF8FA on white background.


Black color preview on #ECF8FA background

This text has black color on #ECF8FA background.


White color preview on #ECF8FA background

This text has white color on #ECF8FA background.


Related colors

Complementary color

Complementary color for #hex is #130705.


I love getcolorcode.com

Triadic colors

1 #FAECF8 and #F8FAEC with #ECF8FA are triadic colors.

2 #FAF8EC and #F8ECFA with #ECF8FA are triadic colors.