HEX: #117CAC
RGB: (17,124,172)
#117CAC contains mainly green and blue colors. Web safe color of #117CAC is #006699 (or #069).
#117CAC color RGB value is (17,124,172).
RGB: (17,124,172)
(7%, 49%, 67%)
R 17 of 255 = 7%
G 124 of 255 = 49%
B 172 of 255 = 67%
R + G + B ~ 41%. #117CAC is middle color (not dark and not light).
R + G + B = 17 + 124 + 172 = 313 (100%)
R 17 of 313 ~ 5.43%
G 124 of 313 ~ 39.62%
B 172 of 313 ~ 54.95'%
#117CAC color CMYK value is (90,28,0,33).
CMYK: (90,28,0,33) C90M28Y0K33 (90%,28%,0%,33%) (0.90/0.28/0.00/0.33)
Color #117CAC in popluar color models
11 | 7C | AC | |
---|---|---|---|
RGB | 17 | 124 | 172 |
HSL | 199° | 82.01% | 37.06% |
HSB/HSV | 199° | 90.12% | 67.45% |
CMYK | 90.12% | 27.91% | 0.00% |
32.55% |
Color #117CAC in popluar number systems.
HEX | 11 | 7C | AC |
Decimal | 17 | 124 | 172 |
Binary | 10001 | 1111100 | 10101100 |
Octal | 21 | 174 | 254 |
Shades of #117CAC
Tints of #117CAC
Examples of css and html codes for elements with #117CAC color. Also use rgb(17,124,172) instead hex code.
.myTextColor { color: #117CAC; }
<p style="color:#117CAC">This sample text font color is #117CAC.</p>
This text font color is #117CAC.
.myBgColor { background-color: #117CAC; }
<div style="background-color:#117CAC">Inner text</div>
This div background color is #117CAC.
.myBorderColor { border: 1px solid #117CAC; }
<div style="border:3px solid #117CAC">Div</div>
This div border color is #117CAC.
.myOpacity80 { color: #117CAC; opacity: 0.8; }
<p style="color:#117CAC;opacity:0.8;">80%</p>
Text with #117CAC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #117CAC;}
<p style="text-shadow: 3px 3px 1px #117CAC">Text here.</p>
This text has shadow with #117CAC color.
.textShadow {text-shadow: 3px 3px 1px #117CAC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #117CAC, 5px 5px 20px red">Text here.</p>
This text has shadow with #117CAC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#117CAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#117CAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #117CAC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #117CAC;
-webkit-box-shadow: 1px 1px 3px 2px #117CAC;
box-shadow: 1px 1px 3px 2px #117CAC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #117CAC; -webkit-box-shadow: 1px 1px 3px 2px #117CAC; box-shadow:1px 1px 3px 2px #117CAC;">
Div content here
</div>
This text has color #117CAC on black background.
This text has color #117CAC on white background.
This text has black color on #117CAC background.
This text has white color on #117CAC background.
Complementary color for #hex is #EE8353.