COLOR #AB8FAA

HEX: #AB8FAA
RGB: (171,143,170)

Color info

#AB8FAA contains red, green and blue colors in about the same proportion. Web safe color of #AB8FAA is #999999 (or #999).

RGB color model

#AB8FAA color RGB value is (171,143,170).

  • red value is 171;
  • green value is 143;
  • blue value is 170.
RGB:
(171,143,170)
(67%,56%,67%)

RGB channels and saturation

R 171 of 255 = 67%
G 143 of 255 = 56%
B 170 of 255 = 67%

171
143
170

R + G + B ~ 63%. #AB8FAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 143 + 170 = 484 (100%)
R 171 of 484 ~ 35.33%
G 143 of 484 ~ 29.55%
B 170 of 484 ~ 35.12%

%35.33
%29.55
%35.12

CMYK color model

#AB8FAA color CMYK value is (0,16,1,33).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 0.58%
  • key color value is 32.94%
CMYK:
(0,16,1,33)
C0M16Y1K33 
(0%,16%,1%,33%)
(0.00/0.16/0.01/0.33)	

CMYK percentages

%0
%16.37
%0.58
%32.94

Codes

Color #AB8FAA in popluar color models

AB8FAA
RGB171143170
HSL302°14.29%61.57%
HSB/HSV302°16.37%67.06%
CMYK0.00%16.37%0.58%
32.94%

Color #AB8FAA in popluar number systems.

HEXAB8FAA
Decimal171143170
Binary101010111000111110101010
Octal253217252

Shades and tints

Shades of #AB8FAA

#AB8FAA
(171,143,170)
#9C829B
(156,130,155)
#8D758C
(141,117,140)
#7E687D
(126,104,125)
#6F5B6E
(111,91,110)
#604E5F
(96,78,95)
#514150
(81,65,80)
#423441
(66,52,65)
#332732
(51,39,50)
#241A23
(36,26,35)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #AB8FAA

#AB8FAA
(171,143,170)
#B299B1
(178,153,177)
#B9A3B8
(185,163,184)
#C0ADBF
(192,173,191)
#C7B7C6
(199,183,198)
#CEC1CD
(206,193,205)
#D5CBD4
(213,203,212)
#DCD5DB
(220,213,219)
#E3DFE2
(227,223,226)
#EAE9E9
(234,233,233)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8FAA color. Also use rgb(171,143,170) instead hex code.

Text Font Color

.myTextColor { color: #AB8FAA; }

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

This text font color is #AB8FAA.


Background Color

.myBgColor { background-color: #AB8FAA; }

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

This div background color is #AB8FAA.


Border color

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

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

This div border color is #AB8FAA.


Opacity

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

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

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

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

This text has shadow with #AB8FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8FAA on black background.


Color preview on white background

This text has color #AB8FAA on white background.



Black color preview on #AB8FAA background

This text has black color on #AB8FAA background.


White color preview on #AB8FAA background

This text has white color on #AB8FAA background.