HEX: #6EB7AB
RGB: (110,183,171)
#6EB7AB contains mainly green and blue colors. Web safe color of #6EB7AB is #66CC99 (or #6C9).
#6EB7AB color RGB value is (110,183,171).
RGB: (110,183,171)
(43%, 72%, 67%)
R 110 of 255 = 43%
G 183 of 255 = 72%
B 171 of 255 = 67%
R + G + B ~ 61%. #6EB7AB is quite light color.
R + G + B = 110 + 183 + 171 = 464 (100%)
R 110 of 464 ~ 23.71%
G 183 of 464 ~ 39.44%
B 171 of 464 ~ 36.85'%
#6EB7AB color CMYK value is (40,0,7,28).
CMYK: (40,0,7,28)
C40M0Y7K28 (40%, 0%, 7%, 28%)
(0.40 / 0.00 / 0.07 / 0.28)
Color #6EB7AB in popluar color models
6E | B7 | AB | |
---|---|---|---|
RGB | 110 | 183 | 171 |
HSL | 170° | 33.64% | 57.45% |
HSB/HSV | 170° | 39.89% | 71.76% |
CMYK | 39.89% | 0.00% | 6.56% |
28.24% |
Color #6EB7AB in popluar number systems.
HEX | 6E | B7 | AB |
Decimal | 110 | 183 | 171 |
Binary | 1101110 | 10110111 | 10101011 |
Octal | 156 | 267 | 253 |
Shades of #6EB7AB
Tints of #6EB7AB
Examples of css and html codes for elements with #6EB7AB color. Also use rgb(110,183,171) instead hex code.
.myTextColor { color: #6EB7AB; }
<p style="color:#6EB7AB">This sample text font color is #6EB7AB.</p>
This text font color is #6EB7AB.
.myBgColor { background-color: #6EB7AB; }
<div style="background-color:#6EB7AB">Inner text</div>
This div background color is #6EB7AB.
.myBorderColor { border: 1px solid #6EB7AB; }
<div style="border:3px solid #6EB7AB">Div</div>
This div border color is #6EB7AB.
.myOpacity80 { color: #6EB7AB; opacity: 0.8; }
<p style="color:#6EB7AB;opacity:0.8;">80%</p>
Text with #6EB7AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EB7AB;}
<p style="text-shadow: 3px 3px 1px #6EB7AB">Text here.</p>
This text has shadow with #6EB7AB color.
.textShadow {text-shadow: 3px 3px 1px #6EB7AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EB7AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EB7AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EB7AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EB7AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EB7AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EB7AB;
-webkit-box-shadow: 1px 1px 3px 2px #6EB7AB;
box-shadow: 1px 1px 3px 2px #6EB7AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EB7AB; -webkit-box-shadow: 1px 1px 3px 2px #6EB7AB; box-shadow:1px 1px 3px 2px #6EB7AB;">
Div content here
</div>
This text has color #6EB7AB on black background.
This text has color #6EB7AB on white background.
This text has black color on #6EB7AB background.
This text has white color on #6EB7AB background.
Complementary color for #hex is #914854.