HEX: #76ADAB
RGB: (118,173,171)
#76ADAB contains red, green and blue colors in about the same proportion. Web safe color of #76ADAB is #669999 (or #699).
#76ADAB color RGB value is (118,173,171).
RGB: (118,173,171)
(46%, 68%, 67%)
R 118 of 255 = 46%
G 173 of 255 = 68%
B 171 of 255 = 67%
R + G + B ~ 60%. #76ADAB is middle color (not dark and not light).
R + G + B = 118 + 173 + 171 = 462 (100%)
R 118 of 462 ~ 25.54%
G 173 of 462 ~ 37.45%
B 171 of 462 ~ 37.01'%
#76ADAB color CMYK value is (32,0,1,32).
CMYK: (32,0,1,32) C32M0Y1K32 (32%,0%,1%,32%) (0.32/0.00/0.01/0.32)
Color #76ADAB in popluar color models
76 | AD | AB | |
---|---|---|---|
RGB | 118 | 173 | 171 |
HSL | 178° | 25.11% | 57.06% |
HSB/HSV | 178° | 31.79% | 67.84% |
CMYK | 31.79% | 0.00% | 1.16% |
32.16% |
Color #76ADAB in popluar number systems.
HEX | 76 | AD | AB |
Decimal | 118 | 173 | 171 |
Binary | 1110110 | 10101101 | 10101011 |
Octal | 166 | 255 | 253 |
Shades of #76ADAB
Tints of #76ADAB
Examples of css and html codes for elements with #76ADAB color. Also use rgb(118,173,171) instead hex code.
.myTextColor { color: #76ADAB; }
<p style="color:#76ADAB">This sample text font color is #76ADAB.</p>
This text font color is #76ADAB.
.myBgColor { background-color: #76ADAB; }
<div style="background-color:#76ADAB">Inner text</div>
This div background color is #76ADAB.
.myBorderColor { border: 1px solid #76ADAB; }
<div style="border:3px solid #76ADAB">Div</div>
This div border color is #76ADAB.
.myOpacity80 { color: #76ADAB; opacity: 0.8; }
<p style="color:#76ADAB;opacity:0.8;">80%</p>
Text with #76ADAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76ADAB;}
<p style="text-shadow: 3px 3px 1px #76ADAB">Text here.</p>
This text has shadow with #76ADAB color.
.textShadow {text-shadow: 3px 3px 1px #76ADAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76ADAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #76ADAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76ADAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76ADAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #76ADAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76ADAB;
-webkit-box-shadow: 1px 1px 3px 2px #76ADAB;
box-shadow: 1px 1px 3px 2px #76ADAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76ADAB; -webkit-box-shadow: 1px 1px 3px 2px #76ADAB; box-shadow:1px 1px 3px 2px #76ADAB;">
Div content here
</div>
This text has color #76ADAB on black background.
This text has color #76ADAB on white background.
This text has black color on #76ADAB background.
This text has white color on #76ADAB background.
Complementary color for #hex is #895254.