COLOR #7393A3

HEX: #7393A3
RGB: (115,147,163)

Color info

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

RGB color model

#7393A3 color RGB value is (115,147,163).

  • red value is 115;
  • green value is 147;
  • blue value is 163.
RGB:
(115,147,163)
(45%,58%,64%)

RGB channels and saturation

R 115 of 255 = 45%
G 147 of 255 = 58%
B 163 of 255 = 64%

115
147
163

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

Portions of RGB colors in percentages

R + G + B =
115 + 147 + 163 = 425 (100%)
R 115 of 425 ~ 27.06%
G 147 of 425 ~ 34.59%
B 163 of 425 ~ 38.35%

%27.06
%34.59
%38.35

CMYK color model

#7393A3 color CMYK value is (29,10,0,36).

  • cyan value is 29.45%
  • magenta value is 9.82%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(29,10,0,36)
C29M10Y0K36 
(29%,10%,0%,36%)
(0.29/0.10/0.00/0.36)	

CMYK percentages

%29.45
%9.82
%0
%36.08

Codes

Color #7393A3 in popluar color models

7393A3
RGB115147163
HSL200°20.69%54.51%
HSB/HSV200°29.45%63.92%
CMYK29.45%9.82%0.00%
36.08%

Color #7393A3 in popluar number systems.

HEX7393A3
Decimal115147163
Binary11100111001001110100011
Octal163223243

Shades and tints

Shades of #7393A3

#7393A3
(115,147,163)
#698695
(105,134,149)
#5F7987
(95,121,135)
#556C79
(85,108,121)
#4B5F6B
(75,95,107)
#41525D
(65,82,93)
#37454F
(55,69,79)
#2D3841
(45,56,65)
#232B33
(35,43,51)
#191E25
(25,30,37)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #7393A3

#7393A3
(115,147,163)
#7F9CAB
(127,156,171)
#8BA5B3
(139,165,179)
#97AEBB
(151,174,187)
#A3B7C3
(163,183,195)
#AFC0CB
(175,192,203)
#BBC9D3
(187,201,211)
#C7D2DB
(199,210,219)
#D3DBE3
(211,219,227)
#DFE4EB
(223,228,235)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7393A3 color. Also use rgb(115,147,163) instead hex code.

Text Font Color

.myTextColor { color: #7393A3; }

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

This text font color is #7393A3.


Background Color

.myBgColor { background-color: #7393A3; }

<div style="background-color:#7393A3">Inner text</div>

This div background color is #7393A3.


Border color

.myBorderColor { border: 1px solid #7393A3; }

<div style="border:3px solid #7393A3">Div</div>

This div border color is #7393A3.


Opacity

.myOpacity80 { color: #7393A3; opacity: 0.8; }

<p style="color:#7393A3;opacity:0.8;">80%</p>

Text with #7393A3 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 #7393A3;}

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

This text has shadow with #7393A3 color.

.textShadow {text-shadow: 3px 3px 1px #7393A3, 3px 3px 1px red;}

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

This text has shadow with #7393A3 primary color and red secondary color.


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

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

This text has shadow with #7393A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7393A3 on black background.


Color preview on white background

This text has color #7393A3 on white background.



Black color preview on #7393A3 background

This text has black color on #7393A3 background.


White color preview on #7393A3 background

This text has white color on #7393A3 background.