HEX: #ECF1AD
RGB: (236,241,173)
#ECF1AD contains mainly red and green colors. Web safe color of #ECF1AD is #FFFF99 (or #FF9).
#ECF1AD color RGB value is (236,241,173).
RGB: (236,241,173)
(93%, 95%, 68%)
R 236 of 255 = 93%
G 241 of 255 = 95%
B 173 of 255 = 68%
R + G + B ~ 85%. #ECF1AD is quite light color.
R + G + B = 236 + 241 + 173 = 650 (100%)
R 236 of 650 ~ 36.31%
G 241 of 650 ~ 37.08%
B 173 of 650 ~ 26.62'%
#ECF1AD color CMYK value is (2,0,28,5).
CMYK: (2,0,28,5)
C2M0Y28K5 (2%, 0%, 28%, 5%)
(0.02 / 0.00 / 0.28 / 0.05)
Color #ECF1AD in popluar color models
EC | F1 | AD | |
---|---|---|---|
RGB | 236 | 241 | 173 |
HSL | 64° | 70.83% | 81.18% |
HSB/HSV | 64° | 28.22% | 94.51% |
CMYK | 2.07% | 0.00% | 28.22% |
5.49% |
Color #ECF1AD in popluar number systems.
HEX | EC | F1 | AD |
Decimal | 236 | 241 | 173 |
Binary | 11101100 | 11110001 | 10101101 |
Octal | 354 | 361 | 255 |
Shades of #ECF1AD
Tints of #ECF1AD
Examples of css and html codes for elements with #ECF1AD color. Also use rgb(236,241,173) instead hex code.
.myTextColor { color: #ECF1AD; }
<p style="color:#ECF1AD">This sample text font color is #ECF1AD.</p>
This text font color is #ECF1AD.
.myBgColor { background-color: #ECF1AD; }
<div style="background-color:#ECF1AD">Inner text</div>
This div background color is #ECF1AD.
.myBorderColor { border: 1px solid #ECF1AD; }
<div style="border:3px solid #ECF1AD">Div</div>
This div border color is #ECF1AD.
.myOpacity80 { color: #ECF1AD; opacity: 0.8; }
<p style="color:#ECF1AD;opacity:0.8;">80%</p>
Text with #ECF1AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ECF1AD;}
<p style="text-shadow: 3px 3px 1px #ECF1AD">Text here.</p>
This text has shadow with #ECF1AD color.
.textShadow {text-shadow: 3px 3px 1px #ECF1AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ECF1AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ECF1AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ECF1AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ECF1AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ECF1AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ECF1AD;
-webkit-box-shadow: 1px 1px 3px 2px #ECF1AD;
box-shadow: 1px 1px 3px 2px #ECF1AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ECF1AD; -webkit-box-shadow: 1px 1px 3px 2px #ECF1AD; box-shadow:1px 1px 3px 2px #ECF1AD;">
Div content here
</div>
This text has color #ECF1AD on black background.
This text has color #ECF1AD on white background.
This text has black color on #ECF1AD background.
This text has white color on #ECF1AD background.
Complementary color for #hex is #130E52.