COLOR #176F99

HEX: #176F99
RGB: (23,111,153)

Color info

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

RGB color model

#176F99 color RGB value is (23,111,153).

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

RGB channels and saturation

R 23 of 255 = 9%
G 111 of 255 = 44%
B 153 of 255 = 60%

23
111
153

R + G + B ~ 38%. #176F99 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 111 + 153 = 287 (100%)
R 23 of 287 ~ 8.01%
G 111 of 287 ~ 38.68%
B 153 of 287 ~ 53.31%

%38.68
%53.31

CMYK color model

#176F99 color CMYK value is (85,27,0,40).

  • cyan value is 84.97%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(85,27,0,40)
C85M27Y0K40 
(85%,27%,0%,40%)
(0.85/0.27/0.00/0.40)	

CMYK percentages

%84.97
%27.45
%0
%40

Codes

Color #176F99 in popluar color models

176F99
RGB23111153
HSL199°73.86%34.51%
HSB/HSV199°84.97%60.00%
CMYK84.97%27.45%0.00%
40.00%

Color #176F99 in popluar number systems.

HEX176F99
Decimal23111153
Binary10111110111110011001
Octal27157231

Shades and tints

Shades of #176F99

#176F99
(23,111,153)
#15658C
(21,101,140)
#135B7F
(19,91,127)
#115172
(17,81,114)
#0F4765
(15,71,101)
#0D3D58
(13,61,88)
#0B334B
(11,51,75)
#09293E
(9,41,62)
#071F31
(7,31,49)
#051524
(5,21,36)
#030B17
(3,11,23)
#000000
(0,0,0)

Tints of #176F99

#176F99
(23,111,153)
#2C7CA2
(44,124,162)
#4189AB
(65,137,171)
#5696B4
(86,150,180)
#6BA3BD
(107,163,189)
#80B0C6
(128,176,198)
#95BDCF
(149,189,207)
#AACAD8
(170,202,216)
#BFD7E1
(191,215,225)
#D4E4EA
(212,228,234)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #176F99; }

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

This text font color is #176F99.


Background Color

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

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

This div background color is #176F99.


Border color

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

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

This div border color is #176F99.


Opacity

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

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

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

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

This text has shadow with #176F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #176F99 on black background.


Color preview on white background

This text has color #176F99 on white background.



Black color preview on #176F99 background

This text has black color on #176F99 background.


White color preview on #176F99 background

This text has white color on #176F99 background.