COLOR #7497AA

HEX: #7497AA
RGB: (116,151,170)

Color info

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

RGB color model

#7497AA color RGB value is (116,151,170).

  • red value is 116;
  • green value is 151;
  • blue value is 170.
RGB:
(116,151,170)
(45%,59%,67%)

RGB channels and saturation

R 116 of 255 = 45%
G 151 of 255 = 59%
B 170 of 255 = 67%

116
151
170

R + G + B ~ 57%. #7497AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 151 + 170 = 437 (100%)
R 116 of 437 ~ 26.54%
G 151 of 437 ~ 34.55%
B 170 of 437 ~ 38.9%

%26.54
%34.55
%38.9

CMYK color model

#7497AA color CMYK value is (32,11,0,33).

  • cyan value is 31.76%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(32,11,0,33)
C32M11Y0K33 
(32%,11%,0%,33%)
(0.32/0.11/0.00/0.33)	

CMYK percentages

%31.76
%11.18
%0
%33.33

Codes

Color #7497AA in popluar color models

7497AA
RGB116151170
HSL201°24.11%56.08%
HSB/HSV201°31.76%66.67%
CMYK31.76%11.18%0.00%
33.33%

Color #7497AA in popluar number systems.

HEX7497AA
Decimal116151170
Binary11101001001011110101010
Octal164227252

Shades and tints

Shades of #7497AA

#7497AA
(116,151,170)
#6A8A9B
(106,138,155)
#607D8C
(96,125,140)
#56707D
(86,112,125)
#4C636E
(76,99,110)
#42565F
(66,86,95)
#384950
(56,73,80)
#2E3C41
(46,60,65)
#242F32
(36,47,50)
#1A2223
(26,34,35)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #7497AA

#7497AA
(116,151,170)
#80A0B1
(128,160,177)
#8CA9B8
(140,169,184)
#98B2BF
(152,178,191)
#A4BBC6
(164,187,198)
#B0C4CD
(176,196,205)
#BCCDD4
(188,205,212)
#C8D6DB
(200,214,219)
#D4DFE2
(212,223,226)
#E0E8E9
(224,232,233)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7497AA color. Also use rgb(116,151,170) instead hex code.

Text Font Color

.myTextColor { color: #7497AA; }

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

This text font color is #7497AA.


Background Color

.myBgColor { background-color: #7497AA; }

<div style="background-color:#7497AA">Inner text</div>

This div background color is #7497AA.


Border color

.myBorderColor { border: 1px solid #7497AA; }

<div style="border:3px solid #7497AA">Div</div>

This div border color is #7497AA.


Opacity

.myOpacity80 { color: #7497AA; opacity: 0.8; }

<p style="color:#7497AA;opacity:0.8;">80%</p>

Text with #7497AA 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 #7497AA;}

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

This text has shadow with #7497AA color.

.textShadow {text-shadow: 3px 3px 1px #7497AA, 3px 3px 1px red;}

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

This text has shadow with #7497AA primary color and red secondary color.


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

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

This text has shadow with #7497AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7497AA on black background.


Color preview on white background

This text has color #7497AA on white background.



Black color preview on #7497AA background

This text has black color on #7497AA background.


White color preview on #7497AA background

This text has white color on #7497AA background.