COLOR #1197B9

HEX: #1197B9
RGB: (17,151,185)

Color info

#1197B9 contains mainly green and blue colors. Web safe color of #1197B9 is #0099CC (or #09C).

RGB color model

#1197B9 color RGB value is (17,151,185).

  • red value is 17;
  • green value is 151;
  • blue value is 185.
RGB:
(17,151,185)
(7%,59%,73%)

RGB channels and saturation

R 17 of 255 = 7%
G 151 of 255 = 59%
B 185 of 255 = 73%

17
151
185

R + G + B ~ 46%. #1197B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 151 + 185 = 353 (100%)
R 17 of 353 ~ 4.82%
G 151 of 353 ~ 42.78%
B 185 of 353 ~ 52.41%

%42.78
%52.41

CMYK color model

#1197B9 color CMYK value is (91,18,0,27).

  • cyan value is 90.81%
  • magenta value is 18.38%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(91,18,0,27)
C91M18Y0K27 
(91%,18%,0%,27%)
(0.91/0.18/0.00/0.27)	

CMYK percentages

%90.81
%18.38
%0
%27.45

Codes

Color #1197B9 in popluar color models

1197B9
RGB17151185
HSL192°83.17%39.61%
HSB/HSV192°90.81%72.55%
CMYK90.81%18.38%0.00%
27.45%

Color #1197B9 in popluar number systems.

HEX1197B9
Decimal17151185
Binary100011001011110111001
Octal21227271

Shades and tints

Shades of #1197B9

#1197B9
(17,151,185)
#108AA9
(16,138,169)
#0F7D99
(15,125,153)
#0E7089
(14,112,137)
#0D6379
(13,99,121)
#0C5669
(12,86,105)
#0B4959
(11,73,89)
#0A3C49
(10,60,73)
#092F39
(9,47,57)
#082229
(8,34,41)
#071519
(7,21,25)
#000000
(0,0,0)

Tints of #1197B9

#1197B9
(17,151,185)
#26A0BF
(38,160,191)
#3BA9C5
(59,169,197)
#50B2CB
(80,178,203)
#65BBD1
(101,187,209)
#7AC4D7
(122,196,215)
#8FCDDD
(143,205,221)
#A4D6E3
(164,214,227)
#B9DFE9
(185,223,233)
#CEE8EF
(206,232,239)
#E3F1F5
(227,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1197B9 color. Also use rgb(17,151,185) instead hex code.

Text Font Color

.myTextColor { color: #1197B9; }

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

This text font color is #1197B9.


Background Color

.myBgColor { background-color: #1197B9; }

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

This div background color is #1197B9.


Border color

.myBorderColor { border: 1px solid #1197B9; }

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

This div border color is #1197B9.


Opacity

.myOpacity80 { color: #1197B9; opacity: 0.8; }

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

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

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

This text has shadow with #1197B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1197B9 on black background.


Color preview on white background

This text has color #1197B9 on white background.



Black color preview on #1197B9 background

This text has black color on #1197B9 background.


White color preview on #1197B9 background

This text has white color on #1197B9 background.