HEX: #6EDB8E
RGB: (110,219,142)
#6EDB8E contains mainly green color. Web safe color of #6EDB8E is #66CC99 (or #6C9).
#6EDB8E color RGB value is (110,219,142).
RGB: (110,219,142)
(43%, 86%, 56%)
R 110 of 255 = 43%
G 219 of 255 = 86%
B 142 of 255 = 56%
R + G + B ~ 62%. #6EDB8E is quite light color.
R + G + B = 110 + 219 + 142 = 471 (100%)
R 110 of 471 ~ 23.35%
G 219 of 471 ~ 46.5%
B 142 of 471 ~ 30.15'%
#6EDB8E color CMYK value is (50,0,35,14).
CMYK: (50,0,35,14)
C50M0Y35K14 (50%, 0%, 35%, 14%)
(0.50 / 0.00 / 0.35 / 0.14)
Color #6EDB8E in popluar color models
6E | DB | 8E | |
---|---|---|---|
RGB | 110 | 219 | 142 |
HSL | 138° | 60.22% | 64.51% |
HSB/HSV | 138° | 49.77% | 85.88% |
CMYK | 49.77% | 0.00% | 35.16% |
14.12% |
Color #6EDB8E in popluar number systems.
HEX | 6E | DB | 8E |
Decimal | 110 | 219 | 142 |
Binary | 1101110 | 11011011 | 10001110 |
Octal | 156 | 333 | 216 |
Shades of #6EDB8E
Tints of #6EDB8E
Examples of css and html codes for elements with #6EDB8E color. Also use rgb(110,219,142) instead hex code.
.myTextColor { color: #6EDB8E; }
<p style="color:#6EDB8E">This sample text font color is #6EDB8E.</p>
This text font color is #6EDB8E.
.myBgColor { background-color: #6EDB8E; }
<div style="background-color:#6EDB8E">Inner text</div>
This div background color is #6EDB8E.
.myBorderColor { border: 1px solid #6EDB8E; }
<div style="border:3px solid #6EDB8E">Div</div>
This div border color is #6EDB8E.
.myOpacity80 { color: #6EDB8E; opacity: 0.8; }
<p style="color:#6EDB8E;opacity:0.8;">80%</p>
Text with #6EDB8E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EDB8E;}
<p style="text-shadow: 3px 3px 1px #6EDB8E">Text here.</p>
This text has shadow with #6EDB8E color.
.textShadow {text-shadow: 3px 3px 1px #6EDB8E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EDB8E, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EDB8E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EDB8E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EDB8E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EDB8E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EDB8E;
-webkit-box-shadow: 1px 1px 3px 2px #6EDB8E;
box-shadow: 1px 1px 3px 2px #6EDB8E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EDB8E; -webkit-box-shadow: 1px 1px 3px 2px #6EDB8E; box-shadow:1px 1px 3px 2px #6EDB8E;">
Div content here
</div>
This text has color #6EDB8E on black background.
This text has color #6EDB8E on white background.
This text has black color on #6EDB8E background.
This text has white color on #6EDB8E background.
Complementary color for #hex is #912471.