COLOR #AB8AA6

HEX: #AB8AA6 RGB: (171,138,166)

Color info

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

RGB color model

#AB8AA6 color RGB value is (171,138,166).

RGB: (171,138,166) (67%, 54%, 65%)

RGB channels and saturation

R 171 of 255 = 67%
G 138 of 255 = 54%
B 166 of 255 = 65%

171
138
166

R + G + B ~ 62%. #AB8AA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 138 + 166 = 475 (100%)
R 171 of 475 ~ 36%
G 138 of 475 ~ 29.05%
B 166 of 475 ~ 34.95'%

%36
%29.05
%34.95

CMYK color model

#AB8AA6 color CMYK value is (0,19,3,33).

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 2.92%
  • key color value is 32.94%

CMYK: (0,19,3,33)
C0M19Y3K33 (0%, 19%, 3%, 33%)
(0.00 / 0.19 / 0.03 / 0.33)

CMYK percentages

%0
%19.3
%2.92
%32.94

Codes

Color #AB8AA6 in popluar color models

AB 8A A6
RGB 171 138 166
HSL 309° 16.42% 60.59%
HSB/HSV 309° 19.30% 67.06%
CMYK 0.00% 19.30% 2.92%
32.94%

Color #AB8AA6 in popluar number systems.

HEX AB 8A A6
Decimal 171 138 166
Binary 10101011 10001010 10100110
Octal 253 212 246

Shades and tints

Shades of #AB8AA6

#AB8AA6
(171,138,166)
#9C7E97
(156,126,151)
#8D7288
(141,114,136)
#7E6679
(126,102,121)
#6F5A6A
(111,90,106)
#604E5B
(96,78,91)
#51424C
(81,66,76)
#42363D
(66,54,61)
#332A2E
(51,42,46)
#241E1F
(36,30,31)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #AB8AA6

#AB8AA6
(171,138,166)
#B294AE
(178,148,174)
#B99EB6
(185,158,182)
#C0A8BE
(192,168,190)
#C7B2C6
(199,178,198)
#CEBCCE
(206,188,206)
#D5C6D6
(213,198,214)
#DCD0DE
(220,208,222)
#E3DAE6
(227,218,230)
#EAE4EE
(234,228,238)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8AA6; }

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

This text font color is #AB8AA6.

Background Color

.myBgColor { background-color: #AB8AA6; }

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

This div background color is #AB8AA6.

Border color

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

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

This div border color is #AB8AA6.

Opacity

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

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

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

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

This text has shadow with #AB8AA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8AA6.

Preview

Color preview on black background

This text has color #AB8AA6 on black background.


Color preview on white background

This text has color #AB8AA6 on white background.


Black color preview on #AB8AA6 background

This text has black color on #AB8AA6 background.


White color preview on #AB8AA6 background

This text has white color on #AB8AA6 background.


Related colors

Complementary color

Complementary color for #hex is #547559.


I love getcolorcode.com

Triadic colors

1 #A6AB8A and #8AA6AB with #AB8AA6 are triadic colors.

2 #A68AAB and #8AABA6 with #AB8AA6 are triadic colors.