COLOR #176FB1

HEX: #176FB1
RGB: (23,111,177)

Color info

#176FB1 contains mainly blue color. Web safe color of #176FB1 is #006699 (or #069).

RGB color model

#176FB1 color RGB value is (23,111,177).

  • red value is 23;
  • green value is 111;
  • blue value is 177.
RGB:
(23,111,177)
(9%,44%,69%)

RGB channels and saturation

R 23 of 255 = 9%
G 111 of 255 = 44%
B 177 of 255 = 69%

23
111
177

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

Portions of RGB colors in percentages

R + G + B =
23 + 111 + 177 = 311 (100%)
R 23 of 311 ~ 7.4%
G 111 of 311 ~ 35.69%
B 177 of 311 ~ 56.91%

%35.69
%56.91

CMYK color model

#176FB1 color CMYK value is (87,37,0,31).

  • cyan value is 87.01%
  • magenta value is 37.29%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(87,37,0,31)
C87M37Y0K31 
(87%,37%,0%,31%)
(0.87/0.37/0.00/0.31)	

CMYK percentages

%87.01
%37.29
%0
%30.59

Codes

Color #176FB1 in popluar color models

176FB1
RGB23111177
HSL206°77.00%39.22%
HSB/HSV206°87.01%69.41%
CMYK87.01%37.29%0.00%
30.59%

Color #176FB1 in popluar number systems.

HEX176FB1
Decimal23111177
Binary10111110111110110001
Octal27157261

Shades and tints

Shades of #176FB1

#176FB1
(23,111,177)
#1565A1
(21,101,161)
#135B91
(19,91,145)
#115181
(17,81,129)
#0F4771
(15,71,113)
#0D3D61
(13,61,97)
#0B3351
(11,51,81)
#092941
(9,41,65)
#071F31
(7,31,49)
#051521
(5,21,33)
#030B11
(3,11,17)
#000000
(0,0,0)

Tints of #176FB1

#176FB1
(23,111,177)
#2C7CB8
(44,124,184)
#4189BF
(65,137,191)
#5696C6
(86,150,198)
#6BA3CD
(107,163,205)
#80B0D4
(128,176,212)
#95BDDB
(149,189,219)
#AACAE2
(170,202,226)
#BFD7E9
(191,215,233)
#D4E4F0
(212,228,240)
#E9F1F7
(233,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #176FB1 color. Also use rgb(23,111,177) instead hex code.

Text Font Color

.myTextColor { color: #176FB1; }

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

This text font color is #176FB1.


Background Color

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

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

This div background color is #176FB1.


Border color

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

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

This div border color is #176FB1.


Opacity

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

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

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

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

This text has shadow with #176FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #176FB1 on black background.


Color preview on white background

This text has color #176FB1 on white background.



Black color preview on #176FB1 background

This text has black color on #176FB1 background.


White color preview on #176FB1 background

This text has white color on #176FB1 background.