COLOR #8294B3

HEX: #8294B3
RGB: (130,148,179)

Color info

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

RGB color model

#8294B3 color RGB value is (130,148,179).

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

RGB channels and saturation

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

130
148
179

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

Portions of RGB colors in percentages

R + G + B =
130 + 148 + 179 = 457 (100%)
R 130 of 457 ~ 28.45%
G 148 of 457 ~ 32.39%
B 179 of 457 ~ 39.17%

%28.45
%32.39
%39.17

CMYK color model

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

  • cyan value is 27.37%
  • 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

%27.37
%17.32
%0
%29.8

Codes

Color #8294B3 in popluar color models

8294B3
RGB130148179
HSL218°24.38%60.59%
HSB/HSV218°27.37%70.20%
CMYK27.37%17.32%0.00%
29.80%

Color #8294B3 in popluar number systems.

HEX8294B3
Decimal130148179
Binary100000101001010010110011
Octal202224263

Shades and tints

Shades of #8294B3

#8294B3
(130,148,179)
#7787A3
(119,135,163)
#6C7A93
(108,122,147)
#616D83
(97,109,131)
#566073
(86,96,115)
#4B5363
(75,83,99)
#404653
(64,70,83)
#353943
(53,57,67)
#2A2C33
(42,44,51)
#1F1F23
(31,31,35)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #8294B3

#8294B3
(130,148,179)
#8D9DB9
(141,157,185)
#98A6BF
(152,166,191)
#A3AFC5
(163,175,197)
#AEB8CB
(174,184,203)
#B9C1D1
(185,193,209)
#C4CAD7
(196,202,215)
#CFD3DD
(207,211,221)
#DADCE3
(218,220,227)
#E5E5E9
(229,229,233)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8294B3; }

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

This text font color is #8294B3.


Background Color

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

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

This div background color is #8294B3.


Border color

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

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

This div border color is #8294B3.


Opacity

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

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

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

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

This text has shadow with #8294B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8294B3 on black background.


Color preview on white background

This text has color #8294B3 on white background.



Black color preview on #8294B3 background

This text has black color on #8294B3 background.


White color preview on #8294B3 background

This text has white color on #8294B3 background.