COLOR #8290AB

HEX: #8290AB RGB: (130,144,171)

Color info

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

RGB color model

#8290AB color RGB value is (130,144,171).

RGB: (130,144,171) (51%, 56%, 67%)

RGB channels and saturation

R 130 of 255 = 51%
G 144 of 255 = 56%
B 171 of 255 = 67%

130
144
171

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

Portions of RGB colors in percentages

R + G + B = 130 + 144 + 171 = 445 (100%)
R 130 of 445 ~ 29.21%
G 144 of 445 ~ 32.36%
B 171 of 445 ~ 38.43'%

%29.21
%32.36
%38.43

CMYK color model

#8290AB color CMYK value is (24,16,0,33).

  • cyan value is 23.98%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (24,16,0,33)
C24M16Y0K33 (24%, 16%, 0%, 33%)
(0.24 / 0.16 / 0.00 / 0.33)

CMYK percentages

%23.98
%15.79
%0
%32.94

Codes

Color #8290AB in popluar color models

82 90 AB
RGB 130 144 171
HSL 220° 19.62% 59.02%
HSB/HSV 220° 23.98% 67.06%
CMYK 23.98% 15.79% 0.00%
32.94%

Color #8290AB in popluar number systems.

HEX 82 90 AB
Decimal 130 144 171
Binary 10000010 10010000 10101011
Octal 202 220 253

Shades and tints

Shades of #8290AB

#8290AB
(130,144,171)
#77839C
(119,131,156)
#6C768D
(108,118,141)
#61697E
(97,105,126)
#565C6F
(86,92,111)
#4B4F60
(75,79,96)
#404251
(64,66,81)
#353542
(53,53,66)
#2A2833
(42,40,51)
#1F1B24
(31,27,36)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #8290AB

#8290AB
(130,144,171)
#8D9AB2
(141,154,178)
#98A4B9
(152,164,185)
#A3AEC0
(163,174,192)
#AEB8C7
(174,184,199)
#B9C2CE
(185,194,206)
#C4CCD5
(196,204,213)
#CFD6DC
(207,214,220)
#DAE0E3
(218,224,227)
#E5EAEA
(229,234,234)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8290AB; }

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

This text font color is #8290AB.

Background Color

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

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

This div background color is #8290AB.

Border color

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

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

This div border color is #8290AB.

Opacity

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

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

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

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

This text has shadow with #8290AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8290AB.

Preview

Color preview on black background

This text has color #8290AB on black background.


Color preview on white background

This text has color #8290AB on white background.


Black color preview on #8290AB background

This text has black color on #8290AB background.


White color preview on #8290AB background

This text has white color on #8290AB background.


Related colors

Complementary color

Complementary color for #hex is #7D6F54.


I love getcolorcode.com

Triadic colors

1 #AB8290 and #90AB82 with #8290AB are triadic colors.

2 #AB9082 and #9082AB with #8290AB are triadic colors.