COLOR #7493A5

HEX: #7493A5
RGB: (116,147,165)

Color info

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

RGB color model

#7493A5 color RGB value is (116,147,165).

  • red value is 116;
  • green value is 147;
  • blue value is 165.
RGB:
(116,147,165)
(45%,58%,65%)

RGB channels and saturation

R 116 of 255 = 45%
G 147 of 255 = 58%
B 165 of 255 = 65%

116
147
165

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

Portions of RGB colors in percentages

R + G + B =
116 + 147 + 165 = 428 (100%)
R 116 of 428 ~ 27.1%
G 147 of 428 ~ 34.35%
B 165 of 428 ~ 38.55%

%27.1
%34.35
%38.55

CMYK color model

#7493A5 color CMYK value is (30,11,0,35).

  • cyan value is 29.70%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(30,11,0,35)
C30M11Y0K35 
(30%,11%,0%,35%)
(0.30/0.11/0.00/0.35)	

CMYK percentages

%29.7
%10.91
%0
%35.29

Codes

Color #7493A5 in popluar color models

7493A5
RGB116147165
HSL202°21.40%55.10%
HSB/HSV202°29.70%64.71%
CMYK29.70%10.91%0.00%
35.29%

Color #7493A5 in popluar number systems.

HEX7493A5
Decimal116147165
Binary11101001001001110100101
Octal164223245

Shades and tints

Shades of #7493A5

#7493A5
(116,147,165)
#6A8696
(106,134,150)
#607987
(96,121,135)
#566C78
(86,108,120)
#4C5F69
(76,95,105)
#42525A
(66,82,90)
#38454B
(56,69,75)
#2E383C
(46,56,60)
#242B2D
(36,43,45)
#1A1E1E
(26,30,30)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #7493A5

#7493A5
(116,147,165)
#809CAD
(128,156,173)
#8CA5B5
(140,165,181)
#98AEBD
(152,174,189)
#A4B7C5
(164,183,197)
#B0C0CD
(176,192,205)
#BCC9D5
(188,201,213)
#C8D2DD
(200,210,221)
#D4DBE5
(212,219,229)
#E0E4ED
(224,228,237)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7493A5 color. Also use rgb(116,147,165) instead hex code.

Text Font Color

.myTextColor { color: #7493A5; }

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

This text font color is #7493A5.


Background Color

.myBgColor { background-color: #7493A5; }

<div style="background-color:#7493A5">Inner text</div>

This div background color is #7493A5.


Border color

.myBorderColor { border: 1px solid #7493A5; }

<div style="border:3px solid #7493A5">Div</div>

This div border color is #7493A5.


Opacity

.myOpacity80 { color: #7493A5; opacity: 0.8; }

<p style="color:#7493A5;opacity:0.8;">80%</p>

Text with #7493A5 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 #7493A5;}

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

This text has shadow with #7493A5 color.

.textShadow {text-shadow: 3px 3px 1px #7493A5, 3px 3px 1px red;}

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

This text has shadow with #7493A5 primary color and red secondary color.


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

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

This text has shadow with #7493A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7493A5 on black background.


Color preview on white background

This text has color #7493A5 on white background.



Black color preview on #7493A5 background

This text has black color on #7493A5 background.


White color preview on #7493A5 background

This text has white color on #7493A5 background.