COLOR #8294AA

HEX: #8294AA
RGB: (130,148,170)

Color info

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

RGB color model

#8294AA color RGB value is (130,148,170).

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

RGB channels and saturation

R 130 of 255 = 51%
G 148 of 255 = 58%
B 170 of 255 = 67%

130
148
170

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

Portions of RGB colors in percentages

R + G + B =
130 + 148 + 170 = 448 (100%)
R 130 of 448 ~ 29.02%
G 148 of 448 ~ 33.04%
B 170 of 448 ~ 37.95%

%29.02
%33.04
%37.95

CMYK color model

#8294AA color CMYK value is (24,13,0,33).

  • cyan value is 23.53%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(24,13,0,33)
C24M13Y0K33 
(24%,13%,0%,33%)
(0.24/0.13/0.00/0.33)	

CMYK percentages

%23.53
%12.94
%0
%33.33

Codes

Color #8294AA in popluar color models

8294AA
RGB130148170
HSL213°19.05%58.82%
HSB/HSV213°23.53%66.67%
CMYK23.53%12.94%0.00%
33.33%

Color #8294AA in popluar number systems.

HEX8294AA
Decimal130148170
Binary100000101001010010101010
Octal202224252

Shades and tints

Shades of #8294AA

#8294AA
(130,148,170)
#77879B
(119,135,155)
#6C7A8C
(108,122,140)
#616D7D
(97,109,125)
#56606E
(86,96,110)
#4B535F
(75,83,95)
#404650
(64,70,80)
#353941
(53,57,65)
#2A2C32
(42,44,50)
#1F1F23
(31,31,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #8294AA

#8294AA
(130,148,170)
#8D9DB1
(141,157,177)
#98A6B8
(152,166,184)
#A3AFBF
(163,175,191)
#AEB8C6
(174,184,198)
#B9C1CD
(185,193,205)
#C4CAD4
(196,202,212)
#CFD3DB
(207,211,219)
#DADCE2
(218,220,226)
#E5E5E9
(229,229,233)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8294AA; }

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

This text font color is #8294AA.


Background Color

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

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

This div background color is #8294AA.


Border color

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

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

This div border color is #8294AA.


Opacity

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

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

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

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

This text has shadow with #8294AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8294AA on black background.


Color preview on white background

This text has color #8294AA on white background.



Black color preview on #8294AA background

This text has black color on #8294AA background.


White color preview on #8294AA background

This text has white color on #8294AA background.