COLOR #AB8AC9

HEX: #AB8AC9
RGB: (171,138,201)

Color info

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

RGB color model

#AB8AC9 color RGB value is (171,138,201).

  • red value is 171;
  • green value is 138;
  • blue value is 201.
RGB:
(171,138,201)
(67%,54%,79%)

RGB channels and saturation

R 171 of 255 = 67%
G 138 of 255 = 54%
B 201 of 255 = 79%

171
138
201

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

Portions of RGB colors in percentages

R + G + B =
171 + 138 + 201 = 510 (100%)
R 171 of 510 ~ 33.53%
G 138 of 510 ~ 27.06%
B 201 of 510 ~ 39.41%

%33.53
%27.06
%39.41

CMYK color model

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

  • cyan value is 14.93%
  • magenta value is 31.34%
  • 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
%31.34
%0
%21.18

Codes

Color #AB8AC9 in popluar color models

AB8AC9
RGB171138201
HSL271°36.84%66.47%
HSB/HSV271°31.34%78.82%
CMYK14.93%31.34%0.00%
21.18%

Color #AB8AC9 in popluar number systems.

HEXAB8AC9
Decimal171138201
Binary101010111000101011001001
Octal253212311

Shades and tints

Shades of #AB8AC9

#AB8AC9
(171,138,201)
#9C7EB7
(156,126,183)
#8D72A5
(141,114,165)
#7E6693
(126,102,147)
#6F5A81
(111,90,129)
#604E6F
(96,78,111)
#51425D
(81,66,93)
#42364B
(66,54,75)
#332A39
(51,42,57)
#241E27
(36,30,39)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #AB8AC9

#AB8AC9
(171,138,201)
#B294CD
(178,148,205)
#B99ED1
(185,158,209)
#C0A8D5
(192,168,213)
#C7B2D9
(199,178,217)
#CEBCDD
(206,188,221)
#D5C6E1
(213,198,225)
#DCD0E5
(220,208,229)
#E3DAE9
(227,218,233)
#EAE4ED
(234,228,237)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8AC9; }

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

This text font color is #AB8AC9.


Background Color

.myBgColor { background-color: #AB8AC9; }

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

This div background color is #AB8AC9.


Border color

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

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

This div border color is #AB8AC9.


Opacity

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

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

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

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

This text has shadow with #AB8AC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8AC9 on black background.


Color preview on white background

This text has color #AB8AC9 on white background.



Black color preview on #AB8AC9 background

This text has black color on #AB8AC9 background.


White color preview on #AB8AC9 background

This text has white color on #AB8AC9 background.