COLOR #8292AD

HEX: #8292AD
RGB: (130,146,173)

Color info

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

RGB color model

#8292AD color RGB value is (130,146,173).

  • red value is 130;
  • green value is 146;
  • blue value is 173.
RGB:
(130,146,173)
(51%,57%,68%)

RGB channels and saturation

R 130 of 255 = 51%
G 146 of 255 = 57%
B 173 of 255 = 68%

130
146
173

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

Portions of RGB colors in percentages

R + G + B =
130 + 146 + 173 = 449 (100%)
R 130 of 449 ~ 28.95%
G 146 of 449 ~ 32.52%
B 173 of 449 ~ 38.53%

%28.95
%32.52
%38.53

CMYK color model

#8292AD color CMYK value is (25,16,0,32).

  • cyan value is 24.86%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(25,16,0,32)
C25M16Y0K32 
(25%,16%,0%,32%)
(0.25/0.16/0.00/0.32)	

CMYK percentages

%24.86
%15.61
%0
%32.16

Codes

Color #8292AD in popluar color models

8292AD
RGB130146173
HSL218°20.77%59.41%
HSB/HSV218°24.86%67.84%
CMYK24.86%15.61%0.00%
32.16%

Color #8292AD in popluar number systems.

HEX8292AD
Decimal130146173
Binary100000101001001010101101
Octal202222255

Shades and tints

Shades of #8292AD

#8292AD
(130,146,173)
#77859E
(119,133,158)
#6C788F
(108,120,143)
#616B80
(97,107,128)
#565E71
(86,94,113)
#4B5162
(75,81,98)
#404453
(64,68,83)
#353744
(53,55,68)
#2A2A35
(42,42,53)
#1F1D26
(31,29,38)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #8292AD

#8292AD
(130,146,173)
#8D9BB4
(141,155,180)
#98A4BB
(152,164,187)
#A3ADC2
(163,173,194)
#AEB6C9
(174,182,201)
#B9BFD0
(185,191,208)
#C4C8D7
(196,200,215)
#CFD1DE
(207,209,222)
#DADAE5
(218,218,229)
#E5E3EC
(229,227,236)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8292AD color. Also use rgb(130,146,173) instead hex code.

Text Font Color

.myTextColor { color: #8292AD; }

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

This text font color is #8292AD.


Background Color

.myBgColor { background-color: #8292AD; }

<div style="background-color:#8292AD">Inner text</div>

This div background color is #8292AD.


Border color

.myBorderColor { border: 1px solid #8292AD; }

<div style="border:3px solid #8292AD">Div</div>

This div border color is #8292AD.


Opacity

.myOpacity80 { color: #8292AD; opacity: 0.8; }

<p style="color:#8292AD;opacity:0.8;">80%</p>

Text with #8292AD 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 #8292AD;}

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

This text has shadow with #8292AD color.

.textShadow {text-shadow: 3px 3px 1px #8292AD, 3px 3px 1px red;}

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

This text has shadow with #8292AD primary color and red secondary color.


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

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

This text has shadow with #8292AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8292AD on black background.


Color preview on white background

This text has color #8292AD on white background.



Black color preview on #8292AD background

This text has black color on #8292AD background.


White color preview on #8292AD background

This text has white color on #8292AD background.