COLOR #7396AD

HEX: #7396AD
RGB: (115,150,173)

Color info

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

RGB color model

#7396AD color RGB value is (115,150,173).

  • red value is 115;
  • green value is 150;
  • blue value is 173.
RGB:
(115,150,173)
(45%,59%,68%)

RGB channels and saturation

R 115 of 255 = 45%
G 150 of 255 = 59%
B 173 of 255 = 68%

115
150
173

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

Portions of RGB colors in percentages

R + G + B =
115 + 150 + 173 = 438 (100%)
R 115 of 438 ~ 26.26%
G 150 of 438 ~ 34.25%
B 173 of 438 ~ 39.5%

%26.26
%34.25
%39.5

CMYK color model

#7396AD color CMYK value is (34,13,0,32).

  • cyan value is 33.53%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(34,13,0,32)
C34M13Y0K32 
(34%,13%,0%,32%)
(0.34/0.13/0.00/0.32)	

CMYK percentages

%33.53
%13.29
%0
%32.16

Codes

Color #7396AD in popluar color models

7396AD
RGB115150173
HSL204°26.13%56.47%
HSB/HSV204°33.53%67.84%
CMYK33.53%13.29%0.00%
32.16%

Color #7396AD in popluar number systems.

HEX7396AD
Decimal115150173
Binary11100111001011010101101
Octal163226255

Shades and tints

Shades of #7396AD

#7396AD
(115,150,173)
#69899E
(105,137,158)
#5F7C8F
(95,124,143)
#556F80
(85,111,128)
#4B6271
(75,98,113)
#415562
(65,85,98)
#374853
(55,72,83)
#2D3B44
(45,59,68)
#232E35
(35,46,53)
#192126
(25,33,38)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #7396AD

#7396AD
(115,150,173)
#7F9FB4
(127,159,180)
#8BA8BB
(139,168,187)
#97B1C2
(151,177,194)
#A3BAC9
(163,186,201)
#AFC3D0
(175,195,208)
#BBCCD7
(187,204,215)
#C7D5DE
(199,213,222)
#D3DEE5
(211,222,229)
#DFE7EC
(223,231,236)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7396AD color. Also use rgb(115,150,173) instead hex code.

Text Font Color

.myTextColor { color: #7396AD; }

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

This text font color is #7396AD.


Background Color

.myBgColor { background-color: #7396AD; }

<div style="background-color:#7396AD">Inner text</div>

This div background color is #7396AD.


Border color

.myBorderColor { border: 1px solid #7396AD; }

<div style="border:3px solid #7396AD">Div</div>

This div border color is #7396AD.


Opacity

.myOpacity80 { color: #7396AD; opacity: 0.8; }

<p style="color:#7396AD;opacity:0.8;">80%</p>

Text with #7396AD 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 #7396AD;}

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

This text has shadow with #7396AD color.

.textShadow {text-shadow: 3px 3px 1px #7396AD, 3px 3px 1px red;}

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

This text has shadow with #7396AD primary color and red secondary color.


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

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

This text has shadow with #7396AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7396AD on black background.


Color preview on white background

This text has color #7396AD on white background.



Black color preview on #7396AD background

This text has black color on #7396AD background.


White color preview on #7396AD background

This text has white color on #7396AD background.