COLOR #AB8BF6

HEX: #AB8BF6
RGB: (171,139,246)

Color info

#AB8BF6 contains mainly blue color. Web safe color of #AB8BF6 is #9999FF (or #99F).

RGB color model

#AB8BF6 color RGB value is (171,139,246).

  • red value is 171;
  • green value is 139;
  • blue value is 246.
RGB:
(171,139,246)
(67%,55%,96%)

RGB channels and saturation

R 171 of 255 = 67%
G 139 of 255 = 55%
B 246 of 255 = 96%

171
139
246

R + G + B ~ 73%. #AB8BF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 139 + 246 = 556 (100%)
R 171 of 556 ~ 30.76%
G 139 of 556 ~ 25%
B 246 of 556 ~ 44.24%

%30.76
%25
%44.24

CMYK color model

#AB8BF6 color CMYK value is (30,43,0,4).

  • cyan value is 30.49%
  • magenta value is 43.50%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(30,43,0,4)
C30M43Y0K4 
(30%,43%,0%,4%)
(0.30/0.43/0.00/0.04)	

CMYK percentages

%30.49
%43.5
%0
%3.53

Codes

Color #AB8BF6 in popluar color models

AB8BF6
RGB171139246
HSL258°85.60%75.49%
HSB/HSV258°43.50%96.47%
CMYK30.49%43.50%0.00%
3.53%

Color #AB8BF6 in popluar number systems.

HEXAB8BF6
Decimal171139246
Binary101010111000101111110110
Octal253213366

Shades and tints

Shades of #AB8BF6

#AB8BF6
(171,139,246)
#9C7FE0
(156,127,224)
#8D73CA
(141,115,202)
#7E67B4
(126,103,180)
#6F5B9E
(111,91,158)
#604F88
(96,79,136)
#514372
(81,67,114)
#42375C
(66,55,92)
#332B46
(51,43,70)
#241F30
(36,31,48)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #AB8BF6

#AB8BF6
(171,139,246)
#B295F6
(178,149,246)
#B99FF6
(185,159,246)
#C0A9F6
(192,169,246)
#C7B3F6
(199,179,246)
#CEBDF6
(206,189,246)
#D5C7F6
(213,199,246)
#DCD1F6
(220,209,246)
#E3DBF6
(227,219,246)
#EAE5F6
(234,229,246)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8BF6; }

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

This text font color is #AB8BF6.


Background Color

.myBgColor { background-color: #AB8BF6; }

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

This div background color is #AB8BF6.


Border color

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

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

This div border color is #AB8BF6.


Opacity

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

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

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

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

This text has shadow with #AB8BF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8BF6 on black background.


Color preview on white background

This text has color #AB8BF6 on white background.



Black color preview on #AB8BF6 background

This text has black color on #AB8BF6 background.


White color preview on #AB8BF6 background

This text has white color on #AB8BF6 background.