COLOR #17799C

HEX: #17799C
RGB: (23,121,156)

Color info

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

RGB color model

#17799C color RGB value is (23,121,156).

  • red value is 23;
  • green value is 121;
  • blue value is 156.
RGB:
(23,121,156)
(9%,47%,61%)

RGB channels and saturation

R 23 of 255 = 9%
G 121 of 255 = 47%
B 156 of 255 = 61%

23
121
156

R + G + B ~ 39%. #17799C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 121 + 156 = 300 (100%)
R 23 of 300 ~ 7.67%
G 121 of 300 ~ 40.33%
B 156 of 300 ~ 52%

%40.33
%52

CMYK color model

#17799C color CMYK value is (85,22,0,39).

  • cyan value is 85.26%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(85,22,0,39)
C85M22Y0K39 
(85%,22%,0%,39%)
(0.85/0.22/0.00/0.39)	

CMYK percentages

%85.26
%22.44
%0
%38.82

Codes

Color #17799C in popluar color models

17799C
RGB23121156
HSL196°74.30%35.10%
HSB/HSV196°85.26%61.18%
CMYK85.26%22.44%0.00%
38.82%

Color #17799C in popluar number systems.

HEX17799C
Decimal23121156
Binary10111111100110011100
Octal27171234

Shades and tints

Shades of #17799C

#17799C
(23,121,156)
#156E8E
(21,110,142)
#136380
(19,99,128)
#115872
(17,88,114)
#0F4D64
(15,77,100)
#0D4256
(13,66,86)
#0B3748
(11,55,72)
#092C3A
(9,44,58)
#07212C
(7,33,44)
#05161E
(5,22,30)
#030B10
(3,11,16)
#000000
(0,0,0)

Tints of #17799C

#17799C
(23,121,156)
#2C85A5
(44,133,165)
#4191AE
(65,145,174)
#569DB7
(86,157,183)
#6BA9C0
(107,169,192)
#80B5C9
(128,181,201)
#95C1D2
(149,193,210)
#AACDDB
(170,205,219)
#BFD9E4
(191,217,228)
#D4E5ED
(212,229,237)
#E9F1F6
(233,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17799C color. Also use rgb(23,121,156) instead hex code.

Text Font Color

.myTextColor { color: #17799C; }

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

This text font color is #17799C.


Background Color

.myBgColor { background-color: #17799C; }

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

This div background color is #17799C.


Border color

.myBorderColor { border: 1px solid #17799C; }

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

This div border color is #17799C.


Opacity

.myOpacity80 { color: #17799C; opacity: 0.8; }

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

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

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

This text has shadow with #17799C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17799C on black background.


Color preview on white background

This text has color #17799C on white background.



Black color preview on #17799C background

This text has black color on #17799C background.


White color preview on #17799C background

This text has white color on #17799C background.