COLOR #176085

HEX: #176085
RGB: (23,96,133)

Color info

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

RGB color model

#176085 color RGB value is (23,96,133).

  • red value is 23;
  • green value is 96;
  • blue value is 133.
RGB:
(23,96,133)
(9%,38%,52%)

RGB channels and saturation

R 23 of 255 = 9%
G 96 of 255 = 38%
B 133 of 255 = 52%

23
96
133

R + G + B ~ 33%. #176085 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 96 + 133 = 252 (100%)
R 23 of 252 ~ 9.13%
G 96 of 252 ~ 38.1%
B 133 of 252 ~ 52.78%

%38.1
%52.78

CMYK color model

#176085 color CMYK value is (83,28,0,48).

  • cyan value is 82.71%
  • magenta value is 27.82%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(83,28,0,48)
C83M28Y0K48 
(83%,28%,0%,48%)
(0.83/0.28/0.00/0.48)	

CMYK percentages

%82.71
%27.82
%0
%47.84

Codes

Color #176085 in popluar color models

176085
RGB2396133
HSL200°70.51%30.59%
HSB/HSV200°82.71%52.16%
CMYK82.71%27.82%0.00%
47.84%

Color #176085 in popluar number systems.

HEX176085
Decimal2396133
Binary10111110000010000101
Octal27140205

Shades and tints

Shades of #176085

#176085
(23,96,133)
#155879
(21,88,121)
#13506D
(19,80,109)
#114861
(17,72,97)
#0F4055
(15,64,85)
#0D3849
(13,56,73)
#0B303D
(11,48,61)
#092831
(9,40,49)
#072025
(7,32,37)
#051819
(5,24,25)
#03100D
(3,16,13)
#000000
(0,0,0)

Tints of #176085

#176085
(23,96,133)
#2C6E90
(44,110,144)
#417C9B
(65,124,155)
#568AA6
(86,138,166)
#6B98B1
(107,152,177)
#80A6BC
(128,166,188)
#95B4C7
(149,180,199)
#AAC2D2
(170,194,210)
#BFD0DD
(191,208,221)
#D4DEE8
(212,222,232)
#E9ECF3
(233,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #176085 color. Also use rgb(23,96,133) instead hex code.

Text Font Color

.myTextColor { color: #176085; }

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

This text font color is #176085.


Background Color

.myBgColor { background-color: #176085; }

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

This div background color is #176085.


Border color

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

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

This div border color is #176085.


Opacity

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

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

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

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

This text has shadow with #176085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #176085 on black background.


Color preview on white background

This text has color #176085 on white background.



Black color preview on #176085 background

This text has black color on #176085 background.


White color preview on #176085 background

This text has white color on #176085 background.