COLOR #8080A1

HEX: #8080A1
RGB: (128,128,161)

Color info

#8080A1 contains red, green and blue colors in about the same proportion. Web safe color of #8080A1 is #666699 (or #669).

RGB color model

#8080A1 color RGB value is (128,128,161).

  • red value is 128;
  • green value is 128;
  • blue value is 161.
RGB:
(128,128,161)
(50%,50%,63%)

RGB channels and saturation

R 128 of 255 = 50%
G 128 of 255 = 50%
B 161 of 255 = 63%

128
128
161

R + G + B ~ 54%. #8080A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 128 + 161 = 417 (100%)
R 128 of 417 ~ 30.7%
G 128 of 417 ~ 30.7%
B 161 of 417 ~ 38.61%

%30.7
%30.7
%38.61

CMYK color model

#8080A1 color CMYK value is (20,20,0,37).

  • cyan value is 20.50%
  • magenta value is 20.50%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(20,20,0,37)
C20M20Y0K37 
(20%,20%,0%,37%)
(0.20/0.20/0.00/0.37)	

CMYK percentages

%20.5
%20.5
%0
%36.86

Codes

Color #8080A1 in popluar color models

8080A1
RGB128128161
HSL240°14.93%56.67%
HSB/HSV240°20.50%63.14%
CMYK20.50%20.50%0.00%
36.86%

Color #8080A1 in popluar number systems.

HEX8080A1
Decimal128128161
Binary100000001000000010100001
Octal200200241

Shades and tints

Shades of #8080A1

#8080A1
(128,128,161)
#757593
(117,117,147)
#6A6A85
(106,106,133)
#5F5F77
(95,95,119)
#545469
(84,84,105)
#49495B
(73,73,91)
#3E3E4D
(62,62,77)
#33333F
(51,51,63)
#282831
(40,40,49)
#1D1D23
(29,29,35)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #8080A1

#8080A1
(128,128,161)
#8B8BA9
(139,139,169)
#9696B1
(150,150,177)
#A1A1B9
(161,161,185)
#ACACC1
(172,172,193)
#B7B7C9
(183,183,201)
#C2C2D1
(194,194,209)
#CDCDD9
(205,205,217)
#D8D8E1
(216,216,225)
#E3E3E9
(227,227,233)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8080A1 color. Also use rgb(128,128,161) instead hex code.

Text Font Color

.myTextColor { color: #8080A1; }

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

This text font color is #8080A1.


Background Color

.myBgColor { background-color: #8080A1; }

<div style="background-color:#8080A1">Inner text</div>

This div background color is #8080A1.


Border color

.myBorderColor { border: 1px solid #8080A1; }

<div style="border:3px solid #8080A1">Div</div>

This div border color is #8080A1.


Opacity

.myOpacity80 { color: #8080A1; opacity: 0.8; }

<p style="color:#8080A1;opacity:0.8;">80%</p>

Text with #8080A1 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 #8080A1;}

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

This text has shadow with #8080A1 color.

.textShadow {text-shadow: 3px 3px 1px #8080A1, 3px 3px 1px red;}

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

This text has shadow with #8080A1 primary color and red secondary color.


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

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

This text has shadow with #8080A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8080A1 on black background.


Color preview on white background

This text has color #8080A1 on white background.



Black color preview on #8080A1 background

This text has black color on #8080A1 background.


White color preview on #8080A1 background

This text has white color on #8080A1 background.