COLOR #8080AB

HEX: #8080AB
RGB: (128,128,171)

Color info

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

RGB color model

#8080AB color RGB value is (128,128,171).

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

RGB channels and saturation

R 128 of 255 = 50%
G 128 of 255 = 50%
B 171 of 255 = 67%

128
128
171

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

Portions of RGB colors in percentages

R + G + B =
128 + 128 + 171 = 427 (100%)
R 128 of 427 ~ 29.98%
G 128 of 427 ~ 29.98%
B 171 of 427 ~ 40.05%

%29.98
%29.98
%40.05

CMYK color model

#8080AB color CMYK value is (25,25,0,33).

  • cyan value is 25.15%
  • magenta value is 25.15%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(25,25,0,33)
C25M25Y0K33 
(25%,25%,0%,33%)
(0.25/0.25/0.00/0.33)	

CMYK percentages

%25.15
%25.15
%0
%32.94

Codes

Color #8080AB in popluar color models

8080AB
RGB128128171
HSL240°20.38%58.63%
HSB/HSV240°25.15%67.06%
CMYK25.15%25.15%0.00%
32.94%

Color #8080AB in popluar number systems.

HEX8080AB
Decimal128128171
Binary100000001000000010101011
Octal200200253

Shades and tints

Shades of #8080AB

#8080AB
(128,128,171)
#75759C
(117,117,156)
#6A6A8D
(106,106,141)
#5F5F7E
(95,95,126)
#54546F
(84,84,111)
#494960
(73,73,96)
#3E3E51
(62,62,81)
#333342
(51,51,66)
#282833
(40,40,51)
#1D1D24
(29,29,36)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #8080AB

#8080AB
(128,128,171)
#8B8BB2
(139,139,178)
#9696B9
(150,150,185)
#A1A1C0
(161,161,192)
#ACACC7
(172,172,199)
#B7B7CE
(183,183,206)
#C2C2D5
(194,194,213)
#CDCDDC
(205,205,220)
#D8D8E3
(216,216,227)
#E3E3EA
(227,227,234)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8080AB; }

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

This text font color is #8080AB.


Background Color

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

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

This div background color is #8080AB.


Border color

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

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

This div border color is #8080AB.


Opacity

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

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

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

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

This text has shadow with #8080AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8080AB on black background.


Color preview on white background

This text has color #8080AB on white background.



Black color preview on #8080AB background

This text has black color on #8080AB background.


White color preview on #8080AB background

This text has white color on #8080AB background.