COLOR #A9ABDB

HEX: #A9ABDB
RGB: (169,171,219)

Color info

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

RGB color model

#A9ABDB color RGB value is (169,171,219).

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

RGB channels and saturation

R 169 of 255 = 66%
G 171 of 255 = 67%
B 219 of 255 = 86%

169
171
219

R + G + B ~ 73%. #A9ABDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 171 + 219 = 559 (100%)
R 169 of 559 ~ 30.23%
G 171 of 559 ~ 30.59%
B 219 of 559 ~ 39.18%

%30.23
%30.59
%39.18

CMYK color model

#A9ABDB color CMYK value is (23,22,0,14).

  • cyan value is 22.83%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(23,22,0,14)
C23M22Y0K14 
(23%,22%,0%,14%)
(0.23/0.22/0.00/0.14)	

CMYK percentages

%22.83
%21.92
%0
%14.12

Codes

Color #A9ABDB in popluar color models

A9ABDB
RGB169171219
HSL238°40.98%76.08%
HSB/HSV238°22.83%85.88%
CMYK22.83%21.92%0.00%
14.12%

Color #A9ABDB in popluar number systems.

HEXA9ABDB
Decimal169171219
Binary101010011010101111011011
Octal251253333

Shades and tints

Shades of #A9ABDB

#A9ABDB
(169,171,219)
#9A9CC8
(154,156,200)
#8B8DB5
(139,141,181)
#7C7EA2
(124,126,162)
#6D6F8F
(109,111,143)
#5E607C
(94,96,124)
#4F5169
(79,81,105)
#404256
(64,66,86)
#313343
(49,51,67)
#222430
(34,36,48)
#13151D
(19,21,29)
#000000
(0,0,0)

Tints of #A9ABDB

#A9ABDB
(169,171,219)
#B0B2DE
(176,178,222)
#B7B9E1
(183,185,225)
#BEC0E4
(190,192,228)
#C5C7E7
(197,199,231)
#CCCEEA
(204,206,234)
#D3D5ED
(211,213,237)
#DADCF0
(218,220,240)
#E1E3F3
(225,227,243)
#E8EAF6
(232,234,246)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ABDB; }

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

This text font color is #A9ABDB.


Background Color

.myBgColor { background-color: #A9ABDB; }

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

This div background color is #A9ABDB.


Border color

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

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

This div border color is #A9ABDB.


Opacity

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

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

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

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

This text has shadow with #A9ABDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9ABDB on black background.


Color preview on white background

This text has color #A9ABDB on white background.



Black color preview on #A9ABDB background

This text has black color on #A9ABDB background.


White color preview on #A9ABDB background

This text has white color on #A9ABDB background.