COLOR #AAA5DB

HEX: #AAA5DB
RGB: (170,165,219)

Color info

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

RGB color model

#AAA5DB color RGB value is (170,165,219).

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

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 219 of 255 = 86%

170
165
219

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

Portions of RGB colors in percentages

R + G + B =
170 + 165 + 219 = 554 (100%)
R 170 of 554 ~ 30.69%
G 165 of 554 ~ 29.78%
B 219 of 554 ~ 39.53%

%30.69
%29.78
%39.53

CMYK color model

#AAA5DB color CMYK value is (22,25,0,14).

  • cyan value is 22.37%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(22,25,0,14)
C22M25Y0K14 
(22%,25%,0%,14%)
(0.22/0.25/0.00/0.14)	

CMYK percentages

%22.37
%24.66
%0
%14.12

Codes

Color #AAA5DB in popluar color models

AAA5DB
RGB170165219
HSL246°42.86%75.29%
HSB/HSV246°24.66%85.88%
CMYK22.37%24.66%0.00%
14.12%

Color #AAA5DB in popluar number systems.

HEXAAA5DB
Decimal170165219
Binary101010101010010111011011
Octal252245333

Shades and tints

Shades of #AAA5DB

#AAA5DB
(170,165,219)
#9B96C8
(155,150,200)
#8C87B5
(140,135,181)
#7D78A2
(125,120,162)
#6E698F
(110,105,143)
#5F5A7C
(95,90,124)
#504B69
(80,75,105)
#413C56
(65,60,86)
#322D43
(50,45,67)
#231E30
(35,30,48)
#140F1D
(20,15,29)
#000000
(0,0,0)

Tints of #AAA5DB

#AAA5DB
(170,165,219)
#B1ADDE
(177,173,222)
#B8B5E1
(184,181,225)
#BFBDE4
(191,189,228)
#C6C5E7
(198,197,231)
#CDCDEA
(205,205,234)
#D4D5ED
(212,213,237)
#DBDDF0
(219,221,240)
#E2E5F3
(226,229,243)
#E9EDF6
(233,237,246)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA5DB; }

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

This text font color is #AAA5DB.


Background Color

.myBgColor { background-color: #AAA5DB; }

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

This div background color is #AAA5DB.


Border color

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

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

This div border color is #AAA5DB.


Opacity

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

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

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

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

This text has shadow with #AAA5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA5DB on black background.


Color preview on white background

This text has color #AAA5DB on white background.



Black color preview on #AAA5DB background

This text has black color on #AAA5DB background.


White color preview on #AAA5DB background

This text has white color on #AAA5DB background.