COLOR #ECFDEC

HEX: #ECFDEC
RGB: (236,253,236)

Color info

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

RGB color model

#ECFDEC color RGB value is (236,253,236).

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

RGB channels and saturation

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

236
253
236

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

Portions of RGB colors in percentages

R + G + B =
236 + 253 + 236 = 725 (100%)
R 236 of 725 ~ 32.55%
G 253 of 725 ~ 34.9%
B 236 of 725 ~ 32.55%

%32.55
%34.9
%32.55

CMYK color model

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

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

CMYK percentages

%6.72
%0
%6.72
%0.78

Codes

Color #ECFDEC in popluar color models

ECFDEC
RGB236253236
HSL120°80.95%95.88%
HSB/HSV120°6.72%99.22%
CMYK6.72%0.00%6.72%
0.78%

Color #ECFDEC in popluar number systems.

HEXECFDEC
Decimal236253236
Binary111011001111110111101100
Octal354375354

Shades and tints

Shades of #ECFDEC

#ECFDEC
(236,253,236)
#D7E6D7
(215,230,215)
#C2CFC2
(194,207,194)
#ADB8AD
(173,184,173)
#98A198
(152,161,152)
#838A83
(131,138,131)
#6E736E
(110,115,110)
#595C59
(89,92,89)
#444544
(68,69,68)
#2F2E2F
(47,46,47)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #ECFDEC

#ECFDEC
(236,253,236)
#EDFDED
(237,253,237)
#EEFDEE
(238,253,238)
#EFFDEF
(239,253,239)
#F0FDF0
(240,253,240)
#F1FDF1
(241,253,241)
#F2FDF2
(242,253,242)
#F3FDF3
(243,253,243)
#F4FDF4
(244,253,244)
#F5FDF5
(245,253,245)
#F6FDF6
(246,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFDEC; }

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

This text font color is #ECFDEC.


Background Color

.myBgColor { background-color: #ECFDEC; }

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

This div background color is #ECFDEC.


Border color

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

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

This div border color is #ECFDEC.


Opacity

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

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

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

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

This text has shadow with #ECFDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFDEC on black background.


Color preview on white background

This text has color #ECFDEC on white background.



Black color preview on #ECFDEC background

This text has black color on #ECFDEC background.


White color preview on #ECFDEC background

This text has white color on #ECFDEC background.