COLOR #AB8BAD

HEX: #AB8BAD RGB: (171,139,173)

Color info

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

RGB color model

#AB8BAD color RGB value is (171,139,173).

RGB: (171,139,173) (67%, 55%, 68%)

RGB channels and saturation

R 171 of 255 = 67%
G 139 of 255 = 55%
B 173 of 255 = 68%

171
139
173

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

Portions of RGB colors in percentages

R + G + B = 171 + 139 + 173 = 483 (100%)
R 171 of 483 ~ 35.4%
G 139 of 483 ~ 28.78%
B 173 of 483 ~ 35.82'%

%35.4
%28.78
%35.82

CMYK color model

#AB8BAD color CMYK value is (1,20,0,32).

  • cyan value is 1.16%
  • magenta value is 19.65%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (1,20,0,32)
C1M20Y0K32 (1%, 20%, 0%, 32%)
(0.01 / 0.20 / 0.00 / 0.32)

CMYK percentages

%1.16
%19.65
%0
%32.16

Codes

Color #AB8BAD in popluar color models

AB 8B AD
RGB 171 139 173
HSL 296° 17.17% 61.18%
HSB/HSV 296° 19.65% 67.84%
CMYK 1.16% 19.65% 0.00%
32.16%

Color #AB8BAD in popluar number systems.

HEX AB 8B AD
Decimal 171 139 173
Binary 10101011 10001011 10101101
Octal 253 213 255

Shades and tints

Shades of #AB8BAD

#AB8BAD
(171,139,173)
#9C7F9E
(156,127,158)
#8D738F
(141,115,143)
#7E6780
(126,103,128)
#6F5B71
(111,91,113)
#604F62
(96,79,98)
#514353
(81,67,83)
#423744
(66,55,68)
#332B35
(51,43,53)
#241F26
(36,31,38)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #AB8BAD

#AB8BAD
(171,139,173)
#B295B4
(178,149,180)
#B99FBB
(185,159,187)
#C0A9C2
(192,169,194)
#C7B3C9
(199,179,201)
#CEBDD0
(206,189,208)
#D5C7D7
(213,199,215)
#DCD1DE
(220,209,222)
#E3DBE5
(227,219,229)
#EAE5EC
(234,229,236)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8BAD; }

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

This text font color is #AB8BAD.

Background Color

.myBgColor { background-color: #AB8BAD; }

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

This div background color is #AB8BAD.

Border color

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

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

This div border color is #AB8BAD.

Opacity

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

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

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

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

This text has shadow with #AB8BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8BAD.

Preview

Color preview on black background

This text has color #AB8BAD on black background.


Color preview on white background

This text has color #AB8BAD on white background.


Black color preview on #AB8BAD background

This text has black color on #AB8BAD background.


White color preview on #AB8BAD background

This text has white color on #AB8BAD background.


Related colors

Complementary color

Complementary color for #hex is #547452.


I love getcolorcode.com

Triadic colors

1 #ADAB8B and #8BADAB with #AB8BAD are triadic colors.

2 #AD8BAB and #8BABAD with #AB8BAD are triadic colors.