COLOR #AB89B7

HEX: #AB89B7 RGB: (171,137,183)

Color info

#AB89B7 contains red, green and blue colors in about the same proportion. Web safe color of #AB89B7 is #9999CC (or #99C).

RGB color model

#AB89B7 color RGB value is (171,137,183).

RGB: (171,137,183) (67%, 54%, 72%)

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 183 of 255 = 72%

171
137
183

R + G + B ~ 64%. #AB89B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 137 + 183 = 491 (100%)
R 171 of 491 ~ 34.83%
G 137 of 491 ~ 27.9%
B 183 of 491 ~ 37.27'%

%34.83
%27.9
%37.27

CMYK color model

#AB89B7 color CMYK value is (7,25,0,28).

  • cyan value is 6.56%
  • magenta value is 25.14%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (7,25,0,28)
C7M25Y0K28 (7%, 25%, 0%, 28%)
(0.07 / 0.25 / 0.00 / 0.28)

CMYK percentages

%6.56
%25.14
%0
%28.24

Codes

Color #AB89B7 in popluar color models

AB 89 B7
RGB 171 137 183
HSL 284° 24.21% 62.75%
HSB/HSV 284° 25.14% 71.76%
CMYK 6.56% 25.14% 0.00%
28.24%

Color #AB89B7 in popluar number systems.

HEX AB 89 B7
Decimal 171 137 183
Binary 10101011 10001001 10110111
Octal 253 211 267

Shades and tints

Shades of #AB89B7

#AB89B7
(171,137,183)
#9C7DA7
(156,125,167)
#8D7197
(141,113,151)
#7E6587
(126,101,135)
#6F5977
(111,89,119)
#604D67
(96,77,103)
#514157
(81,65,87)
#423547
(66,53,71)
#332937
(51,41,55)
#241D27
(36,29,39)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #AB89B7

#AB89B7
(171,137,183)
#B293BD
(178,147,189)
#B99DC3
(185,157,195)
#C0A7C9
(192,167,201)
#C7B1CF
(199,177,207)
#CEBBD5
(206,187,213)
#D5C5DB
(213,197,219)
#DCCFE1
(220,207,225)
#E3D9E7
(227,217,231)
#EAE3ED
(234,227,237)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB89B7 color. Also use rgb(171,137,183) instead hex code.

Text Font Color

.myTextColor { color: #AB89B7; }

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

This text font color is #AB89B7.

Background Color

.myBgColor { background-color: #AB89B7; }

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

This div background color is #AB89B7.

Border color

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

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

This div border color is #AB89B7.

Opacity

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

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

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

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

This text has shadow with #AB89B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB89B7.

Preview

Color preview on black background

This text has color #AB89B7 on black background.


Color preview on white background

This text has color #AB89B7 on white background.


Black color preview on #AB89B7 background

This text has black color on #AB89B7 background.


White color preview on #AB89B7 background

This text has white color on #AB89B7 background.


Related colors

Complementary color

Complementary color for #hex is #547648.


I love getcolorcode.com

Triadic colors

1 #B7AB89 and #89B7AB with #AB89B7 are triadic colors.

2 #B789AB and #89ABB7 with #AB89B7 are triadic colors.