COLOR #ECF0FA

HEX: #ECF0FA RGB: (236,240,250)

Color info

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

RGB color model

#ECF0FA color RGB value is (236,240,250).

RGB: (236,240,250) (93%, 94%, 98%)

RGB channels and saturation

R 236 of 255 = 93%
G 240 of 255 = 94%
B 250 of 255 = 98%

236
240
250

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

Portions of RGB colors in percentages

R + G + B = 236 + 240 + 250 = 726 (100%)
R 236 of 726 ~ 32.51%
G 240 of 726 ~ 33.06%
B 250 of 726 ~ 34.44'%

%32.51
%33.06
%34.44

CMYK color model

#ECF0FA color CMYK value is (6,4,0,2).

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

CMYK: (6,4,0,2)
C6M4Y0K2 (6%, 4%, 0%, 2%)
(0.06 / 0.04 / 0.00 / 0.02)

CMYK percentages

%5.6
%4
%0
%1.96

Codes

Color #ECF0FA in popluar color models

EC F0 FA
RGB 236 240 250
HSL 223° 58.33% 95.29%
HSB/HSV 223° 5.60% 98.04%
CMYK 5.60% 4.00% 0.00%
1.96%

Color #ECF0FA in popluar number systems.

HEX EC F0 FA
Decimal 236 240 250
Binary 11101100 11110000 11111010
Octal 354 360 372

Shades and tints

Shades of #ECF0FA

#ECF0FA
(236,240,250)
#D7DBE4
(215,219,228)
#C2C6CE
(194,198,206)
#ADB1B8
(173,177,184)
#989CA2
(152,156,162)
#83878C
(131,135,140)
#6E7276
(110,114,118)
#595D60
(89,93,96)
#44484A
(68,72,74)
#2F3334
(47,51,52)
#1A1E1E
(26,30,30)
#000000
(0,0,0)

Tints of #ECF0FA

#ECF0FA
(236,240,250)
#EDF1FA
(237,241,250)
#EEF2FA
(238,242,250)
#EFF3FA
(239,243,250)
#F0F4FA
(240,244,250)
#F1F5FA
(241,245,250)
#F2F6FA
(242,246,250)
#F3F7FA
(243,247,250)
#F4F8FA
(244,248,250)
#F5F9FA
(245,249,250)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF0FA; }

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

This text font color is #ECF0FA.

Background Color

.myBgColor { background-color: #ECF0FA; }

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

This div background color is #ECF0FA.

Border color

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

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

This div border color is #ECF0FA.

Opacity

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

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

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

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

This text has shadow with #ECF0FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF0FA.

Preview

Color preview on black background

This text has color #ECF0FA on black background.


Color preview on white background

This text has color #ECF0FA on white background.


Black color preview on #ECF0FA background

This text has black color on #ECF0FA background.


White color preview on #ECF0FA background

This text has white color on #ECF0FA background.


Related colors

Complementary color

Complementary color for #hex is #130F05.


I love getcolorcode.com

Triadic colors

1 #FAECF0 and #F0FAEC with #ECF0FA are triadic colors.

2 #FAF0EC and #F0ECFA with #ECF0FA are triadic colors.