HEX: #76A8CB
RGB: (118,168,203)
#76A8CB contains mainly green and blue colors. Web safe color of #76A8CB is #6699CC (or #69C).
#76A8CB color RGB value is (118,168,203).
RGB: (118,168,203)
(46%, 66%, 80%)
R 118 of 255 = 46%
G 168 of 255 = 66%
B 203 of 255 = 80%
R + G + B ~ 64%. #76A8CB is quite light color.
R + G + B = 118 + 168 + 203 = 489 (100%)
R 118 of 489 ~ 24.13%
G 168 of 489 ~ 34.36%
B 203 of 489 ~ 41.51'%
#76A8CB color CMYK value is (42,17,0,20).
CMYK: (42,17,0,20) C42M17Y0K20 (42%,17%,0%,20%) (0.42/0.17/0.00/0.20)
Color #76A8CB in popluar color models
76 | A8 | CB | |
---|---|---|---|
RGB | 118 | 168 | 203 |
HSL | 205° | 44.97% | 62.94% |
HSB/HSV | 205° | 41.87% | 79.61% |
CMYK | 41.87% | 17.24% | 0.00% |
20.39% |
Color #76A8CB in popluar number systems.
HEX | 76 | A8 | CB |
Decimal | 118 | 168 | 203 |
Binary | 1110110 | 10101000 | 11001011 |
Octal | 166 | 250 | 313 |
Shades of #76A8CB
Tints of #76A8CB
Examples of css and html codes for elements with #76A8CB color. Also use rgb(118,168,203) instead hex code.
.myTextColor { color: #76A8CB; }
<p style="color:#76A8CB">This sample text font color is #76A8CB.</p>
This text font color is #76A8CB.
.myBgColor { background-color: #76A8CB; }
<div style="background-color:#76A8CB">Inner text</div>
This div background color is #76A8CB.
.myBorderColor { border: 1px solid #76A8CB; }
<div style="border:3px solid #76A8CB">Div</div>
This div border color is #76A8CB.
.myOpacity80 { color: #76A8CB; opacity: 0.8; }
<p style="color:#76A8CB;opacity:0.8;">80%</p>
Text with #76A8CB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A8CB;}
<p style="text-shadow: 3px 3px 1px #76A8CB">Text here.</p>
This text has shadow with #76A8CB color.
.textShadow {text-shadow: 3px 3px 1px #76A8CB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A8CB, 5px 5px 20px red">Text here.</p>
This text has shadow with #76A8CB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A8CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A8CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A8CB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76A8CB;
-webkit-box-shadow: 1px 1px 3px 2px #76A8CB;
box-shadow: 1px 1px 3px 2px #76A8CB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A8CB; -webkit-box-shadow: 1px 1px 3px 2px #76A8CB; box-shadow:1px 1px 3px 2px #76A8CB;">
Div content here
</div>
This text has color #76A8CB on black background.
This text has color #76A8CB on white background.
This text has black color on #76A8CB background.
This text has white color on #76A8CB background.
Complementary color for #hex is #895734.