COLOR #ECF7FB

HEX: #ECF7FB RGB: (236,247,251)

Color info

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

RGB color model

#ECF7FB color RGB value is (236,247,251).

RGB: (236,247,251) (93%, 97%, 98%)

RGB channels and saturation

R 236 of 255 = 93%
G 247 of 255 = 97%
B 251 of 255 = 98%

236
247
251

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

Portions of RGB colors in percentages

R + G + B = 236 + 247 + 251 = 734 (100%)
R 236 of 734 ~ 32.15%
G 247 of 734 ~ 33.65%
B 251 of 734 ~ 34.2'%

%32.15
%33.65
%34.2

CMYK color model

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

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

CMYK: (6,2,0,2)
C6M2Y0K2 (6%, 2%, 0%, 2%)
(0.06 / 0.02 / 0.00 / 0.02)

CMYK percentages

%5.98
%1.59
%0
%1.57

Codes

Color #ECF7FB in popluar color models

EC F7 FB
RGB 236 247 251
HSL 196° 65.22% 95.49%
HSB/HSV 196° 5.98% 98.43%
CMYK 5.98% 1.59% 0.00%
1.57%

Color #ECF7FB in popluar number systems.

HEX EC F7 FB
Decimal 236 247 251
Binary 11101100 11110111 11111011
Octal 354 367 373

Shades and tints

Shades of #ECF7FB

#ECF7FB
(236,247,251)
#D7E1E5
(215,225,229)
#C2CBCF
(194,203,207)
#ADB5B9
(173,181,185)
#989FA3
(152,159,163)
#83898D
(131,137,141)
#6E7377
(110,115,119)
#595D61
(89,93,97)
#44474B
(68,71,75)
#2F3135
(47,49,53)
#1A1B1F
(26,27,31)
#000000
(0,0,0)

Tints of #ECF7FB

#ECF7FB
(236,247,251)
#EDF7FB
(237,247,251)
#EEF7FB
(238,247,251)
#EFF7FB
(239,247,251)
#F0F7FB
(240,247,251)
#F1F7FB
(241,247,251)
#F2F7FB
(242,247,251)
#F3F7FB
(243,247,251)
#F4F7FB
(244,247,251)
#F5F7FB
(245,247,251)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF7FB; }

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

This text font color is #ECF7FB.

Background Color

.myBgColor { background-color: #ECF7FB; }

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

This div background color is #ECF7FB.

Border color

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

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

This div border color is #ECF7FB.

Opacity

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

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

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

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

This text has shadow with #ECF7FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF7FB.

Preview

Color preview on black background

This text has color #ECF7FB on black background.


Color preview on white background

This text has color #ECF7FB on white background.


Black color preview on #ECF7FB background

This text has black color on #ECF7FB background.


White color preview on #ECF7FB background

This text has white color on #ECF7FB background.


Related colors

Complementary color

Complementary color for #hex is #130804.


I love getcolorcode.com

Triadic colors

1 #FBECF7 and #F7FBEC with #ECF7FB are triadic colors.

2 #FBF7EC and #F7ECFB with #ECF7FB are triadic colors.