COLOR #8290AC

HEX: #8290AC RGB: (130,144,172)

Color info

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

RGB color model

#8290AC color RGB value is (130,144,172).

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

RGB channels and saturation

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

130
144
172

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

Portions of RGB colors in percentages

R + G + B = 130 + 144 + 172 = 446 (100%)
R 130 of 446 ~ 29.15%
G 144 of 446 ~ 32.29%
B 172 of 446 ~ 38.57'%

%29.15
%32.29
%38.57

CMYK color model

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

  • cyan value is 24.42%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 32.55%

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

CMYK percentages

%24.42
%16.28
%0
%32.55

Codes

Color #8290AC in popluar color models

82 90 AC
RGB 130 144 172
HSL 220° 20.19% 59.22%
HSB/HSV 220° 24.42% 67.45%
CMYK 24.42% 16.28% 0.00%
32.55%

Color #8290AC in popluar number systems.

HEX 82 90 AC
Decimal 130 144 172
Binary 10000010 10010000 10101100
Octal 202 220 254

Shades and tints

Shades of #8290AC

#8290AC
(130,144,172)
#77839D
(119,131,157)
#6C768E
(108,118,142)
#61697F
(97,105,127)
#565C70
(86,92,112)
#4B4F61
(75,79,97)
#404252
(64,66,82)
#353543
(53,53,67)
#2A2834
(42,40,52)
#1F1B25
(31,27,37)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #8290AC

#8290AC
(130,144,172)
#8D9AB3
(141,154,179)
#98A4BA
(152,164,186)
#A3AEC1
(163,174,193)
#AEB8C8
(174,184,200)
#B9C2CF
(185,194,207)
#C4CCD6
(196,204,214)
#CFD6DD
(207,214,221)
#DAE0E4
(218,224,228)
#E5EAEB
(229,234,235)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8290AC; }

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

This text font color is #8290AC.

Background Color

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

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

This div background color is #8290AC.

Border color

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

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

This div border color is #8290AC.

Opacity

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

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

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

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

This text has shadow with #8290AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8290AC.

Preview

Color preview on black background

This text has color #8290AC on black background.


Color preview on white background

This text has color #8290AC on white background.


Black color preview on #8290AC background

This text has black color on #8290AC background.


White color preview on #8290AC background

This text has white color on #8290AC background.


Related colors

Complementary color

Complementary color for #hex is #7D6F53.


I love getcolorcode.com

Triadic colors

1 #AC8290 and #90AC82 with #8290AC are triadic colors.

2 #AC9082 and #9082AC with #8290AC are triadic colors.