HEX: #ECFCD5
RGB: (236,252,213)
#ECFCD5 contains red, green and blue colors in about the same proportion. Web safe color of #ECFCD5 is #FFFFCC (or #FFC).
#ECFCD5 color RGB value is (236,252,213).
RGB: (236,252,213)
(93%, 99%, 84%)
R 236 of 255 = 93%
G 252 of 255 = 99%
B 213 of 255 = 84%
R + G + B ~ 92%. #ECFCD5 is light color.
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'%
#ECFCD5 color CMYK value is (6,0,15,1).
CMYK: (6,0,15,1) C6M0Y15K1 (6%,0%,15%,1%) (0.06/0.00/0.15/0.01)
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 of #ECFCD5
Tints of #ECFCD5
Examples of css and html codes for elements with #ECFCD5 color. Also use rgb(236,252,213) instead hex code.
.myTextColor { color: #ECFCD5; }
<p style="color:#ECFCD5">This sample text font color is #ECFCD5.</p>
This text font color is #ECFCD5.
.myBgColor { background-color: #ECFCD5; }
<div style="background-color:#ECFCD5">Inner text</div>
This div background color is #ECFCD5.
.myBorderColor { border: 1px solid #ECFCD5; }
<div style="border:3px solid #ECFCD5">Div</div>
This div border color is #ECFCD5.
.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%.
.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.
/* 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 text has color #ECFCD5 on black background.
This text has color #ECFCD5 on white background.
This text has black color on #ECFCD5 background.
This text has white color on #ECFCD5 background.
Complementary color for #hex is #13032A.