COLOR #ECF3FB

HEX: #ECF3FB
RGB: (236,243,251)

Color info

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

RGB color model

#ECF3FB color RGB value is (236,243,251).

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

RGB channels and saturation

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

236
243
251

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

Portions of RGB colors in percentages

R + G + B =
236 + 243 + 251 = 730 (100%)
R 236 of 730 ~ 32.33%
G 243 of 730 ~ 33.29%
B 251 of 730 ~ 34.38%

%32.33
%33.29
%34.38

CMYK color model

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

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

CMYK percentages

%5.98
%3.19
%0
%1.57

Codes

Color #ECF3FB in popluar color models

ECF3FB
RGB236243251
HSL212°65.22%95.49%
HSB/HSV212°5.98%98.43%
CMYK5.98%3.19%0.00%
1.57%

Color #ECF3FB in popluar number systems.

HEXECF3FB
Decimal236243251
Binary111011001111001111111011
Octal354363373

Shades and tints

Shades of #ECF3FB

#ECF3FB
(236,243,251)
#D7DDE5
(215,221,229)
#C2C7CF
(194,199,207)
#ADB1B9
(173,177,185)
#989BA3
(152,155,163)
#83858D
(131,133,141)
#6E6F77
(110,111,119)
#595961
(89,89,97)
#44434B
(68,67,75)
#2F2D35
(47,45,53)
#1A171F
(26,23,31)
#000000
(0,0,0)

Tints of #ECF3FB

#ECF3FB
(236,243,251)
#EDF4FB
(237,244,251)
#EEF5FB
(238,245,251)
#EFF6FB
(239,246,251)
#F0F7FB
(240,247,251)
#F1F8FB
(241,248,251)
#F2F9FB
(242,249,251)
#F3FAFB
(243,250,251)
#F4FBFB
(244,251,251)
#F5FCFB
(245,252,251)
#F6FDFB
(246,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF3FB; }

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

This text font color is #ECF3FB.


Background Color

.myBgColor { background-color: #ECF3FB; }

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

This div background color is #ECF3FB.


Border color

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

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

This div border color is #ECF3FB.


Opacity

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

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

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

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

This text has shadow with #ECF3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF3FB on black background.


Color preview on white background

This text has color #ECF3FB on white background.



Black color preview on #ECF3FB background

This text has black color on #ECF3FB background.


White color preview on #ECF3FB background

This text has white color on #ECF3FB background.