COLOR #AAA9DB

HEX: #AAA9DB
RGB: (170,169,219)

Color info

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

RGB color model

#AAA9DB color RGB value is (170,169,219).

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

RGB channels and saturation

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

170
169
219

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

Portions of RGB colors in percentages

R + G + B =
170 + 169 + 219 = 558 (100%)
R 170 of 558 ~ 30.47%
G 169 of 558 ~ 30.29%
B 219 of 558 ~ 39.25%

%30.47
%30.29
%39.25

CMYK color model

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

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

CMYK percentages

%22.37
%22.83
%0
%14.12

Codes

Color #AAA9DB in popluar color models

AAA9DB
RGB170169219
HSL241°40.98%76.08%
HSB/HSV241°22.83%85.88%
CMYK22.37%22.83%0.00%
14.12%

Color #AAA9DB in popluar number systems.

HEXAAA9DB
Decimal170169219
Binary101010101010100111011011
Octal252251333

Shades and tints

Shades of #AAA9DB

#AAA9DB
(170,169,219)
#9B9AC8
(155,154,200)
#8C8BB5
(140,139,181)
#7D7CA2
(125,124,162)
#6E6D8F
(110,109,143)
#5F5E7C
(95,94,124)
#504F69
(80,79,105)
#414056
(65,64,86)
#323143
(50,49,67)
#232230
(35,34,48)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #AAA9DB

#AAA9DB
(170,169,219)
#B1B0DE
(177,176,222)
#B8B7E1
(184,183,225)
#BFBEE4
(191,190,228)
#C6C5E7
(198,197,231)
#CDCCEA
(205,204,234)
#D4D3ED
(212,211,237)
#DBDAF0
(219,218,240)
#E2E1F3
(226,225,243)
#E9E8F6
(233,232,246)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA9DB; }

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

This text font color is #AAA9DB.


Background Color

.myBgColor { background-color: #AAA9DB; }

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

This div background color is #AAA9DB.


Border color

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

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

This div border color is #AAA9DB.


Opacity

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

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

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

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

This text has shadow with #AAA9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA9DB on black background.


Color preview on white background

This text has color #AAA9DB on white background.



Black color preview on #AAA9DB background

This text has black color on #AAA9DB background.


White color preview on #AAA9DB background

This text has white color on #AAA9DB background.