COLOR #7497B6

HEX: #7497B6
RGB: (116,151,182)

Color info

#7497B6 contains mainly green and blue colors. Web safe color of #7497B6 is #6699CC (or #69C).

RGB color model

#7497B6 color RGB value is (116,151,182).

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

RGB channels and saturation

R 116 of 255 = 45%
G 151 of 255 = 59%
B 182 of 255 = 71%

116
151
182

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

Portions of RGB colors in percentages

R + G + B =
116 + 151 + 182 = 449 (100%)
R 116 of 449 ~ 25.84%
G 151 of 449 ~ 33.63%
B 182 of 449 ~ 40.53%

%25.84
%33.63
%40.53

CMYK color model

#7497B6 color CMYK value is (36,17,0,29).

  • cyan value is 36.26%
  • magenta value is 17.03%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(36,17,0,29)
C36M17Y0K29 
(36%,17%,0%,29%)
(0.36/0.17/0.00/0.29)	

CMYK percentages

%36.26
%17.03
%0
%28.63

Codes

Color #7497B6 in popluar color models

7497B6
RGB116151182
HSL208°31.13%58.43%
HSB/HSV208°36.26%71.37%
CMYK36.26%17.03%0.00%
28.63%

Color #7497B6 in popluar number systems.

HEX7497B6
Decimal116151182
Binary11101001001011110110110
Octal164227266

Shades and tints

Shades of #7497B6

#7497B6
(116,151,182)
#6A8AA6
(106,138,166)
#607D96
(96,125,150)
#567086
(86,112,134)
#4C6376
(76,99,118)
#425666
(66,86,102)
#384956
(56,73,86)
#2E3C46
(46,60,70)
#242F36
(36,47,54)
#1A2226
(26,34,38)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #7497B6

#7497B6
(116,151,182)
#80A0BC
(128,160,188)
#8CA9C2
(140,169,194)
#98B2C8
(152,178,200)
#A4BBCE
(164,187,206)
#B0C4D4
(176,196,212)
#BCCDDA
(188,205,218)
#C8D6E0
(200,214,224)
#D4DFE6
(212,223,230)
#E0E8EC
(224,232,236)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7497B6; }

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

This text font color is #7497B6.


Background Color

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

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

This div background color is #7497B6.


Border color

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

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

This div border color is #7497B6.


Opacity

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

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

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

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

This text has shadow with #7497B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7497B6 on black background.


Color preview on white background

This text has color #7497B6 on white background.



Black color preview on #7497B6 background

This text has black color on #7497B6 background.


White color preview on #7497B6 background

This text has white color on #7497B6 background.