COLOR #AB82E0

HEX: #AB82E0
RGB: (171,130,224)

Color info

#AB82E0 contains mainly red and blue colors. Web safe color of #AB82E0 is #9999CC (or #99C).

RGB color model

#AB82E0 color RGB value is (171,130,224).

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

RGB channels and saturation

R 171 of 255 = 67%
G 130 of 255 = 51%
B 224 of 255 = 88%

171
130
224

R + G + B ~ 69%. #AB82E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 130 + 224 = 525 (100%)
R 171 of 525 ~ 32.57%
G 130 of 525 ~ 24.76%
B 224 of 525 ~ 42.67%

%32.57
%24.76
%42.67

CMYK color model

#AB82E0 color CMYK value is (24,42,0,12).

  • cyan value is 23.66%
  • magenta value is 41.96%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(24,42,0,12)
C24M42Y0K12 
(24%,42%,0%,12%)
(0.24/0.42/0.00/0.12)	

CMYK percentages

%23.66
%41.96
%0
%12.16

Codes

Color #AB82E0 in popluar color models

AB82E0
RGB171130224
HSL266°60.26%69.41%
HSB/HSV266°41.96%87.84%
CMYK23.66%41.96%0.00%
12.16%

Color #AB82E0 in popluar number systems.

HEXAB82E0
Decimal171130224
Binary101010111000001011100000
Octal253202340

Shades and tints

Shades of #AB82E0

#AB82E0
(171,130,224)
#9C77CC
(156,119,204)
#8D6CB8
(141,108,184)
#7E61A4
(126,97,164)
#6F5690
(111,86,144)
#604B7C
(96,75,124)
#514068
(81,64,104)
#423554
(66,53,84)
#332A40
(51,42,64)
#241F2C
(36,31,44)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #AB82E0

#AB82E0
(171,130,224)
#B28DE2
(178,141,226)
#B998E4
(185,152,228)
#C0A3E6
(192,163,230)
#C7AEE8
(199,174,232)
#CEB9EA
(206,185,234)
#D5C4EC
(213,196,236)
#DCCFEE
(220,207,238)
#E3DAF0
(227,218,240)
#EAE5F2
(234,229,242)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB82E0; }

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

This text font color is #AB82E0.


Background Color

.myBgColor { background-color: #AB82E0; }

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

This div background color is #AB82E0.


Border color

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

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

This div border color is #AB82E0.


Opacity

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

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

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

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

This text has shadow with #AB82E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB82E0 on black background.


Color preview on white background

This text has color #AB82E0 on white background.



Black color preview on #AB82E0 background

This text has black color on #AB82E0 background.


White color preview on #AB82E0 background

This text has white color on #AB82E0 background.