COLOR #176B82

HEX: #176B82
RGB: (23,107,130)

Color info

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

RGB color model

#176B82 color RGB value is (23,107,130).

  • red value is 23;
  • green value is 107;
  • blue value is 130.
RGB:
(23,107,130)
(9%,42%,51%)

RGB channels and saturation

R 23 of 255 = 9%
G 107 of 255 = 42%
B 130 of 255 = 51%

23
107
130

R + G + B ~ 34%. #176B82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 107 + 130 = 260 (100%)
R 23 of 260 ~ 8.85%
G 107 of 260 ~ 41.15%
B 130 of 260 ~ 50%

%41.15
%50

CMYK color model

#176B82 color CMYK value is (82,18,0,49).

  • cyan value is 82.31%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(82,18,0,49)
C82M18Y0K49 
(82%,18%,0%,49%)
(0.82/0.18/0.00/0.49)	

CMYK percentages

%82.31
%17.69
%0
%49.02

Codes

Color #176B82 in popluar color models

176B82
RGB23107130
HSL193°69.93%30.00%
HSB/HSV193°82.31%50.98%
CMYK82.31%17.69%0.00%
49.02%

Color #176B82 in popluar number systems.

HEX176B82
Decimal23107130
Binary10111110101110000010
Octal27153202

Shades and tints

Shades of #176B82

#176B82
(23,107,130)
#156277
(21,98,119)
#13596C
(19,89,108)
#115061
(17,80,97)
#0F4756
(15,71,86)
#0D3E4B
(13,62,75)
#0B3540
(11,53,64)
#092C35
(9,44,53)
#07232A
(7,35,42)
#051A1F
(5,26,31)
#031114
(3,17,20)
#000000
(0,0,0)

Tints of #176B82

#176B82
(23,107,130)
#2C788D
(44,120,141)
#418598
(65,133,152)
#5692A3
(86,146,163)
#6B9FAE
(107,159,174)
#80ACB9
(128,172,185)
#95B9C4
(149,185,196)
#AAC6CF
(170,198,207)
#BFD3DA
(191,211,218)
#D4E0E5
(212,224,229)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #176B82 color. Also use rgb(23,107,130) instead hex code.

Text Font Color

.myTextColor { color: #176B82; }

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

This text font color is #176B82.


Background Color

.myBgColor { background-color: #176B82; }

<div style="background-color:#176B82">Inner text</div>

This div background color is #176B82.


Border color

.myBorderColor { border: 1px solid #176B82; }

<div style="border:3px solid #176B82">Div</div>

This div border color is #176B82.


Opacity

.myOpacity80 { color: #176B82; opacity: 0.8; }

<p style="color:#176B82;opacity:0.8;">80%</p>

Text with #176B82 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 #176B82;}

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

This text has shadow with #176B82 color.

.textShadow {text-shadow: 3px 3px 1px #176B82, 3px 3px 1px red;}

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

This text has shadow with #176B82 primary color and red secondary color.


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

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

This text has shadow with #176B82 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #176B82 on black background.


Color preview on white background

This text has color #176B82 on white background.



Black color preview on #176B82 background

This text has black color on #176B82 background.


White color preview on #176B82 background

This text has white color on #176B82 background.