COLOR #AB86C0

HEX: #AB86C0 RGB: (171,134,192)

Color info

#AB86C0 contains red, green and blue colors in about the same proportion. Web safe color of #AB86C0 is #9999CC (or #99C).

RGB color model

#AB86C0 color RGB value is (171,134,192).

RGB: (171,134,192) (67%, 53%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 134 of 255 = 53%
B 192 of 255 = 75%

171
134
192

R + G + B ~ 65%. #AB86C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 134 + 192 = 497 (100%)
R 171 of 497 ~ 34.41%
G 134 of 497 ~ 26.96%
B 192 of 497 ~ 38.63'%

%34.41
%26.96
%38.63

CMYK color model

#AB86C0 color CMYK value is (11,30,0,25).

  • cyan value is 10.94%
  • magenta value is 30.21%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (11,30,0,25) C11M30Y0K25 (11%,30%,0%,25%) (0.11/0.30/0.00/0.25) 

CMYK percentages

%10.94
%30.21
%0
%24.71

Codes

Color #AB86C0 in popluar color models

AB 86 C0
RGB 171 134 192
HSL 278° 31.52% 63.92%
HSB/HSV 278° 30.21% 75.29%
CMYK 10.94% 30.21% 0.00%
24.71%

Color #AB86C0 in popluar number systems.

HEX AB 86 C0
Decimal 171 134 192
Binary 10101011 10000110 11000000
Octal 253 206 300

Shades and tints

Shades of #AB86C0

#AB86C0
(171,134,192)
#9C7AAF
(156,122,175)
#8D6E9E
(141,110,158)
#7E628D
(126,98,141)
#6F567C
(111,86,124)
#604A6B
(96,74,107)
#513E5A
(81,62,90)
#423249
(66,50,73)
#332638
(51,38,56)
#241A27
(36,26,39)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #AB86C0

#AB86C0
(171,134,192)
#B291C5
(178,145,197)
#B99CCA
(185,156,202)
#C0A7CF
(192,167,207)
#C7B2D4
(199,178,212)
#CEBDD9
(206,189,217)
#D5C8DE
(213,200,222)
#DCD3E3
(220,211,227)
#E3DEE8
(227,222,232)
#EAE9ED
(234,233,237)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB86C0; }

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

This text font color is #AB86C0.

Background Color

.myBgColor { background-color: #AB86C0; }

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

This div background color is #AB86C0.

Border color

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

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

This div border color is #AB86C0.

Opacity

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

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

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

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

This text has shadow with #AB86C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB86C0.

Preview

Color preview on black background

This text has color #AB86C0 on black background.


Color preview on white background

This text has color #AB86C0 on white background.


Black color preview on #AB86C0 background

This text has black color on #AB86C0 background.


White color preview on #AB86C0 background

This text has white color on #AB86C0 background.


Related colors

Complementary color

Complementary color for #hex is #54793F.


I love getcolorcode.com

Triadic colors

1 #C0AB86 and #86C0AB with #AB86C0 are triadic colors.

2 #C086AB and #86ABC0 with #AB86C0 are triadic colors.