COLOR #8289A9

HEX: #8289A9
RGB: (130,137,169)

Color info

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

RGB color model

#8289A9 color RGB value is (130,137,169).

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

RGB channels and saturation

R 130 of 255 = 51%
G 137 of 255 = 54%
B 169 of 255 = 66%

130
137
169

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

Portions of RGB colors in percentages

R + G + B =
130 + 137 + 169 = 436 (100%)
R 130 of 436 ~ 29.82%
G 137 of 436 ~ 31.42%
B 169 of 436 ~ 38.76%

%29.82
%31.42
%38.76

CMYK color model

#8289A9 color CMYK value is (23,19,0,34).

  • cyan value is 23.08%
  • magenta value is 18.93%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(23,19,0,34)
C23M19Y0K34 
(23%,19%,0%,34%)
(0.23/0.19/0.00/0.34)	

CMYK percentages

%23.08
%18.93
%0
%33.73

Codes

Color #8289A9 in popluar color models

8289A9
RGB130137169
HSL229°18.48%58.63%
HSB/HSV229°23.08%66.27%
CMYK23.08%18.93%0.00%
33.73%

Color #8289A9 in popluar number systems.

HEX8289A9
Decimal130137169
Binary100000101000100110101001
Octal202211251

Shades and tints

Shades of #8289A9

#8289A9
(130,137,169)
#777D9A
(119,125,154)
#6C718B
(108,113,139)
#61657C
(97,101,124)
#56596D
(86,89,109)
#4B4D5E
(75,77,94)
#40414F
(64,65,79)
#353540
(53,53,64)
#2A2931
(42,41,49)
#1F1D22
(31,29,34)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #8289A9

#8289A9
(130,137,169)
#8D93B0
(141,147,176)
#989DB7
(152,157,183)
#A3A7BE
(163,167,190)
#AEB1C5
(174,177,197)
#B9BBCC
(185,187,204)
#C4C5D3
(196,197,211)
#CFCFDA
(207,207,218)
#DAD9E1
(218,217,225)
#E5E3E8
(229,227,232)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8289A9; }

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

This text font color is #8289A9.


Background Color

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

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

This div background color is #8289A9.


Border color

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

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

This div border color is #8289A9.


Opacity

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

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

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

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

This text has shadow with #8289A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8289A9 on black background.


Color preview on white background

This text has color #8289A9 on white background.



Black color preview on #8289A9 background

This text has black color on #8289A9 background.


White color preview on #8289A9 background

This text has white color on #8289A9 background.