COLOR #A9B3DB

HEX: #A9B3DB
RGB: (169,179,219)

Color info

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

RGB color model

#A9B3DB color RGB value is (169,179,219).

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

RGB channels and saturation

R 169 of 255 = 66%
G 179 of 255 = 70%
B 219 of 255 = 86%

169
179
219

R + G + B ~ 74%. #A9B3DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 179 + 219 = 567 (100%)
R 169 of 567 ~ 29.81%
G 179 of 567 ~ 31.57%
B 219 of 567 ~ 38.62%

%29.81
%31.57
%38.62

CMYK color model

#A9B3DB color CMYK value is (23,18,0,14).

  • cyan value is 22.83%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(23,18,0,14)
C23M18Y0K14 
(23%,18%,0%,14%)
(0.23/0.18/0.00/0.14)	

CMYK percentages

%22.83
%18.26
%0
%14.12

Codes

Color #A9B3DB in popluar color models

A9B3DB
RGB169179219
HSL228°40.98%76.08%
HSB/HSV228°22.83%85.88%
CMYK22.83%18.26%0.00%
14.12%

Color #A9B3DB in popluar number systems.

HEXA9B3DB
Decimal169179219
Binary101010011011001111011011
Octal251263333

Shades and tints

Shades of #A9B3DB

#A9B3DB
(169,179,219)
#9AA3C8
(154,163,200)
#8B93B5
(139,147,181)
#7C83A2
(124,131,162)
#6D738F
(109,115,143)
#5E637C
(94,99,124)
#4F5369
(79,83,105)
#404356
(64,67,86)
#313343
(49,51,67)
#222330
(34,35,48)
#13131D
(19,19,29)
#000000
(0,0,0)

Tints of #A9B3DB

#A9B3DB
(169,179,219)
#B0B9DE
(176,185,222)
#B7BFE1
(183,191,225)
#BEC5E4
(190,197,228)
#C5CBE7
(197,203,231)
#CCD1EA
(204,209,234)
#D3D7ED
(211,215,237)
#DADDF0
(218,221,240)
#E1E3F3
(225,227,243)
#E8E9F6
(232,233,246)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B3DB; }

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

This text font color is #A9B3DB.


Background Color

.myBgColor { background-color: #A9B3DB; }

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

This div background color is #A9B3DB.


Border color

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

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

This div border color is #A9B3DB.


Opacity

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

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

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

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

This text has shadow with #A9B3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B3DB on black background.


Color preview on white background

This text has color #A9B3DB on white background.



Black color preview on #A9B3DB background

This text has black color on #A9B3DB background.


White color preview on #A9B3DB background

This text has white color on #A9B3DB background.