HEX: #ECF9AE
RGB: (236,249,174)
#ECF9AE contains mainly red and green colors. Web safe color of #ECF9AE is #FFFF99 (or #FF9).
#ECF9AE color RGB value is (236,249,174).
RGB: (236,249,174)
(93%, 98%, 68%)
R 236 of 255 = 93%
G 249 of 255 = 98%
B 174 of 255 = 68%
R + G + B ~ 86%. #ECF9AE is light color.
R + G + B = 236 + 249 + 174 = 659 (100%)
R 236 of 659 ~ 35.81%
G 249 of 659 ~ 37.78%
B 174 of 659 ~ 26.4'%
#ECF9AE color CMYK value is (5,0,30,2).
CMYK: (5,0,30,2)
C5M0Y30K2 (5%, 0%, 30%, 2%)
(0.05 / 0.00 / 0.30 / 0.02)
Color #ECF9AE in popluar color models
EC | F9 | AE | |
---|---|---|---|
RGB | 236 | 249 | 174 |
HSL | 70° | 86.21% | 82.94% |
HSB/HSV | 70° | 30.12% | 97.65% |
CMYK | 5.22% | 0.00% | 30.12% |
2.35% |
Color #ECF9AE in popluar number systems.
HEX | EC | F9 | AE |
Decimal | 236 | 249 | 174 |
Binary | 11101100 | 11111001 | 10101110 |
Octal | 354 | 371 | 256 |
Shades of #ECF9AE
Tints of #ECF9AE
Examples of css and html codes for elements with #ECF9AE color. Also use rgb(236,249,174) instead hex code.
.myTextColor { color: #ECF9AE; }
<p style="color:#ECF9AE">This sample text font color is #ECF9AE.</p>
This text font color is #ECF9AE.
.myBgColor { background-color: #ECF9AE; }
<div style="background-color:#ECF9AE">Inner text</div>
This div background color is #ECF9AE.
.myBorderColor { border: 1px solid #ECF9AE; }
<div style="border:3px solid #ECF9AE">Div</div>
This div border color is #ECF9AE.
.myOpacity80 { color: #ECF9AE; opacity: 0.8; }
<p style="color:#ECF9AE;opacity:0.8;">80%</p>
Text with #ECF9AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ECF9AE;}
<p style="text-shadow: 3px 3px 1px #ECF9AE">Text here.</p>
This text has shadow with #ECF9AE color.
.textShadow {text-shadow: 3px 3px 1px #ECF9AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ECF9AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #ECF9AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ECF9AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ECF9AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ECF9AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ECF9AE;
-webkit-box-shadow: 1px 1px 3px 2px #ECF9AE;
box-shadow: 1px 1px 3px 2px #ECF9AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ECF9AE; -webkit-box-shadow: 1px 1px 3px 2px #ECF9AE; box-shadow:1px 1px 3px 2px #ECF9AE;">
Div content here
</div>
This text has color #ECF9AE on black background.
This text has color #ECF9AE on white background.
This text has black color on #ECF9AE background.
This text has white color on #ECF9AE background.
Complementary color for #hex is #130651.