COLOR #AB86A2

HEX: #AB86A2
RGB: (171,134,162)

Color info

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

RGB color model

#AB86A2 color RGB value is (171,134,162).

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

RGB channels and saturation

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

171
134
162

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

Portions of RGB colors in percentages

R + G + B =
171 + 134 + 162 = 467 (100%)
R 171 of 467 ~ 36.62%
G 134 of 467 ~ 28.69%
B 162 of 467 ~ 34.69%

%36.62
%28.69
%34.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.64%
  • yellow value is 5.26%
  • 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
%5.26
%32.94

Codes

Color #AB86A2 in popluar color models

AB86A2
RGB171134162
HSL315°18.05%59.80%
HSB/HSV315°21.64%67.06%
CMYK0.00%21.64%5.26%
32.94%

Color #AB86A2 in popluar number systems.

HEXAB86A2
Decimal171134162
Binary101010111000011010100010
Octal253206242

Shades and tints

Shades of #AB86A2

#AB86A2
(171,134,162)
#9C7A94
(156,122,148)
#8D6E86
(141,110,134)
#7E6278
(126,98,120)
#6F566A
(111,86,106)
#604A5C
(96,74,92)
#513E4E
(81,62,78)
#423240
(66,50,64)
#332632
(51,38,50)
#241A24
(36,26,36)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #AB86A2

#AB86A2
(171,134,162)
#B291AA
(178,145,170)
#B99CB2
(185,156,178)
#C0A7BA
(192,167,186)
#C7B2C2
(199,178,194)
#CEBDCA
(206,189,202)
#D5C8D2
(213,200,210)
#DCD3DA
(220,211,218)
#E3DEE2
(227,222,226)
#EAE9EA
(234,233,234)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB86A2; }

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

This text font color is #AB86A2.


Background Color

.myBgColor { background-color: #AB86A2; }

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

This div background color is #AB86A2.


Border color

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

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

This div border color is #AB86A2.


Opacity

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

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

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

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

This text has shadow with #AB86A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB86A2 on black background.


Color preview on white background

This text has color #AB86A2 on white background.



Black color preview on #AB86A2 background

This text has black color on #AB86A2 background.


White color preview on #AB86A2 background

This text has white color on #AB86A2 background.