COLOR #116C88

HEX: #116C88 RGB: (17,108,136)

Color info

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

RGB color model

#116C88 color RGB value is (17,108,136).

RGB: (17,108,136) (7%, 42%, 53%)

RGB channels and saturation

R 17 of 255 = 7%
G 108 of 255 = 42%
B 136 of 255 = 53%

17
108
136

R + G + B ~ 34%. #116C88 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 108 + 136 = 261 (100%)
R 17 of 261 ~ 6.51%
G 108 of 261 ~ 41.38%
B 136 of 261 ~ 52.11'%

%41.38
%52.11

CMYK color model

#116C88 color CMYK value is (88,21,0,47).

  • cyan value is 87.50%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (88,21,0,47)
C88M21Y0K47 (88%, 21%, 0%, 47%)
(0.88 / 0.21 / 0.00 / 0.47)

CMYK percentages

%87.5
%20.59
%0
%46.67

Codes

Color #116C88 in popluar color models

11 6C 88
RGB 17 108 136
HSL 194° 77.78% 30.00%
HSB/HSV 194° 87.50% 53.33%
CMYK 87.50% 20.59% 0.00%
46.67%

Color #116C88 in popluar number systems.

HEX 11 6C 88
Decimal 17 108 136
Binary 10001 1101100 10001000
Octal 21 154 210

Shades and tints

Shades of #116C88

#116C88
(17,108,136)
#10637C
(16,99,124)
#0F5A70
(15,90,112)
#0E5164
(14,81,100)
#0D4858
(13,72,88)
#0C3F4C
(12,63,76)
#0B3640
(11,54,64)
#0A2D34
(10,45,52)
#092428
(9,36,40)
#081B1C
(8,27,28)
#071210
(7,18,16)
#000000
(0,0,0)

Tints of #116C88

#116C88
(17,108,136)
#267992
(38,121,146)
#3B869C
(59,134,156)
#5093A6
(80,147,166)
#65A0B0
(101,160,176)
#7AADBA
(122,173,186)
#8FBAC4
(143,186,196)
#A4C7CE
(164,199,206)
#B9D4D8
(185,212,216)
#CEE1E2
(206,225,226)
#E3EEEC
(227,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #116C88 color. Also use rgb(17,108,136) instead hex code.

Text Font Color

.myTextColor { color: #116C88; }

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

This text font color is #116C88.

Background Color

.myBgColor { background-color: #116C88; }

<div style="background-color:#116C88">Inner text</div>

This div background color is #116C88.

Border color

.myBorderColor { border: 1px solid #116C88; }

<div style="border:3px solid #116C88">Div</div>

This div border color is #116C88.

Opacity

.myOpacity80 { color: #116C88; opacity: 0.8; }

<p style="color:#116C88;opacity:0.8;">80%</p>

Text with #116C88 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 #116C88;}

<p style="text-shadow: 3px 3px 1px #116C88">Text here.</p>

This text has shadow with #116C88 color.


.textShadow {text-shadow: 3px 3px 1px #116C88', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #116C88, 5px 5px 20px red">Text here.</p>

This text has shadow with #116C88 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#116C88, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#116C88, Direction=45, Strength=4)">Text</p>

This text has shadow with #116C88 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #116C88;
-webkit-box-shadow: 1px 1px 3px 2px #116C88;
box-shadow: 1px 1px 3px 2px #116C88;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #116C88; -webkit-box-shadow: 1px 1px 3px 2px #116C88; box-shadow:1px 1px 3px 2px #116C88;">
Div content here
</div>

This div box has shadow with color #116C88.

Preview

Color preview on black background

This text has color #116C88 on black background.


Color preview on white background

This text has color #116C88 on white background.


Black color preview on #116C88 background

This text has black color on #116C88 background.


White color preview on #116C88 background

This text has white color on #116C88 background.


Related colors

Complementary color

Complementary color for #hex is #EE9377.


I love getcolorcode.com

Triadic colors

1 #88116C and #6C8811 with #116C88 are triadic colors.

2 #886C11 and #6C1188 with #116C88 are triadic colors.