HEX: #6DAE8E
RGB: (109,174,142)
#6DAE8E contains mainly green and blue colors. Web safe color of #6DAE8E is #669999 (or #699).
#6DAE8E color RGB value is (109,174,142).
RGB: (109,174,142) (43%,68%,56%)
R 109 of 255 = 43%
G 174 of 255 = 68%
B 142 of 255 = 56%
R + G + B ~ 56%. #6DAE8E is middle color (not dark and not light).
R + G + B =
109 + 174 + 142 = 425 (100%)
R 109 of 425 ~ 25.65%
G 174 of 425 ~ 40.94%
B 142 of 425 ~ 33.41%
#6DAE8E color CMYK value is (37,0,18,32).
CMYK: (37,0,18,32) C37M0Y18K32 (37%,0%,18%,32%) (0.37/0.00/0.18/0.32)
6D | AE | 8E | |
---|---|---|---|
RGB | 109 | 174 | 142 |
HSL | 150° | 28.63% | 55.49% |
HSB/HSV | 150° | 37.36% | 68.24% |
CMYK | 37.36% | 0.00% | 18.39% |
31.76% |
HEX | 6D | AE | 8E |
Decimal | 109 | 174 | 142 |
Binary | 1101101 | 10101110 | 10001110 |
Octal | 155 | 256 | 216 |
Examples of css and html codes for elements with #6DAE8E color. Also use rgb(109,174,142) instead hex code.
.myTextColor { color: #6DAE8E; }
<p style="color:#6DAE8E">This sample text font color is #6DAE8E.</p>
This text font color is #6DAE8E.
.myBgColor { background-color: #6DAE8E; }
<div style="background-color:#6DAE8E">Inner text</div>
This div background color is #6DAE8E.
.myBorderColor { border: 1px solid #6DAE8E; }
<div style="border:3px solid #6DAE8E">Div</div>
This div border color is #6DAE8E.
.myOpacity80 { color: #6DAE8E; opacity: 0.8; }
<p style="color:#6DAE8E;opacity:0.8;">80%</p>
Text with #6DAE8E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6DAE8E;}
<p style="text-shadow: 3px 3px 1px #6DAE8E">Text here.</p>
This text has shadow with #6DAE8E color.
.textShadow {text-shadow: 3px 3px 1px #6DAE8E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6DAE8E, 5px 5px 20px red">Text here.</p>
This text has shadow with #6DAE8E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6DAE8E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6DAE8E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6DAE8E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6DAE8E; -webkit-box-shadow: 1px 1px 3px 2px #6DAE8E; box-shadow: 1px 1px 3px 2px #6DAE8E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6DAE8E; -webkit-box-shadow: 1px 1px 3px 2px #6DAE8E; box-shadow:1px 1px 3px 2px #6DAE8E;">
Div content here</div>
This text has color #6DAE8E on black background.
This text has color #6DAE8E on white background.
This text has black color on #6DAE8E background.
This text has white color on #6DAE8E background.