COLOR #176496

HEX: #176496
RGB: (23,100,150)

Color info

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

RGB color model

#176496 color RGB value is (23,100,150).

  • red value is 23;
  • green value is 100;
  • blue value is 150.
RGB:
(23,100,150)
(9%,39%,59%)

RGB channels and saturation

R 23 of 255 = 9%
G 100 of 255 = 39%
B 150 of 255 = 59%

23
100
150

R + G + B ~ 36%. #176496 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 100 + 150 = 273 (100%)
R 23 of 273 ~ 8.42%
G 100 of 273 ~ 36.63%
B 150 of 273 ~ 54.95%

%36.63
%54.95

CMYK color model

#176496 color CMYK value is (85,33,0,41).

  • cyan value is 84.67%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(85,33,0,41)
C85M33Y0K41 
(85%,33%,0%,41%)
(0.85/0.33/0.00/0.41)	

CMYK percentages

%84.67
%33.33
%0
%41.18

Codes

Color #176496 in popluar color models

176496
RGB23100150
HSL204°73.41%33.92%
HSB/HSV204°84.67%58.82%
CMYK84.67%33.33%0.00%
41.18%

Color #176496 in popluar number systems.

HEX176496
Decimal23100150
Binary10111110010010010110
Octal27144226

Shades and tints

Shades of #176496

#176496
(23,100,150)
#155B89
(21,91,137)
#13527C
(19,82,124)
#11496F
(17,73,111)
#0F4062
(15,64,98)
#0D3755
(13,55,85)
#0B2E48
(11,46,72)
#09253B
(9,37,59)
#071C2E
(7,28,46)
#051321
(5,19,33)
#030A14
(3,10,20)
#000000
(0,0,0)

Tints of #176496

#176496
(23,100,150)
#2C729F
(44,114,159)
#4180A8
(65,128,168)
#568EB1
(86,142,177)
#6B9CBA
(107,156,186)
#80AAC3
(128,170,195)
#95B8CC
(149,184,204)
#AAC6D5
(170,198,213)
#BFD4DE
(191,212,222)
#D4E2E7
(212,226,231)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #176496 color. Also use rgb(23,100,150) instead hex code.

Text Font Color

.myTextColor { color: #176496; }

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

This text font color is #176496.


Background Color

.myBgColor { background-color: #176496; }

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

This div background color is #176496.


Border color

.myBorderColor { border: 1px solid #176496; }

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

This div border color is #176496.


Opacity

.myOpacity80 { color: #176496; opacity: 0.8; }

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

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

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

This text has shadow with #176496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #176496 on black background.


Color preview on white background

This text has color #176496 on white background.



Black color preview on #176496 background

This text has black color on #176496 background.


White color preview on #176496 background

This text has white color on #176496 background.