COLOR #177C9E

HEX: #177C9E
RGB: (23,124,158)

Color info

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

RGB color model

#177C9E color RGB value is (23,124,158).

  • red value is 23;
  • green value is 124;
  • blue value is 158.
RGB:
(23,124,158)
(9%,49%,62%)

RGB channels and saturation

R 23 of 255 = 9%
G 124 of 255 = 49%
B 158 of 255 = 62%

23
124
158

R + G + B ~ 40%. #177C9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
23 + 124 + 158 = 305 (100%)
R 23 of 305 ~ 7.54%
G 124 of 305 ~ 40.66%
B 158 of 305 ~ 51.8%

%40.66
%51.8

CMYK color model

#177C9E color CMYK value is (85,22,0,38).

  • cyan value is 85.44%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(85,22,0,38)
C85M22Y0K38 
(85%,22%,0%,38%)
(0.85/0.22/0.00/0.38)	

CMYK percentages

%85.44
%21.52
%0
%38.04

Codes

Color #177C9E in popluar color models

177C9E
RGB23124158
HSL195°74.59%35.49%
HSB/HSV195°85.44%61.96%
CMYK85.44%21.52%0.00%
38.04%

Color #177C9E in popluar number systems.

HEX177C9E
Decimal23124158
Binary10111111110010011110
Octal27174236

Shades and tints

Shades of #177C9E

#177C9E
(23,124,158)
#157190
(21,113,144)
#136682
(19,102,130)
#115B74
(17,91,116)
#0F5066
(15,80,102)
#0D4558
(13,69,88)
#0B3A4A
(11,58,74)
#092F3C
(9,47,60)
#07242E
(7,36,46)
#051920
(5,25,32)
#030E12
(3,14,18)
#000000
(0,0,0)

Tints of #177C9E

#177C9E
(23,124,158)
#2C87A6
(44,135,166)
#4192AE
(65,146,174)
#569DB6
(86,157,182)
#6BA8BE
(107,168,190)
#80B3C6
(128,179,198)
#95BECE
(149,190,206)
#AAC9D6
(170,201,214)
#BFD4DE
(191,212,222)
#D4DFE6
(212,223,230)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #177C9E color. Also use rgb(23,124,158) instead hex code.

Text Font Color

.myTextColor { color: #177C9E; }

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

This text font color is #177C9E.


Background Color

.myBgColor { background-color: #177C9E; }

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

This div background color is #177C9E.


Border color

.myBorderColor { border: 1px solid #177C9E; }

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

This div border color is #177C9E.


Opacity

.myOpacity80 { color: #177C9E; opacity: 0.8; }

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

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

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

This text has shadow with #177C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #177C9E on black background.


Color preview on white background

This text has color #177C9E on white background.



Black color preview on #177C9E background

This text has black color on #177C9E background.


White color preview on #177C9E background

This text has white color on #177C9E background.