COLOR #116F82

HEX: #116F82
RGB: (17,111,130)

Color info

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

RGB color model

#116F82 color RGB value is (17,111,130).

  • red value is 17;
  • green value is 111;
  • blue value is 130.
RGB:
(17,111,130)
(7%,44%,51%)

RGB channels and saturation

R 17 of 255 = 7%
G 111 of 255 = 44%
B 130 of 255 = 51%

17
111
130

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

Portions of RGB colors in percentages

R + G + B =
17 + 111 + 130 = 258 (100%)
R 17 of 258 ~ 6.59%
G 111 of 258 ~ 43.02%
B 130 of 258 ~ 50.39%

%43.02
%50.39

CMYK color model

#116F82 color CMYK value is (87,15,0,49).

  • cyan value is 86.92%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(87,15,0,49)
C87M15Y0K49 
(87%,15%,0%,49%)
(0.87/0.15/0.00/0.49)	

CMYK percentages

%86.92
%14.62
%0
%49.02

Codes

Color #116F82 in popluar color models

116F82
RGB17111130
HSL190°76.87%28.82%
HSB/HSV190°86.92%50.98%
CMYK86.92%14.62%0.00%
49.02%

Color #116F82 in popluar number systems.

HEX116F82
Decimal17111130
Binary10001110111110000010
Octal21157202

Shades and tints

Shades of #116F82

#116F82
(17,111,130)
#106577
(16,101,119)
#0F5B6C
(15,91,108)
#0E5161
(14,81,97)
#0D4756
(13,71,86)
#0C3D4B
(12,61,75)
#0B3340
(11,51,64)
#0A2935
(10,41,53)
#091F2A
(9,31,42)
#08151F
(8,21,31)
#070B14
(7,11,20)
#000000
(0,0,0)

Tints of #116F82

#116F82
(17,111,130)
#267C8D
(38,124,141)
#3B8998
(59,137,152)
#5096A3
(80,150,163)
#65A3AE
(101,163,174)
#7AB0B9
(122,176,185)
#8FBDC4
(143,189,196)
#A4CACF
(164,202,207)
#B9D7DA
(185,215,218)
#CEE4E5
(206,228,229)
#E3F1F0
(227,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #116F82 color. Also use rgb(17,111,130) instead hex code.

Text Font Color

.myTextColor { color: #116F82; }

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

This text font color is #116F82.


Background Color

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

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

This div background color is #116F82.


Border color

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

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

This div border color is #116F82.


Opacity

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

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

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

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

This text has shadow with #116F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #116F82 on black background.


Color preview on white background

This text has color #116F82 on white background.



Black color preview on #116F82 background

This text has black color on #116F82 background.


White color preview on #116F82 background

This text has white color on #116F82 background.