COLOR #ECFBFA

HEX: #ECFBFA
RGB: (236,251,250)

Color info

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

RGB color model

#ECFBFA color RGB value is (236,251,250).

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

RGB channels and saturation

R 236 of 255 = 93%
G 251 of 255 = 98%
B 250 of 255 = 98%

236
251
250

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

Portions of RGB colors in percentages

R + G + B =
236 + 251 + 250 = 737 (100%)
R 236 of 737 ~ 32.02%
G 251 of 737 ~ 34.06%
B 250 of 737 ~ 33.92%

%32.02
%34.06
%33.92

CMYK color model

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

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 1.57%
CMYK:
(6,0,0,2)
C6M0Y0K2 
(6%,0%,0%,2%)
(0.06/0.00/0.00/0.02)	

CMYK percentages

%5.98
%0
%0.4
%1.57

Codes

Color #ECFBFA in popluar color models

ECFBFA
RGB236251250
HSL176°65.22%95.49%
HSB/HSV176°5.98%98.43%
CMYK5.98%0.00%0.40%
1.57%

Color #ECFBFA in popluar number systems.

HEXECFBFA
Decimal236251250
Binary111011001111101111111010
Octal354373372

Shades and tints

Shades of #ECFBFA

#ECFBFA
(236,251,250)
#D7E5E4
(215,229,228)
#C2CFCE
(194,207,206)
#ADB9B8
(173,185,184)
#98A3A2
(152,163,162)
#838D8C
(131,141,140)
#6E7776
(110,119,118)
#596160
(89,97,96)
#444B4A
(68,75,74)
#2F3534
(47,53,52)
#1A1F1E
(26,31,30)
#000000
(0,0,0)

Tints of #ECFBFA

#ECFBFA
(236,251,250)
#EDFBFA
(237,251,250)
#EEFBFA
(238,251,250)
#EFFBFA
(239,251,250)
#F0FBFA
(240,251,250)
#F1FBFA
(241,251,250)
#F2FBFA
(242,251,250)
#F3FBFA
(243,251,250)
#F4FBFA
(244,251,250)
#F5FBFA
(245,251,250)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFBFA; }

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

This text font color is #ECFBFA.


Background Color

.myBgColor { background-color: #ECFBFA; }

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

This div background color is #ECFBFA.


Border color

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

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

This div border color is #ECFBFA.


Opacity

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

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

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

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

This text has shadow with #ECFBFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFBFA on black background.


Color preview on white background

This text has color #ECFBFA on white background.



Black color preview on #ECFBFA background

This text has black color on #ECFBFA background.


White color preview on #ECFBFA background

This text has white color on #ECFBFA background.