COLOR #ECFDEF

HEX: #ECFDEF
RGB: (236,253,239)

Color info

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

RGB color model

#ECFDEF color RGB value is (236,253,239).

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

RGB channels and saturation

R 236 of 255 = 93%
G 253 of 255 = 99%
B 239 of 255 = 94%

236
253
239

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

Portions of RGB colors in percentages

R + G + B =
236 + 253 + 239 = 728 (100%)
R 236 of 728 ~ 32.42%
G 253 of 728 ~ 34.75%
B 239 of 728 ~ 32.83%

%32.42
%34.75
%32.83

CMYK color model

#ECFDEF color CMYK value is (7,0,6,1).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 0.78%
CMYK:
(7,0,6,1)
C7M0Y6K1 
(7%,0%,6%,1%)
(0.07/0.00/0.06/0.01)	

CMYK percentages

%6.72
%0
%5.53
%0.78

Codes

Color #ECFDEF in popluar color models

ECFDEF
RGB236253239
HSL131°80.95%95.88%
HSB/HSV131°6.72%99.22%
CMYK6.72%0.00%5.53%
0.78%

Color #ECFDEF in popluar number systems.

HEXECFDEF
Decimal236253239
Binary111011001111110111101111
Octal354375357

Shades and tints

Shades of #ECFDEF

#ECFDEF
(236,253,239)
#D7E6DA
(215,230,218)
#C2CFC5
(194,207,197)
#ADB8B0
(173,184,176)
#98A19B
(152,161,155)
#838A86
(131,138,134)
#6E7371
(110,115,113)
#595C5C
(89,92,92)
#444547
(68,69,71)
#2F2E32
(47,46,50)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #ECFDEF

#ECFDEF
(236,253,239)
#EDFDF0
(237,253,240)
#EEFDF1
(238,253,241)
#EFFDF2
(239,253,242)
#F0FDF3
(240,253,243)
#F1FDF4
(241,253,244)
#F2FDF5
(242,253,245)
#F3FDF6
(243,253,246)
#F4FDF7
(244,253,247)
#F5FDF8
(245,253,248)
#F6FDF9
(246,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFDEF; }

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

This text font color is #ECFDEF.


Background Color

.myBgColor { background-color: #ECFDEF; }

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

This div background color is #ECFDEF.


Border color

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

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

This div border color is #ECFDEF.


Opacity

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

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

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

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

This text has shadow with #ECFDEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFDEF on black background.


Color preview on white background

This text has color #ECFDEF on white background.



Black color preview on #ECFDEF background

This text has black color on #ECFDEF background.


White color preview on #ECFDEF background

This text has white color on #ECFDEF background.