HEX: #6EAE8D
RGB: (110,174,141)
#6EAE8D contains mainly green and blue colors. Web safe color of #6EAE8D is #669999 (or #699).
#6EAE8D color RGB value is (110,174,141).
RGB: (110,174,141)
(43%, 68%, 55%)
R 110 of 255 = 43%
G 174 of 255 = 68%
B 141 of 255 = 55%
R + G + B ~ 55%. #6EAE8D is middle color (not dark and not light).
R + G + B = 110 + 174 + 141 = 425 (100%)
R 110 of 425 ~ 25.88%
G 174 of 425 ~ 40.94%
B 141 of 425 ~ 33.18'%
#6EAE8D color CMYK value is (37,0,19,32).
CMYK: (37,0,19,32) C37M0Y19K32 (37%,0%,19%,32%) (0.37/0.00/0.19/0.32)
Color #6EAE8D in popluar color models
6E | AE | 8D | |
---|---|---|---|
RGB | 110 | 174 | 141 |
HSL | 149° | 28.32% | 55.69% |
HSB/HSV | 149° | 36.78% | 68.24% |
CMYK | 36.78% | 0.00% | 18.97% |
31.76% |
Color #6EAE8D in popluar number systems.
HEX | 6E | AE | 8D |
Decimal | 110 | 174 | 141 |
Binary | 1101110 | 10101110 | 10001101 |
Octal | 156 | 256 | 215 |
Shades of #6EAE8D
Tints of #6EAE8D
Examples of css and html codes for elements with #6EAE8D color. Also use rgb(110,174,141) instead hex code.
.myTextColor { color: #6EAE8D; }
<p style="color:#6EAE8D">This sample text font color is #6EAE8D.</p>
This text font color is #6EAE8D.
.myBgColor { background-color: #6EAE8D; }
<div style="background-color:#6EAE8D">Inner text</div>
This div background color is #6EAE8D.
.myBorderColor { border: 1px solid #6EAE8D; }
<div style="border:3px solid #6EAE8D">Div</div>
This div border color is #6EAE8D.
.myOpacity80 { color: #6EAE8D; opacity: 0.8; }
<p style="color:#6EAE8D;opacity:0.8;">80%</p>
Text with #6EAE8D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EAE8D;}
<p style="text-shadow: 3px 3px 1px #6EAE8D">Text here.</p>
This text has shadow with #6EAE8D color.
.textShadow {text-shadow: 3px 3px 1px #6EAE8D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EAE8D, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EAE8D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EAE8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EAE8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EAE8D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EAE8D;
-webkit-box-shadow: 1px 1px 3px 2px #6EAE8D;
box-shadow: 1px 1px 3px 2px #6EAE8D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EAE8D; -webkit-box-shadow: 1px 1px 3px 2px #6EAE8D; box-shadow:1px 1px 3px 2px #6EAE8D;">
Div content here
</div>
This text has color #6EAE8D on black background.
This text has color #6EAE8D on white background.
This text has black color on #6EAE8D background.
This text has white color on #6EAE8D background.
Complementary color for #hex is #915172.