HEX: #76B0AE
RGB: (118,176,174)
#76B0AE contains red, green and blue colors in about the same proportion. Web safe color of #76B0AE is #669999 (or #699).
#76B0AE color RGB value is (118,176,174).
RGB: (118,176,174) (46%,69%,68%)
R 118 of 255 = 46%
G 176 of 255 = 69%
B 174 of 255 = 68%
R + G + B ~ 61%. #76B0AE is quite light color.
R + G + B =
118 + 176 + 174 = 468 (100%)
R 118 of 468 ~ 25.21%
G 176 of 468 ~ 37.61%
B 174 of 468 ~ 37.18%
#76B0AE color CMYK value is (33,0,1,31).
CMYK: (33,0,1,31) C33M0Y1K31 (33%,0%,1%,31%) (0.33/0.00/0.01/0.31)
76 | B0 | AE | |
---|---|---|---|
RGB | 118 | 176 | 174 |
HSL | 178° | 26.85% | 57.65% |
HSB/HSV | 178° | 32.95% | 69.02% |
CMYK | 32.95% | 0.00% | 1.14% |
30.98% |
HEX | 76 | B0 | AE |
Decimal | 118 | 176 | 174 |
Binary | 1110110 | 10110000 | 10101110 |
Octal | 166 | 260 | 256 |
Examples of css and html codes for elements with #76B0AE color. Also use rgb(118,176,174) instead hex code.
.myTextColor { color: #76B0AE; }
<p style="color:#76B0AE">This sample text font color is #76B0AE.</p>
This text font color is #76B0AE.
.myBgColor { background-color: #76B0AE; }
<div style="background-color:#76B0AE">Inner text</div>
This div background color is #76B0AE.
.myBorderColor { border: 1px solid #76B0AE; }
<div style="border:3px solid #76B0AE">Div</div>
This div border color is #76B0AE.
.myOpacity80 { color: #76B0AE; opacity: 0.8; }
<p style="color:#76B0AE;opacity:0.8;">80%</p>
Text with #76B0AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76B0AE;}
<p style="text-shadow: 3px 3px 1px #76B0AE">Text here.</p>
This text has shadow with #76B0AE color.
.textShadow {text-shadow: 3px 3px 1px #76B0AE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76B0AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #76B0AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76B0AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76B0AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #76B0AE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76B0AE; -webkit-box-shadow: 1px 1px 3px 2px #76B0AE; box-shadow: 1px 1px 3px 2px #76B0AE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76B0AE; -webkit-box-shadow: 1px 1px 3px 2px #76B0AE; box-shadow:1px 1px 3px 2px #76B0AE;">
Div content here</div>
This text has color #76B0AE on black background.
This text has color #76B0AE on white background.
This text has black color on #76B0AE background.
This text has white color on #76B0AE background.