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