COLOR #8289AB

HEX: #8289AB
RGB: (130,137,171)

Color info

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

RGB color model

#8289AB color RGB value is (130,137,171).

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

RGB channels and saturation

R 130 of 255 = 51%
G 137 of 255 = 54%
B 171 of 255 = 67%

130
137
171

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

Portions of RGB colors in percentages

R + G + B =
130 + 137 + 171 = 438 (100%)
R 130 of 438 ~ 29.68%
G 137 of 438 ~ 31.28%
B 171 of 438 ~ 39.04%

%29.68
%31.28
%39.04

CMYK color model

#8289AB color CMYK value is (24,20,0,33).

  • cyan value is 23.98%
  • magenta value is 19.88%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(24,20,0,33)
C24M20Y0K33 
(24%,20%,0%,33%)
(0.24/0.20/0.00/0.33)	

CMYK percentages

%23.98
%19.88
%0
%32.94

Codes

Color #8289AB in popluar color models

8289AB
RGB130137171
HSL230°19.62%59.02%
HSB/HSV230°23.98%67.06%
CMYK23.98%19.88%0.00%
32.94%

Color #8289AB in popluar number systems.

HEX8289AB
Decimal130137171
Binary100000101000100110101011
Octal202211253

Shades and tints

Shades of #8289AB

#8289AB
(130,137,171)
#777D9C
(119,125,156)
#6C718D
(108,113,141)
#61657E
(97,101,126)
#56596F
(86,89,111)
#4B4D60
(75,77,96)
#404151
(64,65,81)
#353542
(53,53,66)
#2A2933
(42,41,51)
#1F1D24
(31,29,36)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #8289AB

#8289AB
(130,137,171)
#8D93B2
(141,147,178)
#989DB9
(152,157,185)
#A3A7C0
(163,167,192)
#AEB1C7
(174,177,199)
#B9BBCE
(185,187,206)
#C4C5D5
(196,197,213)
#CFCFDC
(207,207,220)
#DAD9E3
(218,217,227)
#E5E3EA
(229,227,234)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8289AB; }

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

This text font color is #8289AB.


Background Color

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

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

This div background color is #8289AB.


Border color

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

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

This div border color is #8289AB.


Opacity

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

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

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

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

This text has shadow with #8289AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8289AB on black background.


Color preview on white background

This text has color #8289AB on white background.



Black color preview on #8289AB background

This text has black color on #8289AB background.


White color preview on #8289AB background

This text has white color on #8289AB background.