COLOR #AB80CC

HEX: #AB80CC
RGB: (171,128,204)

Color info

#AB80CC contains mainly red and blue colors. Web safe color of #AB80CC is #9966CC (or #96C).

RGB color model

#AB80CC color RGB value is (171,128,204).

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

RGB channels and saturation

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

171
128
204

R + G + B ~ 66%. #AB80CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 128 + 204 = 503 (100%)
R 171 of 503 ~ 34%
G 128 of 503 ~ 25.45%
B 204 of 503 ~ 40.56%

%34
%25.45
%40.56

CMYK color model

#AB80CC color CMYK value is (16,37,0,20).

  • cyan value is 16.18%
  • magenta value is 37.25%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(16,37,0,20)
C16M37Y0K20 
(16%,37%,0%,20%)
(0.16/0.37/0.00/0.20)	

CMYK percentages

%16.18
%37.25
%0
%20

Codes

Color #AB80CC in popluar color models

AB80CC
RGB171128204
HSL274°42.70%65.10%
HSB/HSV274°37.25%80.00%
CMYK16.18%37.25%0.00%
20.00%

Color #AB80CC in popluar number systems.

HEXAB80CC
Decimal171128204
Binary101010111000000011001100
Octal253200314

Shades and tints

Shades of #AB80CC

#AB80CC
(171,128,204)
#9C75BA
(156,117,186)
#8D6AA8
(141,106,168)
#7E5F96
(126,95,150)
#6F5484
(111,84,132)
#604972
(96,73,114)
#513E60
(81,62,96)
#42334E
(66,51,78)
#33283C
(51,40,60)
#241D2A
(36,29,42)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #AB80CC

#AB80CC
(171,128,204)
#B28BD0
(178,139,208)
#B996D4
(185,150,212)
#C0A1D8
(192,161,216)
#C7ACDC
(199,172,220)
#CEB7E0
(206,183,224)
#D5C2E4
(213,194,228)
#DCCDE8
(220,205,232)
#E3D8EC
(227,216,236)
#EAE3F0
(234,227,240)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB80CC; }

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

This text font color is #AB80CC.


Background Color

.myBgColor { background-color: #AB80CC; }

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

This div background color is #AB80CC.


Border color

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

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

This div border color is #AB80CC.


Opacity

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

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

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

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

This text has shadow with #AB80CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB80CC on black background.


Color preview on white background

This text has color #AB80CC on white background.



Black color preview on #AB80CC background

This text has black color on #AB80CC background.


White color preview on #AB80CC background

This text has white color on #AB80CC background.