COLOR #AB8199

HEX: #AB8199 RGB: (171,129,153)

Color info

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

RGB color model

#AB8199 color RGB value is (171,129,153).

RGB: (171,129,153) (67%, 51%, 60%)

RGB channels and saturation

R 171 of 255 = 67%
G 129 of 255 = 51%
B 153 of 255 = 60%

171
129
153

R + G + B ~ 59%. #AB8199 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 171 + 129 + 153 = 453 (100%)
R 171 of 453 ~ 37.75%
G 129 of 453 ~ 28.48%
B 153 of 453 ~ 33.77'%

%37.75
%28.48
%33.77

CMYK color model

#AB8199 color CMYK value is (0,25,11,33).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 10.53%
  • key color value is 32.94%
CMYK: (0,25,11,33) C0M25Y11K33 (0%,25%,11%,33%) (0.00/0.25/0.11/0.33) 

CMYK percentages

%0
%24.56
%10.53
%32.94

Codes

Color #AB8199 in popluar color models

AB 81 99
RGB 171 129 153
HSL 326° 20.00% 58.82%
HSB/HSV 326° 24.56% 67.06%
CMYK 0.00% 24.56% 10.53%
32.94%

Color #AB8199 in popluar number systems.

HEX AB 81 99
Decimal 171 129 153
Binary 10101011 10000001 10011001
Octal 253 201 231

Shades and tints

Shades of #AB8199

#AB8199
(171,129,153)
#9C768C
(156,118,140)
#8D6B7F
(141,107,127)
#7E6072
(126,96,114)
#6F5565
(111,85,101)
#604A58
(96,74,88)
#513F4B
(81,63,75)
#42343E
(66,52,62)
#332931
(51,41,49)
#241E24
(36,30,36)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #AB8199

#AB8199
(171,129,153)
#B28CA2
(178,140,162)
#B997AB
(185,151,171)
#C0A2B4
(192,162,180)
#C7ADBD
(199,173,189)
#CEB8C6
(206,184,198)
#D5C3CF
(213,195,207)
#DCCED8
(220,206,216)
#E3D9E1
(227,217,225)
#EAE4EA
(234,228,234)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8199 color. Also use rgb(171,129,153) instead hex code.

Text Font Color

.myTextColor { color: #AB8199; }

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

This text font color is #AB8199.

Background Color

.myBgColor { background-color: #AB8199; }

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

This div background color is #AB8199.

Border color

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

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

This div border color is #AB8199.

Opacity

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

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

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

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

This text has shadow with #AB8199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8199.

Preview

Color preview on black background

This text has color #AB8199 on black background.


Color preview on white background

This text has color #AB8199 on white background.


Black color preview on #AB8199 background

This text has black color on #AB8199 background.


White color preview on #AB8199 background

This text has white color on #AB8199 background.


Related colors

Complementary color

Complementary color for #hex is #547E66.


I love getcolorcode.com

Triadic colors

1 #99AB81 and #8199AB with #AB8199 are triadic colors.

2 #9981AB and #81AB99 with #AB8199 are triadic colors.