COLOR #AB9DDA

HEX: #AB9DDA
RGB: (171,157,218)

Color info

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

RGB color model

#AB9DDA color RGB value is (171,157,218).

  • red value is 171;
  • green value is 157;
  • blue value is 218.
RGB:
(171,157,218)
(67%,62%,85%)

RGB channels and saturation

R 171 of 255 = 67%
G 157 of 255 = 62%
B 218 of 255 = 85%

171
157
218

R + G + B ~ 71%. #AB9DDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 157 + 218 = 546 (100%)
R 171 of 546 ~ 31.32%
G 157 of 546 ~ 28.75%
B 218 of 546 ~ 39.93%

%31.32
%28.75
%39.93

CMYK color model

#AB9DDA color CMYK value is (22,28,0,15).

  • cyan value is 21.56%
  • magenta value is 27.98%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(22,28,0,15)
C22M28Y0K15 
(22%,28%,0%,15%)
(0.22/0.28/0.00/0.15)	

CMYK percentages

%21.56
%27.98
%0
%14.51

Codes

Color #AB9DDA in popluar color models

AB9DDA
RGB171157218
HSL254°45.19%73.53%
HSB/HSV254°27.98%85.49%
CMYK21.56%27.98%0.00%
14.51%

Color #AB9DDA in popluar number systems.

HEXAB9DDA
Decimal171157218
Binary101010111001110111011010
Octal253235332

Shades and tints

Shades of #AB9DDA

#AB9DDA
(171,157,218)
#9C8FC7
(156,143,199)
#8D81B4
(141,129,180)
#7E73A1
(126,115,161)
#6F658E
(111,101,142)
#60577B
(96,87,123)
#514968
(81,73,104)
#423B55
(66,59,85)
#332D42
(51,45,66)
#241F2F
(36,31,47)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #AB9DDA

#AB9DDA
(171,157,218)
#B2A5DD
(178,165,221)
#B9ADE0
(185,173,224)
#C0B5E3
(192,181,227)
#C7BDE6
(199,189,230)
#CEC5E9
(206,197,233)
#D5CDEC
(213,205,236)
#DCD5EF
(220,213,239)
#E3DDF2
(227,221,242)
#EAE5F5
(234,229,245)
#F1EDF8
(241,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9DDA color. Also use rgb(171,157,218) instead hex code.

Text Font Color

.myTextColor { color: #AB9DDA; }

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

This text font color is #AB9DDA.


Background Color

.myBgColor { background-color: #AB9DDA; }

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

This div background color is #AB9DDA.


Border color

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

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

This div border color is #AB9DDA.


Opacity

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

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

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

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

This text has shadow with #AB9DDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9DDA on black background.


Color preview on white background

This text has color #AB9DDA on white background.



Black color preview on #AB9DDA background

This text has black color on #AB9DDA background.


White color preview on #AB9DDA background

This text has white color on #AB9DDA background.