COLOR #117CAC

HEX: #117CAC RGB: (17,124,172)

Color info

#117CAC contains mainly green and blue colors. Web safe color of #117CAC is #006699 (or #069).

RGB color model

#117CAC color RGB value is (17,124,172).

RGB: (17,124,172) (7%, 49%, 67%)

RGB channels and saturation

R 17 of 255 = 7%
G 124 of 255 = 49%
B 172 of 255 = 67%

17
124
172

R + G + B ~ 41%. #117CAC is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%39.62
%54.95

CMYK color model

#117CAC color CMYK value is (90,28,0,33).

  • cyan value is 90.12%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (90,28,0,33) C90M28Y0K33 (90%,28%,0%,33%) (0.90/0.28/0.00/0.33) 

CMYK percentages

%90.12
%27.91
%0
%32.55

Codes

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 and tints

Shades of #117CAC

#117CAC
(17,124,172)
#10719D
(16,113,157)
#0F668E
(15,102,142)
#0E5B7F
(14,91,127)
#0D5070
(13,80,112)
#0C4561
(12,69,97)
#0B3A52
(11,58,82)
#0A2F43
(10,47,67)
#092434
(9,36,52)
#081925
(8,25,37)
#070E16
(7,14,22)
#000000
(0,0,0)

Tints of #117CAC

#117CAC
(17,124,172)
#2687B3
(38,135,179)
#3B92BA
(59,146,186)
#509DC1
(80,157,193)
#65A8C8
(101,168,200)
#7AB3CF
(122,179,207)
#8FBED6
(143,190,214)
#A4C9DD
(164,201,221)
#B9D4E4
(185,212,228)
#CEDFEB
(206,223,235)
#E3EAF2
(227,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117CAC color. Also use rgb(17,124,172) instead hex code.

Text Font Color

.myTextColor { color: #117CAC; }

<p style="color:#117CAC">This sample text font color is #117CAC.</p>

This text font color is #117CAC.

Background Color

.myBgColor { background-color: #117CAC; }

<div style="background-color:#117CAC">Inner text</div>

This div background color is #117CAC.

Border color

.myBorderColor { border: 1px solid #117CAC; }

<div style="border:3px solid #117CAC">Div</div>

This div border color is #117CAC.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #117CAC.

Preview

Color preview on black background

This text has color #117CAC on black background.


Color preview on white background

This text has color #117CAC on white background.


Black color preview on #117CAC background

This text has black color on #117CAC background.


White color preview on #117CAC background

This text has white color on #117CAC background.


Related colors

Complementary color

Complementary color for #hex is #EE8353.


I love getcolorcode.com

Triadic colors

1 #AC117C and #7CAC11 with #117CAC are triadic colors.

2 #AC7C11 and #7C11AC with #117CAC are triadic colors.