HEX: #6EB3AE
RGB: (110,179,174)
#6EB3AE contains mainly green and blue colors. Web safe color of #6EB3AE is #669999 (or #699).
#6EB3AE color RGB value is (110,179,174).
RGB: (110,179,174)
(43%, 70%, 68%)
R 110 of 255 = 43%
G 179 of 255 = 70%
B 174 of 255 = 68%
R + G + B ~ 60%. #6EB3AE is middle color (not dark and not light).
R + G + B = 110 + 179 + 174 = 463 (100%)
R 110 of 463 ~ 23.76%
G 179 of 463 ~ 38.66%
B 174 of 463 ~ 37.58'%
#6EB3AE color CMYK value is (39,0,3,30).
CMYK: (39,0,3,30) C39M0Y3K30 (39%,0%,3%,30%) (0.39/0.00/0.03/0.30)
Color #6EB3AE in popluar color models
6E | B3 | AE | |
---|---|---|---|
RGB | 110 | 179 | 174 |
HSL | 176° | 31.22% | 56.67% |
HSB/HSV | 176° | 38.55% | 70.20% |
CMYK | 38.55% | 0.00% | 2.79% |
29.80% |
Color #6EB3AE in popluar number systems.
HEX | 6E | B3 | AE |
Decimal | 110 | 179 | 174 |
Binary | 1101110 | 10110011 | 10101110 |
Octal | 156 | 263 | 256 |
Shades of #6EB3AE
Tints of #6EB3AE
Examples of css and html codes for elements with #6EB3AE color. Also use rgb(110,179,174) instead hex code.
.myTextColor { color: #6EB3AE; }
<p style="color:#6EB3AE">This sample text font color is #6EB3AE.</p>
This text font color is #6EB3AE.
.myBgColor { background-color: #6EB3AE; }
<div style="background-color:#6EB3AE">Inner text</div>
This div background color is #6EB3AE.
.myBorderColor { border: 1px solid #6EB3AE; }
<div style="border:3px solid #6EB3AE">Div</div>
This div border color is #6EB3AE.
.myOpacity80 { color: #6EB3AE; opacity: 0.8; }
<p style="color:#6EB3AE;opacity:0.8;">80%</p>
Text with #6EB3AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EB3AE;}
<p style="text-shadow: 3px 3px 1px #6EB3AE">Text here.</p>
This text has shadow with #6EB3AE color.
.textShadow {text-shadow: 3px 3px 1px #6EB3AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EB3AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EB3AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EB3AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EB3AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EB3AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EB3AE;
-webkit-box-shadow: 1px 1px 3px 2px #6EB3AE;
box-shadow: 1px 1px 3px 2px #6EB3AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EB3AE; -webkit-box-shadow: 1px 1px 3px 2px #6EB3AE; box-shadow:1px 1px 3px 2px #6EB3AE;">
Div content here
</div>
This text has color #6EB3AE on black background.
This text has color #6EB3AE on white background.
This text has black color on #6EB3AE background.
This text has white color on #6EB3AE background.
Complementary color for #hex is #914C51.