COLOR #ECFDF9

HEX: #ECFDF9
RGB: (236,253,249)

Color info

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

RGB color model

#ECFDF9 color RGB value is (236,253,249).

  • red value is 236;
  • green value is 253;
  • blue value is 249.
RGB:
(236,253,249)
(93%,99%,98%)

RGB channels and saturation

R 236 of 255 = 93%
G 253 of 255 = 99%
B 249 of 255 = 98%

236
253
249

R + G + B ~ 97%. #ECFDF9 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 253 + 249 = 738 (100%)
R 236 of 738 ~ 31.98%
G 253 of 738 ~ 34.28%
B 249 of 738 ~ 33.74%

%31.98
%34.28
%33.74

CMYK color model

#ECFDF9 color CMYK value is (7,0,2,1).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 0.78%
CMYK:
(7,0,2,1)
C7M0Y2K1 
(7%,0%,2%,1%)
(0.07/0.00/0.02/0.01)	

CMYK percentages

%6.72
%0
%1.58
%0.78

Codes

Color #ECFDF9 in popluar color models

ECFDF9
RGB236253249
HSL166°80.95%95.88%
HSB/HSV166°6.72%99.22%
CMYK6.72%0.00%1.58%
0.78%

Color #ECFDF9 in popluar number systems.

HEXECFDF9
Decimal236253249
Binary111011001111110111111001
Octal354375371

Shades and tints

Shades of #ECFDF9

#ECFDF9
(236,253,249)
#D7E6E3
(215,230,227)
#C2CFCD
(194,207,205)
#ADB8B7
(173,184,183)
#98A1A1
(152,161,161)
#838A8B
(131,138,139)
#6E7375
(110,115,117)
#595C5F
(89,92,95)
#444549
(68,69,73)
#2F2E33
(47,46,51)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #ECFDF9

#ECFDF9
(236,253,249)
#EDFDF9
(237,253,249)
#EEFDF9
(238,253,249)
#EFFDF9
(239,253,249)
#F0FDF9
(240,253,249)
#F1FDF9
(241,253,249)
#F2FDF9
(242,253,249)
#F3FDF9
(243,253,249)
#F4FDF9
(244,253,249)
#F5FDF9
(245,253,249)
#F6FDF9
(246,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECFDF9 color. Also use rgb(236,253,249) instead hex code.

Text Font Color

.myTextColor { color: #ECFDF9; }

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

This text font color is #ECFDF9.


Background Color

.myBgColor { background-color: #ECFDF9; }

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

This div background color is #ECFDF9.


Border color

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

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

This div border color is #ECFDF9.


Opacity

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

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

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

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

This text has shadow with #ECFDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFDF9 on black background.


Color preview on white background

This text has color #ECFDF9 on white background.



Black color preview on #ECFDF9 background

This text has black color on #ECFDF9 background.


White color preview on #ECFDF9 background

This text has white color on #ECFDF9 background.