COLOR #7397BA

HEX: #7397BA
RGB: (115,151,186)

Color info

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

RGB color model

#7397BA color RGB value is (115,151,186).

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

RGB channels and saturation

R 115 of 255 = 45%
G 151 of 255 = 59%
B 186 of 255 = 73%

115
151
186

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

Portions of RGB colors in percentages

R + G + B =
115 + 151 + 186 = 452 (100%)
R 115 of 452 ~ 25.44%
G 151 of 452 ~ 33.41%
B 186 of 452 ~ 41.15%

%25.44
%33.41
%41.15

CMYK color model

#7397BA color CMYK value is (38,19,0,27).

  • cyan value is 38.17%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(38,19,0,27)
C38M19Y0K27 
(38%,19%,0%,27%)
(0.38/0.19/0.00/0.27)	

CMYK percentages

%38.17
%18.82
%0
%27.06

Codes

Color #7397BA in popluar color models

7397BA
RGB115151186
HSL210°33.97%59.02%
HSB/HSV210°38.17%72.94%
CMYK38.17%18.82%0.00%
27.06%

Color #7397BA in popluar number systems.

HEX7397BA
Decimal115151186
Binary11100111001011110111010
Octal163227272

Shades and tints

Shades of #7397BA

#7397BA
(115,151,186)
#698AAA
(105,138,170)
#5F7D9A
(95,125,154)
#55708A
(85,112,138)
#4B637A
(75,99,122)
#41566A
(65,86,106)
#37495A
(55,73,90)
#2D3C4A
(45,60,74)
#232F3A
(35,47,58)
#19222A
(25,34,42)
#0F151A
(15,21,26)
#000000
(0,0,0)

Tints of #7397BA

#7397BA
(115,151,186)
#7FA0C0
(127,160,192)
#8BA9C6
(139,169,198)
#97B2CC
(151,178,204)
#A3BBD2
(163,187,210)
#AFC4D8
(175,196,216)
#BBCDDE
(187,205,222)
#C7D6E4
(199,214,228)
#D3DFEA
(211,223,234)
#DFE8F0
(223,232,240)
#EBF1F6
(235,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7397BA; }

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

This text font color is #7397BA.


Background Color

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

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

This div background color is #7397BA.


Border color

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

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

This div border color is #7397BA.


Opacity

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

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

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

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

This text has shadow with #7397BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7397BA on black background.


Color preview on white background

This text has color #7397BA on white background.



Black color preview on #7397BA background

This text has black color on #7397BA background.


White color preview on #7397BA background

This text has white color on #7397BA background.