COLOR #8394B3

HEX: #8394B3
RGB: (131,148,179)

Color info

#8394B3 contains red, green and blue colors in about the same proportion. Web safe color of #8394B3 is #999999 (or #999).

RGB color model

#8394B3 color RGB value is (131,148,179).

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

RGB channels and saturation

R 131 of 255 = 51%
G 148 of 255 = 58%
B 179 of 255 = 70%

131
148
179

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

Portions of RGB colors in percentages

R + G + B =
131 + 148 + 179 = 458 (100%)
R 131 of 458 ~ 28.6%
G 148 of 458 ~ 32.31%
B 179 of 458 ~ 39.08%

%28.6
%32.31
%39.08

CMYK color model

#8394B3 color CMYK value is (27,17,0,30).

  • cyan value is 26.82%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(27,17,0,30)
C27M17Y0K30 
(27%,17%,0%,30%)
(0.27/0.17/0.00/0.30)	

CMYK percentages

%26.82
%17.32
%0
%29.8

Codes

Color #8394B3 in popluar color models

8394B3
RGB131148179
HSL219°24.00%60.78%
HSB/HSV219°26.82%70.20%
CMYK26.82%17.32%0.00%
29.80%

Color #8394B3 in popluar number systems.

HEX8394B3
Decimal131148179
Binary100000111001010010110011
Octal203224263

Shades and tints

Shades of #8394B3

#8394B3
(131,148,179)
#7887A3
(120,135,163)
#6D7A93
(109,122,147)
#626D83
(98,109,131)
#576073
(87,96,115)
#4C5363
(76,83,99)
#414653
(65,70,83)
#363943
(54,57,67)
#2B2C33
(43,44,51)
#201F23
(32,31,35)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #8394B3

#8394B3
(131,148,179)
#8E9DB9
(142,157,185)
#99A6BF
(153,166,191)
#A4AFC5
(164,175,197)
#AFB8CB
(175,184,203)
#BAC1D1
(186,193,209)
#C5CAD7
(197,202,215)
#D0D3DD
(208,211,221)
#DBDCE3
(219,220,227)
#E6E5E9
(230,229,233)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8394B3; }

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

This text font color is #8394B3.


Background Color

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

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

This div background color is #8394B3.


Border color

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

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

This div border color is #8394B3.


Opacity

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

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

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

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

This text has shadow with #8394B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8394B3 on black background.


Color preview on white background

This text has color #8394B3 on white background.



Black color preview on #8394B3 background

This text has black color on #8394B3 background.


White color preview on #8394B3 background

This text has white color on #8394B3 background.