COLOR #AB80AB

HEX: #AB80AB
RGB: (171,128,171)

Color info

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

RGB color model

#AB80AB color RGB value is (171,128,171).

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

RGB channels and saturation

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

171
128
171

R + G + B ~ 61%. #AB80AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 128 + 171 = 470 (100%)
R 171 of 470 ~ 36.38%
G 128 of 470 ~ 27.23%
B 171 of 470 ~ 36.38%

%36.38
%27.23
%36.38

CMYK color model

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

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

CMYK percentages

%0
%25.15
%0
%32.94

Codes

Color #AB80AB in popluar color models

AB80AB
RGB171128171
HSL300°20.38%58.63%
HSB/HSV300°25.15%67.06%
CMYK0.00%25.15%0.00%
32.94%

Color #AB80AB in popluar number systems.

HEXAB80AB
Decimal171128171
Binary101010111000000010101011
Octal253200253

Shades and tints

Shades of #AB80AB

#AB80AB
(171,128,171)
#9C759C
(156,117,156)
#8D6A8D
(141,106,141)
#7E5F7E
(126,95,126)
#6F546F
(111,84,111)
#604960
(96,73,96)
#513E51
(81,62,81)
#423342
(66,51,66)
#332833
(51,40,51)
#241D24
(36,29,36)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #AB80AB

#AB80AB
(171,128,171)
#B28BB2
(178,139,178)
#B996B9
(185,150,185)
#C0A1C0
(192,161,192)
#C7ACC7
(199,172,199)
#CEB7CE
(206,183,206)
#D5C2D5
(213,194,213)
#DCCDDC
(220,205,220)
#E3D8E3
(227,216,227)
#EAE3EA
(234,227,234)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB80AB; }

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

This text font color is #AB80AB.


Background Color

.myBgColor { background-color: #AB80AB; }

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

This div background color is #AB80AB.


Border color

.myBorderColor { border: 1px solid #AB80AB; }

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

This div border color is #AB80AB.


Opacity

.myOpacity80 { color: #AB80AB; opacity: 0.8; }

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

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

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

This text has shadow with #AB80AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB80AB on black background.


Color preview on white background

This text has color #AB80AB on white background.



Black color preview on #AB80AB background

This text has black color on #AB80AB background.


White color preview on #AB80AB background

This text has white color on #AB80AB background.