HEX: #76A1DB
RGB: (118,161,219)
#76A1DB contains mainly green and blue colors. Web safe color of #76A1DB is #6699CC (or #69C).
#76A1DB color RGB value is (118,161,219).
RGB: (118,161,219)
(46%, 63%, 86%)
R 118 of 255 = 46%
G 161 of 255 = 63%
B 219 of 255 = 86%
R + G + B ~ 65%. #76A1DB is quite light color.
R + G + B = 118 + 161 + 219 = 498 (100%)
R 118 of 498 ~ 23.69%
G 161 of 498 ~ 32.33%
B 219 of 498 ~ 43.98'%
#76A1DB color CMYK value is (46,26,0,14).
CMYK: (46,26,0,14) C46M26Y0K14 (46%,26%,0%,14%) (0.46/0.26/0.00/0.14)
Color #76A1DB in popluar color models
76 | A1 | DB | |
---|---|---|---|
RGB | 118 | 161 | 219 |
HSL | 214° | 58.38% | 66.08% |
HSB/HSV | 214° | 46.12% | 85.88% |
CMYK | 46.12% | 26.48% | 0.00% |
14.12% |
Color #76A1DB in popluar number systems.
HEX | 76 | A1 | DB |
Decimal | 118 | 161 | 219 |
Binary | 1110110 | 10100001 | 11011011 |
Octal | 166 | 241 | 333 |
Shades of #76A1DB
Tints of #76A1DB
Examples of css and html codes for elements with #76A1DB color. Also use rgb(118,161,219) instead hex code.
.myTextColor { color: #76A1DB; }
<p style="color:#76A1DB">This sample text font color is #76A1DB.</p>
This text font color is #76A1DB.
.myBgColor { background-color: #76A1DB; }
<div style="background-color:#76A1DB">Inner text</div>
This div background color is #76A1DB.
.myBorderColor { border: 1px solid #76A1DB; }
<div style="border:3px solid #76A1DB">Div</div>
This div border color is #76A1DB.
.myOpacity80 { color: #76A1DB; opacity: 0.8; }
<p style="color:#76A1DB;opacity:0.8;">80%</p>
Text with #76A1DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A1DB;}
<p style="text-shadow: 3px 3px 1px #76A1DB">Text here.</p>
This text has shadow with #76A1DB color.
.textShadow {text-shadow: 3px 3px 1px #76A1DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A1DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #76A1DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A1DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A1DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A1DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76A1DB;
-webkit-box-shadow: 1px 1px 3px 2px #76A1DB;
box-shadow: 1px 1px 3px 2px #76A1DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A1DB; -webkit-box-shadow: 1px 1px 3px 2px #76A1DB; box-shadow:1px 1px 3px 2px #76A1DB;">
Div content here
</div>
This text has color #76A1DB on black background.
This text has color #76A1DB on white background.
This text has black color on #76A1DB background.
This text has white color on #76A1DB background.
Complementary color for #hex is #895E24.