HEX: #E6F88E
RGB: (230,248,142)
#E6F88E contains mainly red and green colors. Web safe color of #E6F88E is #CCFF99 (or #CF9).
#E6F88E color RGB value is (230,248,142).
RGB: (230,248,142)
(90%, 97%, 56%)
R 230 of 255 = 90%
G 248 of 255 = 97%
B 142 of 255 = 56%
R + G + B ~ 81%. #E6F88E is quite light color.
R + G + B = 230 + 248 + 142 = 620 (100%)
R 230 of 620 ~ 37.1%
G 248 of 620 ~ 40%
B 142 of 620 ~ 22.9'%
#E6F88E color CMYK value is (7,0,43,3).
CMYK: (7,0,43,3) C7M0Y43K3 (7%,0%,43%,3%) (0.07/0.00/0.43/0.03)
Color #E6F88E in popluar color models
E6 | F8 | 8E | |
---|---|---|---|
RGB | 230 | 248 | 142 |
HSL | 70° | 88.33% | 76.47% |
HSB/HSV | 70° | 42.74% | 97.25% |
CMYK | 7.26% | 0.00% | 42.74% |
2.75% |
Color #E6F88E in popluar number systems.
HEX | E6 | F8 | 8E |
Decimal | 230 | 248 | 142 |
Binary | 11100110 | 11111000 | 10001110 |
Octal | 346 | 370 | 216 |
Shades of #E6F88E
Tints of #E6F88E
Examples of css and html codes for elements with #E6F88E color. Also use rgb(230,248,142) instead hex code.
.myTextColor { color: #E6F88E; }
<p style="color:#E6F88E">This sample text font color is #E6F88E.</p>
This text font color is #E6F88E.
.myBgColor { background-color: #E6F88E; }
<div style="background-color:#E6F88E">Inner text</div>
This div background color is #E6F88E.
.myBorderColor { border: 1px solid #E6F88E; }
<div style="border:3px solid #E6F88E">Div</div>
This div border color is #E6F88E.
.myOpacity80 { color: #E6F88E; opacity: 0.8; }
<p style="color:#E6F88E;opacity:0.8;">80%</p>
Text with #E6F88E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6F88E;}
<p style="text-shadow: 3px 3px 1px #E6F88E">Text here.</p>
This text has shadow with #E6F88E color.
.textShadow {text-shadow: 3px 3px 1px #E6F88E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6F88E, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6F88E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6F88E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6F88E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6F88E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6F88E;
-webkit-box-shadow: 1px 1px 3px 2px #E6F88E;
box-shadow: 1px 1px 3px 2px #E6F88E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6F88E; -webkit-box-shadow: 1px 1px 3px 2px #E6F88E; box-shadow:1px 1px 3px 2px #E6F88E;">
Div content here
</div>
This text has color #E6F88E on black background.
This text has color #E6F88E on white background.
This text has black color on #E6F88E background.
This text has white color on #E6F88E background.
Complementary color for #hex is #190771.