COLOR #ECFCF8

HEX: #ECFCF8
RGB: (236,252,248)

Color info

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

RGB color model

#ECFCF8 color RGB value is (236,252,248).

  • red value is 236;
  • green value is 252;
  • blue value is 248.
RGB:
(236,252,248)
(93%,99%,97%)

RGB channels and saturation

R 236 of 255 = 93%
G 252 of 255 = 99%
B 248 of 255 = 97%

236
252
248

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

Portions of RGB colors in percentages

R + G + B =
236 + 252 + 248 = 736 (100%)
R 236 of 736 ~ 32.07%
G 252 of 736 ~ 34.24%
B 248 of 736 ~ 33.7%

%32.07
%34.24
%33.7

CMYK color model

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

  • cyan value is 6.35%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 1.18%
CMYK:
(6,0,2,1)
C6M0Y2K1 
(6%,0%,2%,1%)
(0.06/0.00/0.02/0.01)	

CMYK percentages

%6.35
%0
%1.59
%1.18

Codes

Color #ECFCF8 in popluar color models

ECFCF8
RGB236252248
HSL165°72.73%95.69%
HSB/HSV165°6.35%98.82%
CMYK6.35%0.00%1.59%
1.18%

Color #ECFCF8 in popluar number systems.

HEXECFCF8
Decimal236252248
Binary111011001111110011111000
Octal354374370

Shades and tints

Shades of #ECFCF8

#ECFCF8
(236,252,248)
#D7E6E2
(215,230,226)
#C2D0CC
(194,208,204)
#ADBAB6
(173,186,182)
#98A4A0
(152,164,160)
#838E8A
(131,142,138)
#6E7874
(110,120,116)
#59625E
(89,98,94)
#444C48
(68,76,72)
#2F3632
(47,54,50)
#1A201C
(26,32,28)
#000000
(0,0,0)

Tints of #ECFCF8

#ECFCF8
(236,252,248)
#EDFCF8
(237,252,248)
#EEFCF8
(238,252,248)
#EFFCF8
(239,252,248)
#F0FCF8
(240,252,248)
#F1FCF8
(241,252,248)
#F2FCF8
(242,252,248)
#F3FCF8
(243,252,248)
#F4FCF8
(244,252,248)
#F5FCF8
(245,252,248)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECFCF8 color. Also use rgb(236,252,248) instead hex code.

Text Font Color

.myTextColor { color: #ECFCF8; }

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

This text font color is #ECFCF8.


Background Color

.myBgColor { background-color: #ECFCF8; }

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

This div background color is #ECFCF8.


Border color

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

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

This div border color is #ECFCF8.


Opacity

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

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

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

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

This text has shadow with #ECFCF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFCF8 on black background.


Color preview on white background

This text has color #ECFCF8 on white background.



Black color preview on #ECFCF8 background

This text has black color on #ECFCF8 background.


White color preview on #ECFCF8 background

This text has white color on #ECFCF8 background.