COLOR #ECFCF6

HEX: #ECFCF6
RGB: (236,252,246)

Color info

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

RGB color model

#ECFCF6 color RGB value is (236,252,246).

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

RGB channels and saturation

R 236 of 255 = 93%
G 252 of 255 = 99%
B 246 of 255 = 96%

236
252
246

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

Portions of RGB colors in percentages

R + G + B =
236 + 252 + 246 = 734 (100%)
R 236 of 734 ~ 32.15%
G 252 of 734 ~ 34.33%
B 246 of 734 ~ 33.51%

%32.15
%34.33
%33.51

CMYK color model

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

  • cyan value is 6.35%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • 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
%2.38
%1.18

Codes

Color #ECFCF6 in popluar color models

ECFCF6
RGB236252246
HSL158°72.73%95.69%
HSB/HSV158°6.35%98.82%
CMYK6.35%0.00%2.38%
1.18%

Color #ECFCF6 in popluar number systems.

HEXECFCF6
Decimal236252246
Binary111011001111110011110110
Octal354374366

Shades and tints

Shades of #ECFCF6

#ECFCF6
(236,252,246)
#D7E6E0
(215,230,224)
#C2D0CA
(194,208,202)
#ADBAB4
(173,186,180)
#98A49E
(152,164,158)
#838E88
(131,142,136)
#6E7872
(110,120,114)
#59625C
(89,98,92)
#444C46
(68,76,70)
#2F3630
(47,54,48)
#1A201A
(26,32,26)
#000000
(0,0,0)

Tints of #ECFCF6

#ECFCF6
(236,252,246)
#EDFCF6
(237,252,246)
#EEFCF6
(238,252,246)
#EFFCF6
(239,252,246)
#F0FCF6
(240,252,246)
#F1FCF6
(241,252,246)
#F2FCF6
(242,252,246)
#F3FCF6
(243,252,246)
#F4FCF6
(244,252,246)
#F5FCF6
(245,252,246)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFCF6; }

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

This text font color is #ECFCF6.


Background Color

.myBgColor { background-color: #ECFCF6; }

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

This div background color is #ECFCF6.


Border color

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

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

This div border color is #ECFCF6.


Opacity

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

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

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

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

This text has shadow with #ECFCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFCF6 on black background.


Color preview on white background

This text has color #ECFCF6 on white background.



Black color preview on #ECFCF6 background

This text has black color on #ECFCF6 background.


White color preview on #ECFCF6 background

This text has white color on #ECFCF6 background.