COLOR #17677E

HEX: #17677E
RGB: (23,103,126)

Color info

#17677E contains mainly green and blue colors. Web safe color of #17677E is #006666 (or #066).

RGB color model

#17677E color RGB value is (23,103,126).

  • red value is 23;
  • green value is 103;
  • blue value is 126.
RGB:
(23,103,126)
(9%,40%,49%)

RGB channels and saturation

R 23 of 255 = 9%
G 103 of 255 = 40%
B 126 of 255 = 49%

23
103
126

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

Portions of RGB colors in percentages

R + G + B =
23 + 103 + 126 = 252 (100%)
R 23 of 252 ~ 9.13%
G 103 of 252 ~ 40.87%
B 126 of 252 ~ 50%

%40.87
%50

CMYK color model

#17677E color CMYK value is (82,18,0,51).

  • cyan value is 81.75%
  • magenta value is 18.25%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(82,18,0,51)
C82M18Y0K51 
(82%,18%,0%,51%)
(0.82/0.18/0.00/0.51)	

CMYK percentages

%81.75
%18.25
%0
%50.59

Codes

Color #17677E in popluar color models

17677E
RGB23103126
HSL193°69.13%29.22%
HSB/HSV193°81.75%49.41%
CMYK81.75%18.25%0.00%
50.59%

Color #17677E in popluar number systems.

HEX17677E
Decimal23103126
Binary1011111001111111110
Octal27147176

Shades and tints

Shades of #17677E

#17677E
(23,103,126)
#155E73
(21,94,115)
#135568
(19,85,104)
#114C5D
(17,76,93)
#0F4352
(15,67,82)
#0D3A47
(13,58,71)
#0B313C
(11,49,60)
#092831
(9,40,49)
#071F26
(7,31,38)
#05161B
(5,22,27)
#030D10
(3,13,16)
#000000
(0,0,0)

Tints of #17677E

#17677E
(23,103,126)
#2C7489
(44,116,137)
#418194
(65,129,148)
#568E9F
(86,142,159)
#6B9BAA
(107,155,170)
#80A8B5
(128,168,181)
#95B5C0
(149,181,192)
#AAC2CB
(170,194,203)
#BFCFD6
(191,207,214)
#D4DCE1
(212,220,225)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17677E color. Also use rgb(23,103,126) instead hex code.

Text Font Color

.myTextColor { color: #17677E; }

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

This text font color is #17677E.


Background Color

.myBgColor { background-color: #17677E; }

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

This div background color is #17677E.


Border color

.myBorderColor { border: 1px solid #17677E; }

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

This div border color is #17677E.


Opacity

.myOpacity80 { color: #17677E; opacity: 0.8; }

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

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

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

This text has shadow with #17677E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17677E on black background.


Color preview on white background

This text has color #17677E on white background.



Black color preview on #17677E background

This text has black color on #17677E background.


White color preview on #17677E background

This text has white color on #17677E background.