COLOR #AB8BC9

HEX: #AB8BC9 RGB: (171,139,201)

Color info

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

RGB color model

#AB8BC9 color RGB value is (171,139,201).

RGB: (171,139,201) (67%, 55%, 79%)

RGB channels and saturation

R 171 of 255 = 67%
G 139 of 255 = 55%
B 201 of 255 = 79%

171
139
201

R + G + B ~ 67%. #AB8BC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 139 + 201 = 511 (100%)
R 171 of 511 ~ 33.46%
G 139 of 511 ~ 27.2%
B 201 of 511 ~ 39.33'%

%33.46
%27.2
%39.33

CMYK color model

#AB8BC9 color CMYK value is (15,31,0,21).

  • cyan value is 14.93%
  • magenta value is 30.85%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (15,31,0,21)
C15M31Y0K21 (15%, 31%, 0%, 21%)
(0.15 / 0.31 / 0.00 / 0.21)

CMYK percentages

%14.93
%30.85
%0
%21.18

Codes

Color #AB8BC9 in popluar color models

AB 8B C9
RGB 171 139 201
HSL 271° 36.47% 66.67%
HSB/HSV 271° 30.85% 78.82%
CMYK 14.93% 30.85% 0.00%
21.18%

Color #AB8BC9 in popluar number systems.

HEX AB 8B C9
Decimal 171 139 201
Binary 10101011 10001011 11001001
Octal 253 213 311

Shades and tints

Shades of #AB8BC9

#AB8BC9
(171,139,201)
#9C7FB7
(156,127,183)
#8D73A5
(141,115,165)
#7E6793
(126,103,147)
#6F5B81
(111,91,129)
#604F6F
(96,79,111)
#51435D
(81,67,93)
#42374B
(66,55,75)
#332B39
(51,43,57)
#241F27
(36,31,39)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #AB8BC9

#AB8BC9
(171,139,201)
#B295CD
(178,149,205)
#B99FD1
(185,159,209)
#C0A9D5
(192,169,213)
#C7B3D9
(199,179,217)
#CEBDDD
(206,189,221)
#D5C7E1
(213,199,225)
#DCD1E5
(220,209,229)
#E3DBE9
(227,219,233)
#EAE5ED
(234,229,237)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8BC9 color. Also use rgb(171,139,201) instead hex code.

Text Font Color

.myTextColor { color: #AB8BC9; }

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

This text font color is #AB8BC9.

Background Color

.myBgColor { background-color: #AB8BC9; }

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

This div background color is #AB8BC9.

Border color

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

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

This div border color is #AB8BC9.

Opacity

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

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

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

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

This text has shadow with #AB8BC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8BC9.

Preview

Color preview on black background

This text has color #AB8BC9 on black background.


Color preview on white background

This text has color #AB8BC9 on white background.


Black color preview on #AB8BC9 background

This text has black color on #AB8BC9 background.


White color preview on #AB8BC9 background

This text has white color on #AB8BC9 background.


Related colors

Complementary color

Complementary color for #hex is #547436.


I love getcolorcode.com

Triadic colors

1 #C9AB8B and #8BC9AB with #AB8BC9 are triadic colors.

2 #C98BAB and #8BABC9 with #AB8BC9 are triadic colors.