COLOR #AB789F

HEX: #AB789F RGB: (171,120,159)

Color info

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

RGB color model

#AB789F color RGB value is (171,120,159).

RGB: (171,120,159) (67%, 47%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 120 of 255 = 47%
B 159 of 255 = 62%

171
120
159

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

Portions of RGB colors in percentages

R + G + B = 171 + 120 + 159 = 450 (100%)
R 171 of 450 ~ 38%
G 120 of 450 ~ 26.67%
B 159 of 450 ~ 35.33'%

%38
%26.67
%35.33

CMYK color model

#AB789F color CMYK value is (0,30,7,33).

  • cyan value is 0.00%
  • magenta value is 29.82%
  • yellow value is 7.02%
  • key color value is 32.94%

CMYK: (0,30,7,33)
C0M30Y7K33 (0%, 30%, 7%, 33%)
(0.00 / 0.30 / 0.07 / 0.33)

CMYK percentages

%0
%29.82
%7.02
%32.94

Codes

Color #AB789F in popluar color models

AB 78 9F
RGB 171 120 159
HSL 314° 23.29% 57.06%
HSB/HSV 314° 29.82% 67.06%
CMYK 0.00% 29.82% 7.02%
32.94%

Color #AB789F in popluar number systems.

HEX AB 78 9F
Decimal 171 120 159
Binary 10101011 1111000 10011111
Octal 253 170 237

Shades and tints

Shades of #AB789F

#AB789F
(171,120,159)
#9C6E91
(156,110,145)
#8D6483
(141,100,131)
#7E5A75
(126,90,117)
#6F5067
(111,80,103)
#604659
(96,70,89)
#513C4B
(81,60,75)
#42323D
(66,50,61)
#33282F
(51,40,47)
#241E21
(36,30,33)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #AB789F

#AB789F
(171,120,159)
#B284A7
(178,132,167)
#B990AF
(185,144,175)
#C09CB7
(192,156,183)
#C7A8BF
(199,168,191)
#CEB4C7
(206,180,199)
#D5C0CF
(213,192,207)
#DCCCD7
(220,204,215)
#E3D8DF
(227,216,223)
#EAE4E7
(234,228,231)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB789F color. Also use rgb(171,120,159) instead hex code.

Text Font Color

.myTextColor { color: #AB789F; }

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

This text font color is #AB789F.

Background Color

.myBgColor { background-color: #AB789F; }

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

This div background color is #AB789F.

Border color

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

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

This div border color is #AB789F.

Opacity

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

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

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

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

This text has shadow with #AB789F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB789F.

Preview

Color preview on black background

This text has color #AB789F on black background.


Color preview on white background

This text has color #AB789F on white background.


Black color preview on #AB789F background

This text has black color on #AB789F background.


White color preview on #AB789F background

This text has white color on #AB789F background.


Related colors

Complementary color

Complementary color for #hex is #548760.


I love getcolorcode.com

Triadic colors

1 #9FAB78 and #789FAB with #AB789F are triadic colors.

2 #9F78AB and #78AB9F with #AB789F are triadic colors.