COLOR #ECF0FB

HEX: #ECF0FB RGB: (236,240,251)

Color info

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

RGB color model

#ECF0FB color RGB value is (236,240,251).

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

RGB channels and saturation

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

236
240
251

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

Portions of RGB colors in percentages

R + G + B = 236 + 240 + 251 = 727 (100%)
R 236 of 727 ~ 32.46%
G 240 of 727 ~ 33.01%
B 251 of 727 ~ 34.53'%

%32.46
%33.01
%34.53

CMYK color model

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

  • cyan value is 5.98%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 1.57%

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

CMYK percentages

%5.98
%4.38
%0
%1.57

Codes

Color #ECF0FB in popluar color models

EC F0 FB
RGB 236 240 251
HSL 224° 65.22% 95.49%
HSB/HSV 224° 5.98% 98.43%
CMYK 5.98% 4.38% 0.00%
1.57%

Color #ECF0FB in popluar number systems.

HEX EC F0 FB
Decimal 236 240 251
Binary 11101100 11110000 11111011
Octal 354 360 373

Shades and tints

Shades of #ECF0FB

#ECF0FB
(236,240,251)
#D7DBE5
(215,219,229)
#C2C6CF
(194,198,207)
#ADB1B9
(173,177,185)
#989CA3
(152,156,163)
#83878D
(131,135,141)
#6E7277
(110,114,119)
#595D61
(89,93,97)
#44484B
(68,72,75)
#2F3335
(47,51,53)
#1A1E1F
(26,30,31)
#000000
(0,0,0)

Tints of #ECF0FB

#ECF0FB
(236,240,251)
#EDF1FB
(237,241,251)
#EEF2FB
(238,242,251)
#EFF3FB
(239,243,251)
#F0F4FB
(240,244,251)
#F1F5FB
(241,245,251)
#F2F6FB
(242,246,251)
#F3F7FB
(243,247,251)
#F4F8FB
(244,248,251)
#F5F9FB
(245,249,251)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF0FB; }

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

This text font color is #ECF0FB.

Background Color

.myBgColor { background-color: #ECF0FB; }

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

This div background color is #ECF0FB.

Border color

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

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

This div border color is #ECF0FB.

Opacity

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

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

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

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

This text has shadow with #ECF0FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF0FB.

Preview

Color preview on black background

This text has color #ECF0FB on black background.


Color preview on white background

This text has color #ECF0FB on white background.


Black color preview on #ECF0FB background

This text has black color on #ECF0FB background.


White color preview on #ECF0FB background

This text has white color on #ECF0FB background.


Related colors

Complementary color

Complementary color for #hex is #130F04.


I love getcolorcode.com

Triadic colors

1 #FBECF0 and #F0FBEC with #ECF0FB are triadic colors.

2 #FBF0EC and #F0ECFB with #ECF0FB are triadic colors.