COLOR #7396A7

HEX: #7396A7
RGB: (115,150,167)

Color info

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

RGB color model

#7396A7 color RGB value is (115,150,167).

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

RGB channels and saturation

R 115 of 255 = 45%
G 150 of 255 = 59%
B 167 of 255 = 65%

115
150
167

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

Portions of RGB colors in percentages

R + G + B =
115 + 150 + 167 = 432 (100%)
R 115 of 432 ~ 26.62%
G 150 of 432 ~ 34.72%
B 167 of 432 ~ 38.66%

%26.62
%34.72
%38.66

CMYK color model

#7396A7 color CMYK value is (31,10,0,35).

  • cyan value is 31.14%
  • magenta value is 10.18%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(31,10,0,35)
C31M10Y0K35 
(31%,10%,0%,35%)
(0.31/0.10/0.00/0.35)	

CMYK percentages

%31.14
%10.18
%0
%34.51

Codes

Color #7396A7 in popluar color models

7396A7
RGB115150167
HSL200°22.81%55.29%
HSB/HSV200°31.14%65.49%
CMYK31.14%10.18%0.00%
34.51%

Color #7396A7 in popluar number systems.

HEX7396A7
Decimal115150167
Binary11100111001011010100111
Octal163226247

Shades and tints

Shades of #7396A7

#7396A7
(115,150,167)
#698998
(105,137,152)
#5F7C89
(95,124,137)
#556F7A
(85,111,122)
#4B626B
(75,98,107)
#41555C
(65,85,92)
#37484D
(55,72,77)
#2D3B3E
(45,59,62)
#232E2F
(35,46,47)
#192120
(25,33,32)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #7396A7

#7396A7
(115,150,167)
#7F9FAF
(127,159,175)
#8BA8B7
(139,168,183)
#97B1BF
(151,177,191)
#A3BAC7
(163,186,199)
#AFC3CF
(175,195,207)
#BBCCD7
(187,204,215)
#C7D5DF
(199,213,223)
#D3DEE7
(211,222,231)
#DFE7EF
(223,231,239)
#EBF0F7
(235,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7396A7; }

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

This text font color is #7396A7.


Background Color

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

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

This div background color is #7396A7.


Border color

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

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

This div border color is #7396A7.


Opacity

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

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

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

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

This text has shadow with #7396A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7396A7 on black background.


Color preview on white background

This text has color #7396A7 on white background.



Black color preview on #7396A7 background

This text has black color on #7396A7 background.


White color preview on #7396A7 background

This text has white color on #7396A7 background.