HEX: #7EB0AB
RGB: (126,176,171)
#7EB0AB contains red, green and blue colors in about the same proportion. Web safe color of #7EB0AB is #669999 (or #699).
#7EB0AB color RGB value is (126,176,171).
RGB: (126,176,171)
(49%, 69%, 67%)
R 126 of 255 = 49%
G 176 of 255 = 69%
B 171 of 255 = 67%
R + G + B ~ 62%. #7EB0AB is quite light color.
R + G + B = 126 + 176 + 171 = 473 (100%)
R 126 of 473 ~ 26.64%
G 176 of 473 ~ 37.21%
B 171 of 473 ~ 36.15'%
#7EB0AB color CMYK value is (28,0,3,31).
CMYK: (28,0,3,31)
C28M0Y3K31 (28%, 0%, 3%, 31%)
(0.28 / 0.00 / 0.03 / 0.31)
Color #7EB0AB in popluar color models
7E | B0 | AB | |
---|---|---|---|
RGB | 126 | 176 | 171 |
HSL | 174° | 24.04% | 59.22% |
HSB/HSV | 174° | 28.41% | 69.02% |
CMYK | 28.41% | 0.00% | 2.84% |
30.98% |
Color #7EB0AB in popluar number systems.
HEX | 7E | B0 | AB |
Decimal | 126 | 176 | 171 |
Binary | 1111110 | 10110000 | 10101011 |
Octal | 176 | 260 | 253 |
Shades of #7EB0AB
Tints of #7EB0AB
Examples of css and html codes for elements with #7EB0AB color. Also use rgb(126,176,171) instead hex code.
.myTextColor { color: #7EB0AB; }
<p style="color:#7EB0AB">This sample text font color is #7EB0AB.</p>
This text font color is #7EB0AB.
.myBgColor { background-color: #7EB0AB; }
<div style="background-color:#7EB0AB">Inner text</div>
This div background color is #7EB0AB.
.myBorderColor { border: 1px solid #7EB0AB; }
<div style="border:3px solid #7EB0AB">Div</div>
This div border color is #7EB0AB.
.myOpacity80 { color: #7EB0AB; opacity: 0.8; }
<p style="color:#7EB0AB;opacity:0.8;">80%</p>
Text with #7EB0AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EB0AB;}
<p style="text-shadow: 3px 3px 1px #7EB0AB">Text here.</p>
This text has shadow with #7EB0AB color.
.textShadow {text-shadow: 3px 3px 1px #7EB0AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EB0AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #7EB0AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EB0AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EB0AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EB0AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EB0AB;
-webkit-box-shadow: 1px 1px 3px 2px #7EB0AB;
box-shadow: 1px 1px 3px 2px #7EB0AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EB0AB; -webkit-box-shadow: 1px 1px 3px 2px #7EB0AB; box-shadow:1px 1px 3px 2px #7EB0AB;">
Div content here
</div>
This text has color #7EB0AB on black background.
This text has color #7EB0AB on white background.
This text has black color on #7EB0AB background.
This text has white color on #7EB0AB background.
Complementary color for #hex is #814F54.