COLOR #AB809D

HEX: #AB809D RGB: (171,128,157)

Color info

#AB809D contains red, green and blue colors in about the same proportion. Web safe color of #AB809D is #996699 (or #969).

RGB color model

#AB809D color RGB value is (171,128,157).

RGB: (171,128,157) (67%, 50%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 128 of 255 = 50%
B 157 of 255 = 62%

171
128
157

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

Portions of RGB colors in percentages

R + G + B = 171 + 128 + 157 = 456 (100%)
R 171 of 456 ~ 37.5%
G 128 of 456 ~ 28.07%
B 157 of 456 ~ 34.43'%

%37.5
%28.07
%34.43

CMYK color model

#AB809D color CMYK value is (0,25,8,33).

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 8.19%
  • key color value is 32.94%

CMYK: (0,25,8,33)
C0M25Y8K33 (0%, 25%, 8%, 33%)
(0.00 / 0.25 / 0.08 / 0.33)

CMYK percentages

%0
%25.15
%8.19
%32.94

Codes

Color #AB809D in popluar color models

AB 80 9D
RGB 171 128 157
HSL 320° 20.38% 58.63%
HSB/HSV 320° 25.15% 67.06%
CMYK 0.00% 25.15% 8.19%
32.94%

Color #AB809D in popluar number systems.

HEX AB 80 9D
Decimal 171 128 157
Binary 10101011 10000000 10011101
Octal 253 200 235

Shades and tints

Shades of #AB809D

#AB809D
(171,128,157)
#9C758F
(156,117,143)
#8D6A81
(141,106,129)
#7E5F73
(126,95,115)
#6F5465
(111,84,101)
#604957
(96,73,87)
#513E49
(81,62,73)
#42333B
(66,51,59)
#33282D
(51,40,45)
#241D1F
(36,29,31)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #AB809D

#AB809D
(171,128,157)
#B28BA5
(178,139,165)
#B996AD
(185,150,173)
#C0A1B5
(192,161,181)
#C7ACBD
(199,172,189)
#CEB7C5
(206,183,197)
#D5C2CD
(213,194,205)
#DCCDD5
(220,205,213)
#E3D8DD
(227,216,221)
#EAE3E5
(234,227,229)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB809D color. Also use rgb(171,128,157) instead hex code.

Text Font Color

.myTextColor { color: #AB809D; }

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

This text font color is #AB809D.

Background Color

.myBgColor { background-color: #AB809D; }

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

This div background color is #AB809D.

Border color

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

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

This div border color is #AB809D.

Opacity

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

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

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

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

This text has shadow with #AB809D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB809D.

Preview

Color preview on black background

This text has color #AB809D on black background.


Color preview on white background

This text has color #AB809D on white background.


Black color preview on #AB809D background

This text has black color on #AB809D background.


White color preview on #AB809D background

This text has white color on #AB809D background.


Related colors

Complementary color

Complementary color for #hex is #547F62.


I love getcolorcode.com

Triadic colors

1 #9DAB80 and #809DAB with #AB809D are triadic colors.

2 #9D80AB and #80AB9D with #AB809D are triadic colors.