COLOR #ECFCD5

HEX: #ECFCD5 RGB: (236,252,213)

Color info

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

RGB color model

#ECFCD5 color RGB value is (236,252,213).

RGB: (236,252,213) (93%, 99%, 84%)

RGB channels and saturation

R 236 of 255 = 93%
G 252 of 255 = 99%
B 213 of 255 = 84%

236
252
213

R + G + B ~ 92%. #ECFCD5 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 252 + 213 = 701 (100%)
R 236 of 701 ~ 33.67%
G 252 of 701 ~ 35.95%
B 213 of 701 ~ 30.39'%

%33.67
%35.95
%30.39

CMYK color model

#ECFCD5 color CMYK value is (6,0,15,1).

  • cyan value is 6.35%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 1.18%
CMYK: (6,0,15,1) C6M0Y15K1 (6%,0%,15%,1%) (0.06/0.00/0.15/0.01) 

CMYK percentages

%6.35
%0
%15.48
%1.18

Codes

Color #ECFCD5 in popluar color models

EC FC D5
RGB 236 252 213
HSL 85° 86.67% 91.18%
HSB/HSV 85° 15.48% 98.82%
CMYK 6.35% 0.00% 15.48%
1.18%

Color #ECFCD5 in popluar number systems.

HEX EC FC D5
Decimal 236 252 213
Binary 11101100 11111100 11010101
Octal 354 374 325

Shades and tints

Shades of #ECFCD5

#ECFCD5
(236,252,213)
#D7E6C2
(215,230,194)
#C2D0AF
(194,208,175)
#ADBA9C
(173,186,156)
#98A489
(152,164,137)
#838E76
(131,142,118)
#6E7863
(110,120,99)
#596250
(89,98,80)
#444C3D
(68,76,61)
#2F362A
(47,54,42)
#1A2017
(26,32,23)
#000000
(0,0,0)

Tints of #ECFCD5

#ECFCD5
(236,252,213)
#EDFCD8
(237,252,216)
#EEFCDB
(238,252,219)
#EFFCDE
(239,252,222)
#F0FCE1
(240,252,225)
#F1FCE4
(241,252,228)
#F2FCE7
(242,252,231)
#F3FCEA
(243,252,234)
#F4FCED
(244,252,237)
#F5FCF0
(245,252,240)
#F6FCF3
(246,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFCD5; }

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

This text font color is #ECFCD5.

Background Color

.myBgColor { background-color: #ECFCD5; }

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

This div background color is #ECFCD5.

Border color

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

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

This div border color is #ECFCD5.

Opacity

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

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

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

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

This text has shadow with #ECFCD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFCD5.

Preview

Color preview on black background

This text has color #ECFCD5 on black background.


Color preview on white background

This text has color #ECFCD5 on white background.


Black color preview on #ECFCD5 background

This text has black color on #ECFCD5 background.


White color preview on #ECFCD5 background

This text has white color on #ECFCD5 background.


Related colors

Complementary color

Complementary color for #hex is #13032A.


I love getcolorcode.com

Triadic colors

1 #D5ECFC and #FCD5EC with #ECFCD5 are triadic colors.

2 #D5FCEC and #FCECD5 with #ECFCD5 are triadic colors.