COLOR #7497D1

HEX: #7497D1
RGB: (116,151,209)

Color info

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

RGB color model

#7497D1 color RGB value is (116,151,209).

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

RGB channels and saturation

R 116 of 255 = 45%
G 151 of 255 = 59%
B 209 of 255 = 82%

116
151
209

R + G + B ~ 62%. #7497D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 151 + 209 = 476 (100%)
R 116 of 476 ~ 24.37%
G 151 of 476 ~ 31.72%
B 209 of 476 ~ 43.91%

%24.37
%31.72
%43.91

CMYK color model

#7497D1 color CMYK value is (44,28,0,18).

  • cyan value is 44.50%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(44,28,0,18)
C44M28Y0K18 
(44%,28%,0%,18%)
(0.44/0.28/0.00/0.18)	

CMYK percentages

%44.5
%27.75
%0
%18.04

Codes

Color #7497D1 in popluar color models

7497D1
RGB116151209
HSL217°50.27%63.73%
HSB/HSV217°44.50%81.96%
CMYK44.50%27.75%0.00%
18.04%

Color #7497D1 in popluar number systems.

HEX7497D1
Decimal116151209
Binary11101001001011111010001
Octal164227321

Shades and tints

Shades of #7497D1

#7497D1
(116,151,209)
#6A8ABE
(106,138,190)
#607DAB
(96,125,171)
#567098
(86,112,152)
#4C6385
(76,99,133)
#425672
(66,86,114)
#38495F
(56,73,95)
#2E3C4C
(46,60,76)
#242F39
(36,47,57)
#1A2226
(26,34,38)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #7497D1

#7497D1
(116,151,209)
#80A0D5
(128,160,213)
#8CA9D9
(140,169,217)
#98B2DD
(152,178,221)
#A4BBE1
(164,187,225)
#B0C4E5
(176,196,229)
#BCCDE9
(188,205,233)
#C8D6ED
(200,214,237)
#D4DFF1
(212,223,241)
#E0E8F5
(224,232,245)
#ECF1F9
(236,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7497D1; }

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

This text font color is #7497D1.


Background Color

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

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

This div background color is #7497D1.


Border color

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

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

This div border color is #7497D1.


Opacity

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

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

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

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

This text has shadow with #7497D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7497D1 on black background.


Color preview on white background

This text has color #7497D1 on white background.



Black color preview on #7497D1 background

This text has black color on #7497D1 background.


White color preview on #7497D1 background

This text has white color on #7497D1 background.