COLOR #AB8BA8

HEX: #AB8BA8 RGB: (171,139,168)

Color info

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

RGB color model

#AB8BA8 color RGB value is (171,139,168).

RGB: (171,139,168) (67%, 55%, 66%)

RGB channels and saturation

R 171 of 255 = 67%
G 139 of 255 = 55%
B 168 of 255 = 66%

171
139
168

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

Portions of RGB colors in percentages

R + G + B = 171 + 139 + 168 = 478 (100%)
R 171 of 478 ~ 35.77%
G 139 of 478 ~ 29.08%
B 168 of 478 ~ 35.15'%

%35.77
%29.08
%35.15

CMYK color model

#AB8BA8 color CMYK value is (0,19,2,33).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 1.75%
  • key color value is 32.94%
CMYK: (0,19,2,33) C0M19Y2K33 (0%,19%,2%,33%) (0.00/0.19/0.02/0.33) 

CMYK percentages

%0
%18.71
%1.75
%32.94

Codes

Color #AB8BA8 in popluar color models

AB 8B A8
RGB 171 139 168
HSL 306° 16.00% 60.78%
HSB/HSV 306° 18.71% 67.06%
CMYK 0.00% 18.71% 1.75%
32.94%

Color #AB8BA8 in popluar number systems.

HEX AB 8B A8
Decimal 171 139 168
Binary 10101011 10001011 10101000
Octal 253 213 250

Shades and tints

Shades of #AB8BA8

#AB8BA8
(171,139,168)
#9C7F99
(156,127,153)
#8D738A
(141,115,138)
#7E677B
(126,103,123)
#6F5B6C
(111,91,108)
#604F5D
(96,79,93)
#51434E
(81,67,78)
#42373F
(66,55,63)
#332B30
(51,43,48)
#241F21
(36,31,33)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #AB8BA8

#AB8BA8
(171,139,168)
#B295AF
(178,149,175)
#B99FB6
(185,159,182)
#C0A9BD
(192,169,189)
#C7B3C4
(199,179,196)
#CEBDCB
(206,189,203)
#D5C7D2
(213,199,210)
#DCD1D9
(220,209,217)
#E3DBE0
(227,219,224)
#EAE5E7
(234,229,231)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8BA8 color. Also use rgb(171,139,168) instead hex code.

Text Font Color

.myTextColor { color: #AB8BA8; }

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

This text font color is #AB8BA8.

Background Color

.myBgColor { background-color: #AB8BA8; }

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

This div background color is #AB8BA8.

Border color

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

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

This div border color is #AB8BA8.

Opacity

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

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

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

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

This text has shadow with #AB8BA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8BA8.

Preview

Color preview on black background

This text has color #AB8BA8 on black background.


Color preview on white background

This text has color #AB8BA8 on white background.


Black color preview on #AB8BA8 background

This text has black color on #AB8BA8 background.


White color preview on #AB8BA8 background

This text has white color on #AB8BA8 background.


Related colors

Complementary color

Complementary color for #hex is #547457.


I love getcolorcode.com

Triadic colors

1 #A8AB8B and #8BA8AB with #AB8BA8 are triadic colors.

2 #A88BAB and #8BABA8 with #AB8BA8 are triadic colors.