COLOR #7394B3

HEX: #7394B3
RGB: (115,148,179)

Color info

#7394B3 contains mainly green and blue colors. Web safe color of #7394B3 is #669999 (or #699).

RGB color model

#7394B3 color RGB value is (115,148,179).

  • red value is 115;
  • green value is 148;
  • blue value is 179.
RGB:
(115,148,179)
(45%,58%,70%)

RGB channels and saturation

R 115 of 255 = 45%
G 148 of 255 = 58%
B 179 of 255 = 70%

115
148
179

R + G + B ~ 58%. #7394B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 148 + 179 = 442 (100%)
R 115 of 442 ~ 26.02%
G 148 of 442 ~ 33.48%
B 179 of 442 ~ 40.5%

%26.02
%33.48
%40.5

CMYK color model

#7394B3 color CMYK value is (36,17,0,30).

  • cyan value is 35.75%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(36,17,0,30)
C36M17Y0K30 
(36%,17%,0%,30%)
(0.36/0.17/0.00/0.30)	

CMYK percentages

%35.75
%17.32
%0
%29.8

Codes

Color #7394B3 in popluar color models

7394B3
RGB115148179
HSL209°29.63%57.65%
HSB/HSV209°35.75%70.20%
CMYK35.75%17.32%0.00%
29.80%

Color #7394B3 in popluar number systems.

HEX7394B3
Decimal115148179
Binary11100111001010010110011
Octal163224263

Shades and tints

Shades of #7394B3

#7394B3
(115,148,179)
#6987A3
(105,135,163)
#5F7A93
(95,122,147)
#556D83
(85,109,131)
#4B6073
(75,96,115)
#415363
(65,83,99)
#374653
(55,70,83)
#2D3943
(45,57,67)
#232C33
(35,44,51)
#191F23
(25,31,35)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #7394B3

#7394B3
(115,148,179)
#7F9DB9
(127,157,185)
#8BA6BF
(139,166,191)
#97AFC5
(151,175,197)
#A3B8CB
(163,184,203)
#AFC1D1
(175,193,209)
#BBCAD7
(187,202,215)
#C7D3DD
(199,211,221)
#D3DCE3
(211,220,227)
#DFE5E9
(223,229,233)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7394B3 color. Also use rgb(115,148,179) instead hex code.

Text Font Color

.myTextColor { color: #7394B3; }

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

This text font color is #7394B3.


Background Color

.myBgColor { background-color: #7394B3; }

<div style="background-color:#7394B3">Inner text</div>

This div background color is #7394B3.


Border color

.myBorderColor { border: 1px solid #7394B3; }

<div style="border:3px solid #7394B3">Div</div>

This div border color is #7394B3.


Opacity

.myOpacity80 { color: #7394B3; opacity: 0.8; }

<p style="color:#7394B3;opacity:0.8;">80%</p>

Text with #7394B3 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 #7394B3;}

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

This text has shadow with #7394B3 color.

.textShadow {text-shadow: 3px 3px 1px #7394B3, 3px 3px 1px red;}

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

This text has shadow with #7394B3 primary color and red secondary color.


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

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

This text has shadow with #7394B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7394B3 on black background.


Color preview on white background

This text has color #7394B3 on white background.



Black color preview on #7394B3 background

This text has black color on #7394B3 background.


White color preview on #7394B3 background

This text has white color on #7394B3 background.