COLOR #AB80D4

HEX: #AB80D4
RGB: (171,128,212)

Color info

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

RGB color model

#AB80D4 color RGB value is (171,128,212).

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

RGB channels and saturation

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

171
128
212

R + G + B ~ 67%. #AB80D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 128 + 212 = 511 (100%)
R 171 of 511 ~ 33.46%
G 128 of 511 ~ 25.05%
B 212 of 511 ~ 41.49%

%33.46
%25.05
%41.49

CMYK color model

#AB80D4 color CMYK value is (19,40,0,17).

  • cyan value is 19.34%
  • magenta value is 39.62%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(19,40,0,17)
C19M40Y0K17 
(19%,40%,0%,17%)
(0.19/0.40/0.00/0.17)	

CMYK percentages

%19.34
%39.62
%0
%16.86

Codes

Color #AB80D4 in popluar color models

AB80D4
RGB171128212
HSL271°49.41%66.67%
HSB/HSV271°39.62%83.14%
CMYK19.34%39.62%0.00%
16.86%

Color #AB80D4 in popluar number systems.

HEXAB80D4
Decimal171128212
Binary101010111000000011010100
Octal253200324

Shades and tints

Shades of #AB80D4

#AB80D4
(171,128,212)
#9C75C1
(156,117,193)
#8D6AAE
(141,106,174)
#7E5F9B
(126,95,155)
#6F5488
(111,84,136)
#604975
(96,73,117)
#513E62
(81,62,98)
#42334F
(66,51,79)
#33283C
(51,40,60)
#241D29
(36,29,41)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #AB80D4

#AB80D4
(171,128,212)
#B28BD7
(178,139,215)
#B996DA
(185,150,218)
#C0A1DD
(192,161,221)
#C7ACE0
(199,172,224)
#CEB7E3
(206,183,227)
#D5C2E6
(213,194,230)
#DCCDE9
(220,205,233)
#E3D8EC
(227,216,236)
#EAE3EF
(234,227,239)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB80D4; }

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

This text font color is #AB80D4.


Background Color

.myBgColor { background-color: #AB80D4; }

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

This div background color is #AB80D4.


Border color

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

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

This div border color is #AB80D4.


Opacity

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

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

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

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

This text has shadow with #AB80D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB80D4 on black background.


Color preview on white background

This text has color #AB80D4 on white background.



Black color preview on #AB80D4 background

This text has black color on #AB80D4 background.


White color preview on #AB80D4 background

This text has white color on #AB80D4 background.