HEX: #EDFEC6
RGB: (237,254,198)
#EDFEC6 contains red, green and blue colors in about the same proportion. Web safe color of #EDFEC6 is #FFFFCC (or #FFC).
#EDFEC6 color RGB value is (237,254,198).
RGB: (237,254,198)
(93%, 100%, 78%)
R 237 of 255 = 93%
G 254 of 255 = 100%
B 198 of 255 = 78%
R + G + B ~ 90%. #EDFEC6 is light color.
R + G + B = 237 + 254 + 198 = 689 (100%)
R 237 of 689 ~ 34.4%
G 254 of 689 ~ 36.87%
B 198 of 689 ~ 28.74'%
#EDFEC6 color CMYK value is (7,0,22,0).
CMYK: (7,0,22,0)
C7M0Y22K0 (7%, 0%, 22%, 0%)
(0.07 / 0.00 / 0.22 / 0.00)
Color #EDFEC6 in popluar color models
ED | FE | C6 | |
---|---|---|---|
RGB | 237 | 254 | 198 |
HSL | 78° | 96.55% | 88.63% |
HSB/HSV | 78° | 22.05% | 99.61% |
CMYK | 6.69% | 0.00% | 22.05% |
0.39% |
Color #EDFEC6 in popluar number systems.
HEX | ED | FE | C6 |
Decimal | 237 | 254 | 198 |
Binary | 11101101 | 11111110 | 11000110 |
Octal | 355 | 376 | 306 |
Shades of #EDFEC6
Tints of #EDFEC6
Examples of css and html codes for elements with #EDFEC6 color. Also use rgb(237,254,198) instead hex code.
.myTextColor { color: #EDFEC6; }
<p style="color:#EDFEC6">This sample text font color is #EDFEC6.</p>
This text font color is #EDFEC6.
.myBgColor { background-color: #EDFEC6; }
<div style="background-color:#EDFEC6">Inner text</div>
This div background color is #EDFEC6.
.myBorderColor { border: 1px solid #EDFEC6; }
<div style="border:3px solid #EDFEC6">Div</div>
This div border color is #EDFEC6.
.myOpacity80 { color: #EDFEC6; opacity: 0.8; }
<p style="color:#EDFEC6;opacity:0.8;">80%</p>
Text with #EDFEC6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFEC6;}
<p style="text-shadow: 3px 3px 1px #EDFEC6">Text here.</p>
This text has shadow with #EDFEC6 color.
.textShadow {text-shadow: 3px 3px 1px #EDFEC6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFEC6, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFEC6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFEC6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFEC6, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFEC6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFEC6;
-webkit-box-shadow: 1px 1px 3px 2px #EDFEC6;
box-shadow: 1px 1px 3px 2px #EDFEC6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFEC6; -webkit-box-shadow: 1px 1px 3px 2px #EDFEC6; box-shadow:1px 1px 3px 2px #EDFEC6;">
Div content here
</div>
This text has color #EDFEC6 on black background.
This text has color #EDFEC6 on white background.
This text has black color on #EDFEC6 background.
This text has white color on #EDFEC6 background.
Complementary color for #hex is #120139.