COLOR #1196A9

HEX: #1196A9 RGB: (17,150,169)

Color info

#1196A9 contains mainly green and blue colors. Web safe color of #1196A9 is #009999 (or #099).

RGB color model

#1196A9 color RGB value is (17,150,169).

RGB: (17,150,169) (7%, 59%, 66%)

RGB channels and saturation

R 17 of 255 = 7%
G 150 of 255 = 59%
B 169 of 255 = 66%

17
150
169

R + G + B ~ 44%. #1196A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 17 + 150 + 169 = 336 (100%)
R 17 of 336 ~ 5.06%
G 150 of 336 ~ 44.64%
B 169 of 336 ~ 50.3'%

%44.64
%50.3

CMYK color model

#1196A9 color CMYK value is (90,11,0,34).

  • cyan value is 89.94%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (90,11,0,34)
C90M11Y0K34 (90%, 11%, 0%, 34%)
(0.90 / 0.11 / 0.00 / 0.34)

CMYK percentages

%89.94
%11.24
%0
%33.73

Codes

Color #1196A9 in popluar color models

11 96 A9
RGB 17 150 169
HSL 188° 81.72% 36.47%
HSB/HSV 188° 89.94% 66.27%
CMYK 89.94% 11.24% 0.00%
33.73%

Color #1196A9 in popluar number systems.

HEX 11 96 A9
Decimal 17 150 169
Binary 10001 10010110 10101001
Octal 21 226 251

Shades and tints

Shades of #1196A9

#1196A9
(17,150,169)
#10899A
(16,137,154)
#0F7C8B
(15,124,139)
#0E6F7C
(14,111,124)
#0D626D
(13,98,109)
#0C555E
(12,85,94)
#0B484F
(11,72,79)
#0A3B40
(10,59,64)
#092E31
(9,46,49)
#082122
(8,33,34)
#071413
(7,20,19)
#000000
(0,0,0)

Tints of #1196A9

#1196A9
(17,150,169)
#269FB0
(38,159,176)
#3BA8B7
(59,168,183)
#50B1BE
(80,177,190)
#65BAC5
(101,186,197)
#7AC3CC
(122,195,204)
#8FCCD3
(143,204,211)
#A4D5DA
(164,213,218)
#B9DEE1
(185,222,225)
#CEE7E8
(206,231,232)
#E3F0EF
(227,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1196A9 color. Also use rgb(17,150,169) instead hex code.

Text Font Color

.myTextColor { color: #1196A9; }

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

This text font color is #1196A9.

Background Color

.myBgColor { background-color: #1196A9; }

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

This div background color is #1196A9.

Border color

.myBorderColor { border: 1px solid #1196A9; }

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

This div border color is #1196A9.

Opacity

.myOpacity80 { color: #1196A9; opacity: 0.8; }

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

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

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

This text has shadow with #1196A9 color.


.textShadow {text-shadow: 3px 3px 1px #1196A9', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1196A9; -webkit-box-shadow: 1px 1px 3px 2px #1196A9; box-shadow:1px 1px 3px 2px #1196A9;">
Div content here
</div>

This div box has shadow with color #1196A9.

Preview

Color preview on black background

This text has color #1196A9 on black background.


Color preview on white background

This text has color #1196A9 on white background.


Black color preview on #1196A9 background

This text has black color on #1196A9 background.


White color preview on #1196A9 background

This text has white color on #1196A9 background.


Related colors

Complementary color

Complementary color for #hex is #EE6956.


I love getcolorcode.com

Triadic colors

1 #A91196 and #96A911 with #1196A9 are triadic colors.

2 #A99611 and #9611A9 with #1196A9 are triadic colors.