COLOR #AB86AD

HEX: #AB86AD
RGB: (171,134,173)

Color info

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

RGB color model

#AB86AD color RGB value is (171,134,173).

  • red value is 171;
  • green value is 134;
  • blue value is 173.
RGB:
(171,134,173)
(67%,53%,68%)

RGB channels and saturation

R 171 of 255 = 67%
G 134 of 255 = 53%
B 173 of 255 = 68%

171
134
173

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

Portions of RGB colors in percentages

R + G + B =
171 + 134 + 173 = 478 (100%)
R 171 of 478 ~ 35.77%
G 134 of 478 ~ 28.03%
B 173 of 478 ~ 36.19%

%35.77
%28.03
%36.19

CMYK color model

#AB86AD color CMYK value is (1,23,0,32).

  • cyan value is 1.16%
  • magenta value is 22.54%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(1,23,0,32)
C1M23Y0K32 
(1%,23%,0%,32%)
(0.01/0.23/0.00/0.32)	

CMYK percentages

%1.16
%22.54
%0
%32.16

Codes

Color #AB86AD in popluar color models

AB86AD
RGB171134173
HSL297°19.21%60.20%
HSB/HSV297°22.54%67.84%
CMYK1.16%22.54%0.00%
32.16%

Color #AB86AD in popluar number systems.

HEXAB86AD
Decimal171134173
Binary101010111000011010101101
Octal253206255

Shades and tints

Shades of #AB86AD

#AB86AD
(171,134,173)
#9C7A9E
(156,122,158)
#8D6E8F
(141,110,143)
#7E6280
(126,98,128)
#6F5671
(111,86,113)
#604A62
(96,74,98)
#513E53
(81,62,83)
#423244
(66,50,68)
#332635
(51,38,53)
#241A26
(36,26,38)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #AB86AD

#AB86AD
(171,134,173)
#B291B4
(178,145,180)
#B99CBB
(185,156,187)
#C0A7C2
(192,167,194)
#C7B2C9
(199,178,201)
#CEBDD0
(206,189,208)
#D5C8D7
(213,200,215)
#DCD3DE
(220,211,222)
#E3DEE5
(227,222,229)
#EAE9EC
(234,233,236)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB86AD color. Also use rgb(171,134,173) instead hex code.

Text Font Color

.myTextColor { color: #AB86AD; }

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

This text font color is #AB86AD.


Background Color

.myBgColor { background-color: #AB86AD; }

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

This div background color is #AB86AD.


Border color

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

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

This div border color is #AB86AD.


Opacity

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

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

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

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

This text has shadow with #AB86AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB86AD on black background.


Color preview on white background

This text has color #AB86AD on white background.



Black color preview on #AB86AD background

This text has black color on #AB86AD background.


White color preview on #AB86AD background

This text has white color on #AB86AD background.