COLOR #AB9AD2

HEX: #AB9AD2
RGB: (171,154,210)

Color info

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

RGB color model

#AB9AD2 color RGB value is (171,154,210).

  • red value is 171;
  • green value is 154;
  • blue value is 210.
RGB:
(171,154,210)
(67%,60%,82%)

RGB channels and saturation

R 171 of 255 = 67%
G 154 of 255 = 60%
B 210 of 255 = 82%

171
154
210

R + G + B ~ 70%. #AB9AD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 154 + 210 = 535 (100%)
R 171 of 535 ~ 31.96%
G 154 of 535 ~ 28.79%
B 210 of 535 ~ 39.25%

%31.96
%28.79
%39.25

CMYK color model

#AB9AD2 color CMYK value is (19,27,0,18).

  • cyan value is 18.57%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(19,27,0,18)
C19M27Y0K18 
(19%,27%,0%,18%)
(0.19/0.27/0.00/0.18)	

CMYK percentages

%18.57
%26.67
%0
%17.65

Codes

Color #AB9AD2 in popluar color models

AB9AD2
RGB171154210
HSL258°38.36%71.37%
HSB/HSV258°26.67%82.35%
CMYK18.57%26.67%0.00%
17.65%

Color #AB9AD2 in popluar number systems.

HEXAB9AD2
Decimal171154210
Binary101010111001101011010010
Octal253232322

Shades and tints

Shades of #AB9AD2

#AB9AD2
(171,154,210)
#9C8CBF
(156,140,191)
#8D7EAC
(141,126,172)
#7E7099
(126,112,153)
#6F6286
(111,98,134)
#605473
(96,84,115)
#514660
(81,70,96)
#42384D
(66,56,77)
#332A3A
(51,42,58)
#241C27
(36,28,39)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #AB9AD2

#AB9AD2
(171,154,210)
#B2A3D6
(178,163,214)
#B9ACDA
(185,172,218)
#C0B5DE
(192,181,222)
#C7BEE2
(199,190,226)
#CEC7E6
(206,199,230)
#D5D0EA
(213,208,234)
#DCD9EE
(220,217,238)
#E3E2F2
(227,226,242)
#EAEBF6
(234,235,246)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9AD2 color. Also use rgb(171,154,210) instead hex code.

Text Font Color

.myTextColor { color: #AB9AD2; }

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

This text font color is #AB9AD2.


Background Color

.myBgColor { background-color: #AB9AD2; }

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

This div background color is #AB9AD2.


Border color

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

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

This div border color is #AB9AD2.


Opacity

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

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

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

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

This text has shadow with #AB9AD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9AD2 on black background.


Color preview on white background

This text has color #AB9AD2 on white background.



Black color preview on #AB9AD2 background

This text has black color on #AB9AD2 background.


White color preview on #AB9AD2 background

This text has white color on #AB9AD2 background.