COLOR #8480AF

HEX: #8480AF
RGB: (132,128,175)

Color info

#8480AF contains red, green and blue colors in about the same proportion. Web safe color of #8480AF is #996699 (or #969).

RGB color model

#8480AF color RGB value is (132,128,175).

  • red value is 132;
  • green value is 128;
  • blue value is 175.
RGB:
(132,128,175)
(52%,50%,69%)

RGB channels and saturation

R 132 of 255 = 52%
G 128 of 255 = 50%
B 175 of 255 = 69%

132
128
175

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

Portions of RGB colors in percentages

R + G + B =
132 + 128 + 175 = 435 (100%)
R 132 of 435 ~ 30.34%
G 128 of 435 ~ 29.43%
B 175 of 435 ~ 40.23%

%30.34
%29.43
%40.23

CMYK color model

#8480AF color CMYK value is (25,27,0,31).

  • cyan value is 24.57%
  • magenta value is 26.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(25,27,0,31)
C25M27Y0K31 
(25%,27%,0%,31%)
(0.25/0.27/0.00/0.31)	

CMYK percentages

%24.57
%26.86
%0
%31.37

Codes

Color #8480AF in popluar color models

8480AF
RGB132128175
HSL245°22.71%59.41%
HSB/HSV245°26.86%68.63%
CMYK24.57%26.86%0.00%
31.37%

Color #8480AF in popluar number systems.

HEX8480AF
Decimal132128175
Binary100001001000000010101111
Octal204200257

Shades and tints

Shades of #8480AF

#8480AF
(132,128,175)
#7875A0
(120,117,160)
#6C6A91
(108,106,145)
#605F82
(96,95,130)
#545473
(84,84,115)
#484964
(72,73,100)
#3C3E55
(60,62,85)
#303346
(48,51,70)
#242837
(36,40,55)
#181D28
(24,29,40)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #8480AF

#8480AF
(132,128,175)
#8F8BB6
(143,139,182)
#9A96BD
(154,150,189)
#A5A1C4
(165,161,196)
#B0ACCB
(176,172,203)
#BBB7D2
(187,183,210)
#C6C2D9
(198,194,217)
#D1CDE0
(209,205,224)
#DCD8E7
(220,216,231)
#E7E3EE
(231,227,238)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8480AF color. Also use rgb(132,128,175) instead hex code.

Text Font Color

.myTextColor { color: #8480AF; }

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

This text font color is #8480AF.


Background Color

.myBgColor { background-color: #8480AF; }

<div style="background-color:#8480AF">Inner text</div>

This div background color is #8480AF.


Border color

.myBorderColor { border: 1px solid #8480AF; }

<div style="border:3px solid #8480AF">Div</div>

This div border color is #8480AF.


Opacity

.myOpacity80 { color: #8480AF; opacity: 0.8; }

<p style="color:#8480AF;opacity:0.8;">80%</p>

Text with #8480AF 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 #8480AF;}

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

This text has shadow with #8480AF color.

.textShadow {text-shadow: 3px 3px 1px #8480AF, 3px 3px 1px red;}

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

This text has shadow with #8480AF primary color and red secondary color.


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

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

This text has shadow with #8480AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8480AF on black background.


Color preview on white background

This text has color #8480AF on white background.



Black color preview on #8480AF background

This text has black color on #8480AF background.


White color preview on #8480AF background

This text has white color on #8480AF background.