COLOR #AB89C5

HEX: #AB89C5 RGB: (171,137,197)

Color info

#AB89C5 contains mainly red and blue colors. Web safe color of #AB89C5 is #9999CC (or #99C).

RGB color model

#AB89C5 color RGB value is (171,137,197).

RGB: (171,137,197) (67%, 54%, 77%)

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 197 of 255 = 77%

171
137
197

R + G + B ~ 66%. #AB89C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 137 + 197 = 505 (100%)
R 171 of 505 ~ 33.86%
G 137 of 505 ~ 27.13%
B 197 of 505 ~ 39.01'%

%33.86
%27.13
%39.01

CMYK color model

#AB89C5 color CMYK value is (13,30,0,23).

  • cyan value is 13.20%
  • magenta value is 30.46%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (13,30,0,23)
C13M30Y0K23 (13%, 30%, 0%, 23%)
(0.13 / 0.30 / 0.00 / 0.23)

CMYK percentages

%13.2
%30.46
%0
%22.75

Codes

Color #AB89C5 in popluar color models

AB 89 C5
RGB 171 137 197
HSL 274° 34.09% 65.49%
HSB/HSV 274° 30.46% 77.25%
CMYK 13.20% 30.46% 0.00%
22.75%

Color #AB89C5 in popluar number systems.

HEX AB 89 C5
Decimal 171 137 197
Binary 10101011 10001001 11000101
Octal 253 211 305

Shades and tints

Shades of #AB89C5

#AB89C5
(171,137,197)
#9C7DB4
(156,125,180)
#8D71A3
(141,113,163)
#7E6592
(126,101,146)
#6F5981
(111,89,129)
#604D70
(96,77,112)
#51415F
(81,65,95)
#42354E
(66,53,78)
#33293D
(51,41,61)
#241D2C
(36,29,44)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #AB89C5

#AB89C5
(171,137,197)
#B293CA
(178,147,202)
#B99DCF
(185,157,207)
#C0A7D4
(192,167,212)
#C7B1D9
(199,177,217)
#CEBBDE
(206,187,222)
#D5C5E3
(213,197,227)
#DCCFE8
(220,207,232)
#E3D9ED
(227,217,237)
#EAE3F2
(234,227,242)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB89C5; }

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

This text font color is #AB89C5.

Background Color

.myBgColor { background-color: #AB89C5; }

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

This div background color is #AB89C5.

Border color

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

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

This div border color is #AB89C5.

Opacity

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

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

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

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

This text has shadow with #AB89C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB89C5.

Preview

Color preview on black background

This text has color #AB89C5 on black background.


Color preview on white background

This text has color #AB89C5 on white background.


Black color preview on #AB89C5 background

This text has black color on #AB89C5 background.


White color preview on #AB89C5 background

This text has white color on #AB89C5 background.


Related colors

Complementary color

Complementary color for #hex is #54763A.


I love getcolorcode.com

Triadic colors

1 #C5AB89 and #89C5AB with #AB89C5 are triadic colors.

2 #C589AB and #89ABC5 with #AB89C5 are triadic colors.