COLOR #AB80E0

HEX: #AB80E0
RGB: (171,128,224)

Color info

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

RGB color model

#AB80E0 color RGB value is (171,128,224).

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

RGB channels and saturation

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

171
128
224

R + G + B ~ 68%. #AB80E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 128 + 224 = 523 (100%)
R 171 of 523 ~ 32.7%
G 128 of 523 ~ 24.47%
B 224 of 523 ~ 42.83%

%32.7
%24.47
%42.83

CMYK color model

#AB80E0 color CMYK value is (24,43,0,12).

  • cyan value is 23.66%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(24,43,0,12)
C24M43Y0K12 
(24%,43%,0%,12%)
(0.24/0.43/0.00/0.12)	

CMYK percentages

%23.66
%42.86
%0
%12.16

Codes

Color #AB80E0 in popluar color models

AB80E0
RGB171128224
HSL267°60.76%69.02%
HSB/HSV267°42.86%87.84%
CMYK23.66%42.86%0.00%
12.16%

Color #AB80E0 in popluar number systems.

HEXAB80E0
Decimal171128224
Binary101010111000000011100000
Octal253200340

Shades and tints

Shades of #AB80E0

#AB80E0
(171,128,224)
#9C75CC
(156,117,204)
#8D6AB8
(141,106,184)
#7E5FA4
(126,95,164)
#6F5490
(111,84,144)
#60497C
(96,73,124)
#513E68
(81,62,104)
#423354
(66,51,84)
#332840
(51,40,64)
#241D2C
(36,29,44)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #AB80E0

#AB80E0
(171,128,224)
#B28BE2
(178,139,226)
#B996E4
(185,150,228)
#C0A1E6
(192,161,230)
#C7ACE8
(199,172,232)
#CEB7EA
(206,183,234)
#D5C2EC
(213,194,236)
#DCCDEE
(220,205,238)
#E3D8F0
(227,216,240)
#EAE3F2
(234,227,242)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB80E0; }

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

This text font color is #AB80E0.


Background Color

.myBgColor { background-color: #AB80E0; }

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

This div background color is #AB80E0.


Border color

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

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

This div border color is #AB80E0.


Opacity

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

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

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

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

This text has shadow with #AB80E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB80E0 on black background.


Color preview on white background

This text has color #AB80E0 on white background.



Black color preview on #AB80E0 background

This text has black color on #AB80E0 background.


White color preview on #AB80E0 background

This text has white color on #AB80E0 background.