COLOR #AB8AAD

HEX: #AB8AAD
RGB: (171,138,173)

Color info

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

RGB color model

#AB8AAD color RGB value is (171,138,173).

  • red value is 171;
  • green value is 138;
  • blue value is 173.
RGB:
(171,138,173)
(67%,54%,68%)

RGB channels and saturation

R 171 of 255 = 67%
G 138 of 255 = 54%
B 173 of 255 = 68%

171
138
173

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

Portions of RGB colors in percentages

R + G + B =
171 + 138 + 173 = 482 (100%)
R 171 of 482 ~ 35.48%
G 138 of 482 ~ 28.63%
B 173 of 482 ~ 35.89%

%35.48
%28.63
%35.89

CMYK color model

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

  • cyan value is 1.16%
  • magenta value is 20.23%
  • 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
%20.23
%0
%32.16

Codes

Color #AB8AAD in popluar color models

AB8AAD
RGB171138173
HSL297°17.59%60.98%
HSB/HSV297°20.23%67.84%
CMYK1.16%20.23%0.00%
32.16%

Color #AB8AAD in popluar number systems.

HEXAB8AAD
Decimal171138173
Binary101010111000101010101101
Octal253212255

Shades and tints

Shades of #AB8AAD

#AB8AAD
(171,138,173)
#9C7E9E
(156,126,158)
#8D728F
(141,114,143)
#7E6680
(126,102,128)
#6F5A71
(111,90,113)
#604E62
(96,78,98)
#514253
(81,66,83)
#423644
(66,54,68)
#332A35
(51,42,53)
#241E26
(36,30,38)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #AB8AAD

#AB8AAD
(171,138,173)
#B294B4
(178,148,180)
#B99EBB
(185,158,187)
#C0A8C2
(192,168,194)
#C7B2C9
(199,178,201)
#CEBCD0
(206,188,208)
#D5C6D7
(213,198,215)
#DCD0DE
(220,208,222)
#E3DAE5
(227,218,229)
#EAE4EC
(234,228,236)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8AAD; }

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

This text font color is #AB8AAD.


Background Color

.myBgColor { background-color: #AB8AAD; }

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

This div background color is #AB8AAD.


Border color

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

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

This div border color is #AB8AAD.


Opacity

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

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

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

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

This text has shadow with #AB8AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8AAD on black background.


Color preview on white background

This text has color #AB8AAD on white background.



Black color preview on #AB8AAD background

This text has black color on #AB8AAD background.


White color preview on #AB8AAD background

This text has white color on #AB8AAD background.