COLOR #7397A9

HEX: #7397A9
RGB: (115,151,169)

Color info

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

RGB color model

#7397A9 color RGB value is (115,151,169).

  • red value is 115;
  • green value is 151;
  • blue value is 169.
RGB:
(115,151,169)
(45%,59%,66%)

RGB channels and saturation

R 115 of 255 = 45%
G 151 of 255 = 59%
B 169 of 255 = 66%

115
151
169

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

Portions of RGB colors in percentages

R + G + B =
115 + 151 + 169 = 435 (100%)
R 115 of 435 ~ 26.44%
G 151 of 435 ~ 34.71%
B 169 of 435 ~ 38.85%

%26.44
%34.71
%38.85

CMYK color model

#7397A9 color CMYK value is (32,11,0,34).

  • cyan value is 31.95%
  • magenta value is 10.65%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(32,11,0,34)
C32M11Y0K34 
(32%,11%,0%,34%)
(0.32/0.11/0.00/0.34)	

CMYK percentages

%31.95
%10.65
%0
%33.73

Codes

Color #7397A9 in popluar color models

7397A9
RGB115151169
HSL200°23.89%55.69%
HSB/HSV200°31.95%66.27%
CMYK31.95%10.65%0.00%
33.73%

Color #7397A9 in popluar number systems.

HEX7397A9
Decimal115151169
Binary11100111001011110101001
Octal163227251

Shades and tints

Shades of #7397A9

#7397A9
(115,151,169)
#698A9A
(105,138,154)
#5F7D8B
(95,125,139)
#55707C
(85,112,124)
#4B636D
(75,99,109)
#41565E
(65,86,94)
#37494F
(55,73,79)
#2D3C40
(45,60,64)
#232F31
(35,47,49)
#192222
(25,34,34)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #7397A9

#7397A9
(115,151,169)
#7FA0B0
(127,160,176)
#8BA9B7
(139,169,183)
#97B2BE
(151,178,190)
#A3BBC5
(163,187,197)
#AFC4CC
(175,196,204)
#BBCDD3
(187,205,211)
#C7D6DA
(199,214,218)
#D3DFE1
(211,223,225)
#DFE8E8
(223,232,232)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7397A9 color. Also use rgb(115,151,169) instead hex code.

Text Font Color

.myTextColor { color: #7397A9; }

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

This text font color is #7397A9.


Background Color

.myBgColor { background-color: #7397A9; }

<div style="background-color:#7397A9">Inner text</div>

This div background color is #7397A9.


Border color

.myBorderColor { border: 1px solid #7397A9; }

<div style="border:3px solid #7397A9">Div</div>

This div border color is #7397A9.


Opacity

.myOpacity80 { color: #7397A9; opacity: 0.8; }

<p style="color:#7397A9;opacity:0.8;">80%</p>

Text with #7397A9 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 #7397A9;}

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

This text has shadow with #7397A9 color.

.textShadow {text-shadow: 3px 3px 1px #7397A9, 3px 3px 1px red;}

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

This text has shadow with #7397A9 primary color and red secondary color.


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

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

This text has shadow with #7397A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7397A9 on black background.


Color preview on white background

This text has color #7397A9 on white background.



Black color preview on #7397A9 background

This text has black color on #7397A9 background.


White color preview on #7397A9 background

This text has white color on #7397A9 background.