HEX: #76A1BE
RGB: (118,161,190)
#76A1BE contains mainly green and blue colors. Web safe color of #76A1BE is #6699CC (or #69C).
#76A1BE color RGB value is (118,161,190).
RGB: (118,161,190)
(46%, 63%, 75%)
R 118 of 255 = 46%
G 161 of 255 = 63%
B 190 of 255 = 75%
R + G + B ~ 61%. #76A1BE is quite light color.
R + G + B = 118 + 161 + 190 = 469 (100%)
R 118 of 469 ~ 25.16%
G 161 of 469 ~ 34.33%
B 190 of 469 ~ 40.51'%
#76A1BE color CMYK value is (38,15,0,25).
CMYK: (38,15,0,25) C38M15Y0K25 (38%,15%,0%,25%) (0.38/0.15/0.00/0.25)
Color #76A1BE in popluar color models
76 | A1 | BE | |
---|---|---|---|
RGB | 118 | 161 | 190 |
HSL | 204° | 35.64% | 60.39% |
HSB/HSV | 204° | 37.89% | 74.51% |
CMYK | 37.89% | 15.26% | 0.00% |
25.49% |
Color #76A1BE in popluar number systems.
HEX | 76 | A1 | BE |
Decimal | 118 | 161 | 190 |
Binary | 1110110 | 10100001 | 10111110 |
Octal | 166 | 241 | 276 |
Shades of #76A1BE
Tints of #76A1BE
Examples of css and html codes for elements with #76A1BE color. Also use rgb(118,161,190) instead hex code.
.myTextColor { color: #76A1BE; }
<p style="color:#76A1BE">This sample text font color is #76A1BE.</p>
This text font color is #76A1BE.
.myBgColor { background-color: #76A1BE; }
<div style="background-color:#76A1BE">Inner text</div>
This div background color is #76A1BE.
.myBorderColor { border: 1px solid #76A1BE; }
<div style="border:3px solid #76A1BE">Div</div>
This div border color is #76A1BE.
.myOpacity80 { color: #76A1BE; opacity: 0.8; }
<p style="color:#76A1BE;opacity:0.8;">80%</p>
Text with #76A1BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A1BE;}
<p style="text-shadow: 3px 3px 1px #76A1BE">Text here.</p>
This text has shadow with #76A1BE color.
.textShadow {text-shadow: 3px 3px 1px #76A1BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A1BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #76A1BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A1BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A1BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A1BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76A1BE;
-webkit-box-shadow: 1px 1px 3px 2px #76A1BE;
box-shadow: 1px 1px 3px 2px #76A1BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A1BE; -webkit-box-shadow: 1px 1px 3px 2px #76A1BE; box-shadow:1px 1px 3px 2px #76A1BE;">
Div content here
</div>
This text has color #76A1BE on black background.
This text has color #76A1BE on white background.
This text has black color on #76A1BE background.
This text has white color on #76A1BE background.
Complementary color for #hex is #895E41.