COLOR #176DA8

HEX: #176DA8
RGB: (23,109,168)

Color info

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

RGB color model

#176DA8 color RGB value is (23,109,168).

  • red value is 23;
  • green value is 109;
  • blue value is 168.
RGB:
(23,109,168)
(9%,43%,66%)

RGB channels and saturation

R 23 of 255 = 9%
G 109 of 255 = 43%
B 168 of 255 = 66%

23
109
168

R + G + B ~ 39%. #176DA8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 109 + 168 = 300 (100%)
R 23 of 300 ~ 7.67%
G 109 of 300 ~ 36.33%
B 168 of 300 ~ 56%

%36.33
%56

CMYK color model

#176DA8 color CMYK value is (86,35,0,34).

  • cyan value is 86.31%
  • magenta value is 35.12%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(86,35,0,34)
C86M35Y0K34 
(86%,35%,0%,34%)
(0.86/0.35/0.00/0.34)	

CMYK percentages

%86.31
%35.12
%0
%34.12

Codes

Color #176DA8 in popluar color models

176DA8
RGB23109168
HSL204°75.92%37.45%
HSB/HSV204°86.31%65.88%
CMYK86.31%35.12%0.00%
34.12%

Color #176DA8 in popluar number systems.

HEX176DA8
Decimal23109168
Binary10111110110110101000
Octal27155250

Shades and tints

Shades of #176DA8

#176DA8
(23,109,168)
#156499
(21,100,153)
#135B8A
(19,91,138)
#11527B
(17,82,123)
#0F496C
(15,73,108)
#0D405D
(13,64,93)
#0B374E
(11,55,78)
#092E3F
(9,46,63)
#072530
(7,37,48)
#051C21
(5,28,33)
#031312
(3,19,18)
#000000
(0,0,0)

Tints of #176DA8

#176DA8
(23,109,168)
#2C7AAF
(44,122,175)
#4187B6
(65,135,182)
#5694BD
(86,148,189)
#6BA1C4
(107,161,196)
#80AECB
(128,174,203)
#95BBD2
(149,187,210)
#AAC8D9
(170,200,217)
#BFD5E0
(191,213,224)
#D4E2E7
(212,226,231)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #176DA8 color. Also use rgb(23,109,168) instead hex code.

Text Font Color

.myTextColor { color: #176DA8; }

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

This text font color is #176DA8.


Background Color

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

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

This div background color is #176DA8.


Border color

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

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

This div border color is #176DA8.


Opacity

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

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

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

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

This text has shadow with #176DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #176DA8 on black background.


Color preview on white background

This text has color #176DA8 on white background.



Black color preview on #176DA8 background

This text has black color on #176DA8 background.


White color preview on #176DA8 background

This text has white color on #176DA8 background.