COLOR #AAA3D9

HEX: #AAA3D9 RGB: (170,163,217)

Color info

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

RGB color model

#AAA3D9 color RGB value is (170,163,217).

RGB: (170,163,217) (67%, 64%, 85%)

RGB channels and saturation

R 170 of 255 = 67%
G 163 of 255 = 64%
B 217 of 255 = 85%

170
163
217

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

Portions of RGB colors in percentages

R + G + B = 170 + 163 + 217 = 550 (100%)
R 170 of 550 ~ 30.91%
G 163 of 550 ~ 29.64%
B 217 of 550 ~ 39.45'%

%30.91
%29.64
%39.45

CMYK color model

#AAA3D9 color CMYK value is (22,25,0,15).

  • cyan value is 21.66%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (22,25,0,15)
C22M25Y0K15 (22%, 25%, 0%, 15%)
(0.22 / 0.25 / 0.00 / 0.15)

CMYK percentages

%21.66
%24.88
%0
%14.9

Codes

Color #AAA3D9 in popluar color models

AA A3 D9
RGB 170 163 217
HSL 248° 41.54% 74.51%
HSB/HSV 248° 24.88% 85.10%
CMYK 21.66% 24.88% 0.00%
14.90%

Color #AAA3D9 in popluar number systems.

HEX AA A3 D9
Decimal 170 163 217
Binary 10101010 10100011 11011001
Octal 252 243 331

Shades and tints

Shades of #AAA3D9

#AAA3D9
(170,163,217)
#9B95C6
(155,149,198)
#8C87B3
(140,135,179)
#7D79A0
(125,121,160)
#6E6B8D
(110,107,141)
#5F5D7A
(95,93,122)
#504F67
(80,79,103)
#414154
(65,65,84)
#323341
(50,51,65)
#23252E
(35,37,46)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #AAA3D9

#AAA3D9
(170,163,217)
#B1ABDC
(177,171,220)
#B8B3DF
(184,179,223)
#BFBBE2
(191,187,226)
#C6C3E5
(198,195,229)
#CDCBE8
(205,203,232)
#D4D3EB
(212,211,235)
#DBDBEE
(219,219,238)
#E2E3F1
(226,227,241)
#E9EBF4
(233,235,244)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA3D9 color. Also use rgb(170,163,217) instead hex code.

Text Font Color

.myTextColor { color: #AAA3D9; }

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

This text font color is #AAA3D9.

Background Color

.myBgColor { background-color: #AAA3D9; }

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

This div background color is #AAA3D9.

Border color

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

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

This div border color is #AAA3D9.

Opacity

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

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

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

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

This text has shadow with #AAA3D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA3D9.

Preview

Color preview on black background

This text has color #AAA3D9 on black background.


Color preview on white background

This text has color #AAA3D9 on white background.


Black color preview on #AAA3D9 background

This text has black color on #AAA3D9 background.


White color preview on #AAA3D9 background

This text has white color on #AAA3D9 background.


Related colors

Complementary color

Complementary color for #hex is #555C26.


I love getcolorcode.com

Triadic colors

1 #D9AAA3 and #A3D9AA with #AAA3D9 are triadic colors.

2 #D9A3AA and #A3AAD9 with #AAA3D9 are triadic colors.