COLOR #7197A6

HEX: #7197A6
RGB: (113,151,166)

Color info

#7197A6 contains red, green and blue colors in about the same proportion. Web safe color of #7197A6 is #669999 (or #699).

RGB color model

#7197A6 color RGB value is (113,151,166).

  • red value is 113;
  • green value is 151;
  • blue value is 166.
RGB:
(113,151,166)
(44%,59%,65%)

RGB channels and saturation

R 113 of 255 = 44%
G 151 of 255 = 59%
B 166 of 255 = 65%

113
151
166

R + G + B ~ 56%. #7197A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 151 + 166 = 430 (100%)
R 113 of 430 ~ 26.28%
G 151 of 430 ~ 35.12%
B 166 of 430 ~ 38.6%

%26.28
%35.12
%38.6

CMYK color model

#7197A6 color CMYK value is (32,9,0,35).

  • cyan value is 31.93%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(32,9,0,35)
C32M9Y0K35 
(32%,9%,0%,35%)
(0.32/0.09/0.00/0.35)	

CMYK percentages

%31.93
%9.04
%0
%34.9

Codes

Color #7197A6 in popluar color models

7197A6
RGB113151166
HSL197°22.94%54.71%
HSB/HSV197°31.93%65.10%
CMYK31.93%9.04%0.00%
34.90%

Color #7197A6 in popluar number systems.

HEX7197A6
Decimal113151166
Binary11100011001011110100110
Octal161227246

Shades and tints

Shades of #7197A6

#7197A6
(113,151,166)
#678A97
(103,138,151)
#5D7D88
(93,125,136)
#537079
(83,112,121)
#49636A
(73,99,106)
#3F565B
(63,86,91)
#35494C
(53,73,76)
#2B3C3D
(43,60,61)
#212F2E
(33,47,46)
#17221F
(23,34,31)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #7197A6

#7197A6
(113,151,166)
#7DA0AE
(125,160,174)
#89A9B6
(137,169,182)
#95B2BE
(149,178,190)
#A1BBC6
(161,187,198)
#ADC4CE
(173,196,206)
#B9CDD6
(185,205,214)
#C5D6DE
(197,214,222)
#D1DFE6
(209,223,230)
#DDE8EE
(221,232,238)
#E9F1F6
(233,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7197A6 color. Also use rgb(113,151,166) instead hex code.

Text Font Color

.myTextColor { color: #7197A6; }

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

This text font color is #7197A6.


Background Color

.myBgColor { background-color: #7197A6; }

<div style="background-color:#7197A6">Inner text</div>

This div background color is #7197A6.


Border color

.myBorderColor { border: 1px solid #7197A6; }

<div style="border:3px solid #7197A6">Div</div>

This div border color is #7197A6.


Opacity

.myOpacity80 { color: #7197A6; opacity: 0.8; }

<p style="color:#7197A6;opacity:0.8;">80%</p>

Text with #7197A6 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 #7197A6;}

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

This text has shadow with #7197A6 color.

.textShadow {text-shadow: 3px 3px 1px #7197A6, 3px 3px 1px red;}

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

This text has shadow with #7197A6 primary color and red secondary color.


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

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

This text has shadow with #7197A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7197A6 on black background.


Color preview on white background

This text has color #7197A6 on white background.



Black color preview on #7197A6 background

This text has black color on #7197A6 background.


White color preview on #7197A6 background

This text has white color on #7197A6 background.