COLOR #8291A9

HEX: #8291A9
RGB: (130,145,169)

Color info

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

RGB color model

#8291A9 color RGB value is (130,145,169).

  • red value is 130;
  • green value is 145;
  • blue value is 169.
RGB:
(130,145,169)
(51%,57%,66%)

RGB channels and saturation

R 130 of 255 = 51%
G 145 of 255 = 57%
B 169 of 255 = 66%

130
145
169

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

Portions of RGB colors in percentages

R + G + B =
130 + 145 + 169 = 444 (100%)
R 130 of 444 ~ 29.28%
G 145 of 444 ~ 32.66%
B 169 of 444 ~ 38.06%

%29.28
%32.66
%38.06

CMYK color model

#8291A9 color CMYK value is (23,14,0,34).

  • cyan value is 23.08%
  • magenta value is 14.20%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(23,14,0,34)
C23M14Y0K34 
(23%,14%,0%,34%)
(0.23/0.14/0.00/0.34)	

CMYK percentages

%23.08
%14.2
%0
%33.73

Codes

Color #8291A9 in popluar color models

8291A9
RGB130145169
HSL217°18.48%58.63%
HSB/HSV217°23.08%66.27%
CMYK23.08%14.20%0.00%
33.73%

Color #8291A9 in popluar number systems.

HEX8291A9
Decimal130145169
Binary100000101001000110101001
Octal202221251

Shades and tints

Shades of #8291A9

#8291A9
(130,145,169)
#77849A
(119,132,154)
#6C778B
(108,119,139)
#616A7C
(97,106,124)
#565D6D
(86,93,109)
#4B505E
(75,80,94)
#40434F
(64,67,79)
#353640
(53,54,64)
#2A2931
(42,41,49)
#1F1C22
(31,28,34)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #8291A9

#8291A9
(130,145,169)
#8D9BB0
(141,155,176)
#98A5B7
(152,165,183)
#A3AFBE
(163,175,190)
#AEB9C5
(174,185,197)
#B9C3CC
(185,195,204)
#C4CDD3
(196,205,211)
#CFD7DA
(207,215,218)
#DAE1E1
(218,225,225)
#E5EBE8
(229,235,232)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8291A9 color. Also use rgb(130,145,169) instead hex code.

Text Font Color

.myTextColor { color: #8291A9; }

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

This text font color is #8291A9.


Background Color

.myBgColor { background-color: #8291A9; }

<div style="background-color:#8291A9">Inner text</div>

This div background color is #8291A9.


Border color

.myBorderColor { border: 1px solid #8291A9; }

<div style="border:3px solid #8291A9">Div</div>

This div border color is #8291A9.


Opacity

.myOpacity80 { color: #8291A9; opacity: 0.8; }

<p style="color:#8291A9;opacity:0.8;">80%</p>

Text with #8291A9 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 #8291A9;}

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

This text has shadow with #8291A9 color.

.textShadow {text-shadow: 3px 3px 1px #8291A9, 3px 3px 1px red;}

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

This text has shadow with #8291A9 primary color and red secondary color.


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

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

This text has shadow with #8291A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8291A9 on black background.


Color preview on white background

This text has color #8291A9 on white background.



Black color preview on #8291A9 background

This text has black color on #8291A9 background.


White color preview on #8291A9 background

This text has white color on #8291A9 background.