COLOR #ECF3FA

HEX: #ECF3FA
RGB: (236,243,250)

Color info

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

RGB color model

#ECF3FA color RGB value is (236,243,250).

  • red value is 236;
  • green value is 243;
  • blue value is 250.
RGB:
(236,243,250)
(93%,95%,98%)

RGB channels and saturation

R 236 of 255 = 93%
G 243 of 255 = 95%
B 250 of 255 = 98%

236
243
250

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

Portions of RGB colors in percentages

R + G + B =
236 + 243 + 250 = 729 (100%)
R 236 of 729 ~ 32.37%
G 243 of 729 ~ 33.33%
B 250 of 729 ~ 34.29%

%32.37
%33.33
%34.29

CMYK color model

#ECF3FA color CMYK value is (6,3,0,2).

  • cyan value is 5.60%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(6,3,0,2)
C6M3Y0K2 
(6%,3%,0%,2%)
(0.06/0.03/0.00/0.02)	

CMYK percentages

%5.6
%2.8
%0
%1.96

Codes

Color #ECF3FA in popluar color models

ECF3FA
RGB236243250
HSL210°58.33%95.29%
HSB/HSV210°5.60%98.04%
CMYK5.60%2.80%0.00%
1.96%

Color #ECF3FA in popluar number systems.

HEXECF3FA
Decimal236243250
Binary111011001111001111111010
Octal354363372

Shades and tints

Shades of #ECF3FA

#ECF3FA
(236,243,250)
#D7DDE4
(215,221,228)
#C2C7CE
(194,199,206)
#ADB1B8
(173,177,184)
#989BA2
(152,155,162)
#83858C
(131,133,140)
#6E6F76
(110,111,118)
#595960
(89,89,96)
#44434A
(68,67,74)
#2F2D34
(47,45,52)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #ECF3FA

#ECF3FA
(236,243,250)
#EDF4FA
(237,244,250)
#EEF5FA
(238,245,250)
#EFF6FA
(239,246,250)
#F0F7FA
(240,247,250)
#F1F8FA
(241,248,250)
#F2F9FA
(242,249,250)
#F3FAFA
(243,250,250)
#F4FBFA
(244,251,250)
#F5FCFA
(245,252,250)
#F6FDFA
(246,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF3FA; }

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

This text font color is #ECF3FA.


Background Color

.myBgColor { background-color: #ECF3FA; }

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

This div background color is #ECF3FA.


Border color

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

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

This div border color is #ECF3FA.


Opacity

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

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

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

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

This text has shadow with #ECF3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF3FA on black background.


Color preview on white background

This text has color #ECF3FA on white background.



Black color preview on #ECF3FA background

This text has black color on #ECF3FA background.


White color preview on #ECF3FA background

This text has white color on #ECF3FA background.