HEX: #76BBD5
RGB: (118,187,213)
#76BBD5 contains mainly green and blue colors. Web safe color of #76BBD5 is #66CCCC (or #6CC).
#76BBD5 color RGB value is (118,187,213).
RGB: (118,187,213) (46%,73%,84%)
R 118 of 255 = 46%
G 187 of 255 = 73%
B 213 of 255 = 84%
R + G + B ~ 68%. #76BBD5 is quite light color.
R + G + B =
118 + 187 + 213 = 518 (100%)
R 118 of 518 ~ 22.78%
G 187 of 518 ~ 36.1%
B 213 of 518 ~ 41.12%
#76BBD5 color CMYK value is (45,12,0,16).
CMYK: (45,12,0,16) C45M12Y0K16 (45%,12%,0%,16%) (0.45/0.12/0.00/0.16)
76 | BB | D5 | |
---|---|---|---|
RGB | 118 | 187 | 213 |
HSL | 196° | 53.07% | 64.90% |
HSB/HSV | 196° | 44.60% | 83.53% |
CMYK | 44.60% | 12.21% | 0.00% |
16.47% |
HEX | 76 | BB | D5 |
Decimal | 118 | 187 | 213 |
Binary | 1110110 | 10111011 | 11010101 |
Octal | 166 | 273 | 325 |
Examples of css and html codes for elements with #76BBD5 color. Also use rgb(118,187,213) instead hex code.
.myTextColor { color: #76BBD5; }
<p style="color:#76BBD5">This sample text font color is #76BBD5.</p>
This text font color is #76BBD5.
.myBgColor { background-color: #76BBD5; }
<div style="background-color:#76BBD5">Inner text</div>
This div background color is #76BBD5.
.myBorderColor { border: 1px solid #76BBD5; }
<div style="border:3px solid #76BBD5">Div</div>
This div border color is #76BBD5.
.myOpacity80 { color: #76BBD5; opacity: 0.8; }
<p style="color:#76BBD5;opacity:0.8;">80%</p>
Text with #76BBD5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76BBD5;}
<p style="text-shadow: 3px 3px 1px #76BBD5">Text here.</p>
This text has shadow with #76BBD5 color.
.textShadow {text-shadow: 3px 3px 1px #76BBD5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76BBD5, 5px 5px 20px red">Text here.</p>
This text has shadow with #76BBD5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76BBD5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76BBD5, Direction=45, Strength=4)">Text</p>
This text has shadow with #76BBD5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76BBD5; -webkit-box-shadow: 1px 1px 3px 2px #76BBD5; box-shadow: 1px 1px 3px 2px #76BBD5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76BBD5; -webkit-box-shadow: 1px 1px 3px 2px #76BBD5; box-shadow:1px 1px 3px 2px #76BBD5;">
Div content here</div>
This text has color #76BBD5 on black background.
This text has color #76BBD5 on white background.
This text has black color on #76BBD5 background.
This text has white color on #76BBD5 background.