COLOR #AB9DDB

HEX: #AB9DDB
RGB: (171,157,219)

Color info

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

RGB color model

#AB9DDB color RGB value is (171,157,219).

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

RGB channels and saturation

R 171 of 255 = 67%
G 157 of 255 = 62%
B 219 of 255 = 86%

171
157
219

R + G + B ~ 72%. #AB9DDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 157 + 219 = 547 (100%)
R 171 of 547 ~ 31.26%
G 157 of 547 ~ 28.7%
B 219 of 547 ~ 40.04%

%31.26
%28.7
%40.04

CMYK color model

#AB9DDB color CMYK value is (22,28,0,14).

  • cyan value is 21.92%
  • magenta value is 28.31%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(22,28,0,14)
C22M28Y0K14 
(22%,28%,0%,14%)
(0.22/0.28/0.00/0.14)	

CMYK percentages

%21.92
%28.31
%0
%14.12

Codes

Color #AB9DDB in popluar color models

AB9DDB
RGB171157219
HSL254°46.27%73.73%
HSB/HSV254°28.31%85.88%
CMYK21.92%28.31%0.00%
14.12%

Color #AB9DDB in popluar number systems.

HEXAB9DDB
Decimal171157219
Binary101010111001110111011011
Octal253235333

Shades and tints

Shades of #AB9DDB

#AB9DDB
(171,157,219)
#9C8FC8
(156,143,200)
#8D81B5
(141,129,181)
#7E73A2
(126,115,162)
#6F658F
(111,101,143)
#60577C
(96,87,124)
#514969
(81,73,105)
#423B56
(66,59,86)
#332D43
(51,45,67)
#241F30
(36,31,48)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #AB9DDB

#AB9DDB
(171,157,219)
#B2A5DE
(178,165,222)
#B9ADE1
(185,173,225)
#C0B5E4
(192,181,228)
#C7BDE7
(199,189,231)
#CEC5EA
(206,197,234)
#D5CDED
(213,205,237)
#DCD5F0
(220,213,240)
#E3DDF3
(227,221,243)
#EAE5F6
(234,229,246)
#F1EDF9
(241,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9DDB; }

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

This text font color is #AB9DDB.


Background Color

.myBgColor { background-color: #AB9DDB; }

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

This div background color is #AB9DDB.


Border color

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

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

This div border color is #AB9DDB.


Opacity

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

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

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

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

This text has shadow with #AB9DDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9DDB on black background.


Color preview on white background

This text has color #AB9DDB on white background.



Black color preview on #AB9DDB background

This text has black color on #AB9DDB background.


White color preview on #AB9DDB background

This text has white color on #AB9DDB background.