COLOR #ECFCDE

HEX: #ECFCDE
RGB: (236,252,222)

Color info

#ECFCDE contains red, green and blue colors in about the same proportion. Web safe color of #ECFCDE is #FFFFCC (or #FFC).

RGB color model

#ECFCDE color RGB value is (236,252,222).

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

RGB channels and saturation

R 236 of 255 = 93%
G 252 of 255 = 99%
B 222 of 255 = 87%

236
252
222

R + G + B ~ 93%. #ECFCDE is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 252 + 222 = 710 (100%)
R 236 of 710 ~ 33.24%
G 252 of 710 ~ 35.49%
B 222 of 710 ~ 31.27%

%33.24
%35.49
%31.27

CMYK color model

#ECFCDE color CMYK value is (6,0,12,1).

  • cyan value is 6.35%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 1.18%
CMYK:
(6,0,12,1)
C6M0Y12K1 
(6%,0%,12%,1%)
(0.06/0.00/0.12/0.01)	

CMYK percentages

%6.35
%0
%11.9
%1.18

Codes

Color #ECFCDE in popluar color models

ECFCDE
RGB236252222
HSL92°83.33%92.94%
HSB/HSV92°11.90%98.82%
CMYK6.35%0.00%11.90%
1.18%

Color #ECFCDE in popluar number systems.

HEXECFCDE
Decimal236252222
Binary111011001111110011011110
Octal354374336

Shades and tints

Shades of #ECFCDE

#ECFCDE
(236,252,222)
#D7E6CA
(215,230,202)
#C2D0B6
(194,208,182)
#ADBAA2
(173,186,162)
#98A48E
(152,164,142)
#838E7A
(131,142,122)
#6E7866
(110,120,102)
#596252
(89,98,82)
#444C3E
(68,76,62)
#2F362A
(47,54,42)
#1A2016
(26,32,22)
#000000
(0,0,0)

Tints of #ECFCDE

#ECFCDE
(236,252,222)
#EDFCE1
(237,252,225)
#EEFCE4
(238,252,228)
#EFFCE7
(239,252,231)
#F0FCEA
(240,252,234)
#F1FCED
(241,252,237)
#F2FCF0
(242,252,240)
#F3FCF3
(243,252,243)
#F4FCF6
(244,252,246)
#F5FCF9
(245,252,249)
#F6FCFC
(246,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFCDE; }

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

This text font color is #ECFCDE.


Background Color

.myBgColor { background-color: #ECFCDE; }

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

This div background color is #ECFCDE.


Border color

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

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

This div border color is #ECFCDE.


Opacity

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

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

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

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

This text has shadow with #ECFCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFCDE on black background.


Color preview on white background

This text has color #ECFCDE on white background.



Black color preview on #ECFCDE background

This text has black color on #ECFCDE background.


White color preview on #ECFCDE background

This text has white color on #ECFCDE background.