COLOR #AB86A3

HEX: #AB86A3
RGB: (171,134,163)

Color info

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

RGB color model

#AB86A3 color RGB value is (171,134,163).

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

RGB channels and saturation

R 171 of 255 = 67%
G 134 of 255 = 53%
B 163 of 255 = 64%

171
134
163

R + G + B ~ 61%. #AB86A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 134 + 163 = 468 (100%)
R 171 of 468 ~ 36.54%
G 134 of 468 ~ 28.63%
B 163 of 468 ~ 34.83%

%36.54
%28.63
%34.83

CMYK color model

#AB86A3 color CMYK value is (0,22,5,33).

  • cyan value is 0.00%
  • magenta value is 21.64%
  • yellow value is 4.68%
  • key color value is 32.94%
CMYK:
(0,22,5,33)
C0M22Y5K33 
(0%,22%,5%,33%)
(0.00/0.22/0.05/0.33)	

CMYK percentages

%0
%21.64
%4.68
%32.94

Codes

Color #AB86A3 in popluar color models

AB86A3
RGB171134163
HSL313°18.05%59.80%
HSB/HSV313°21.64%67.06%
CMYK0.00%21.64%4.68%
32.94%

Color #AB86A3 in popluar number systems.

HEXAB86A3
Decimal171134163
Binary101010111000011010100011
Octal253206243

Shades and tints

Shades of #AB86A3

#AB86A3
(171,134,163)
#9C7A95
(156,122,149)
#8D6E87
(141,110,135)
#7E6279
(126,98,121)
#6F566B
(111,86,107)
#604A5D
(96,74,93)
#513E4F
(81,62,79)
#423241
(66,50,65)
#332633
(51,38,51)
#241A25
(36,26,37)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #AB86A3

#AB86A3
(171,134,163)
#B291AB
(178,145,171)
#B99CB3
(185,156,179)
#C0A7BB
(192,167,187)
#C7B2C3
(199,178,195)
#CEBDCB
(206,189,203)
#D5C8D3
(213,200,211)
#DCD3DB
(220,211,219)
#E3DEE3
(227,222,227)
#EAE9EB
(234,233,235)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB86A3; }

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

This text font color is #AB86A3.


Background Color

.myBgColor { background-color: #AB86A3; }

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

This div background color is #AB86A3.


Border color

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

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

This div border color is #AB86A3.


Opacity

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

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

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

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

This text has shadow with #AB86A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB86A3 on black background.


Color preview on white background

This text has color #AB86A3 on white background.



Black color preview on #AB86A3 background

This text has black color on #AB86A3 background.


White color preview on #AB86A3 background

This text has white color on #AB86A3 background.