COLOR #AAA1D3

HEX: #AAA1D3 RGB: (170,161,211)

Color info

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

RGB color model

#AAA1D3 color RGB value is (170,161,211).

RGB: (170,161,211) (67%, 63%, 83%)

RGB channels and saturation

R 170 of 255 = 67%
G 161 of 255 = 63%
B 211 of 255 = 83%

170
161
211

R + G + B ~ 71%. #AAA1D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 161 + 211 = 542 (100%)
R 170 of 542 ~ 31.37%
G 161 of 542 ~ 29.7%
B 211 of 542 ~ 38.93'%

%31.37
%29.7
%38.93

CMYK color model

#AAA1D3 color CMYK value is (19,24,0,17).

  • cyan value is 19.43%
  • magenta value is 23.70%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (19,24,0,17) C19M24Y0K17 (19%,24%,0%,17%) (0.19/0.24/0.00/0.17) 

CMYK percentages

%19.43
%23.7
%0
%17.25

Codes

Color #AAA1D3 in popluar color models

AA A1 D3
RGB 170 161 211
HSL 251° 36.23% 72.94%
HSB/HSV 251° 23.70% 82.75%
CMYK 19.43% 23.70% 0.00%
17.25%

Color #AAA1D3 in popluar number systems.

HEX AA A1 D3
Decimal 170 161 211
Binary 10101010 10100001 11010011
Octal 252 241 323

Shades and tints

Shades of #AAA1D3

#AAA1D3
(170,161,211)
#9B93C0
(155,147,192)
#8C85AD
(140,133,173)
#7D779A
(125,119,154)
#6E6987
(110,105,135)
#5F5B74
(95,91,116)
#504D61
(80,77,97)
#413F4E
(65,63,78)
#32313B
(50,49,59)
#232328
(35,35,40)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #AAA1D3

#AAA1D3
(170,161,211)
#B1A9D7
(177,169,215)
#B8B1DB
(184,177,219)
#BFB9DF
(191,185,223)
#C6C1E3
(198,193,227)
#CDC9E7
(205,201,231)
#D4D1EB
(212,209,235)
#DBD9EF
(219,217,239)
#E2E1F3
(226,225,243)
#E9E9F7
(233,233,247)
#F0F1FB
(240,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA1D3 color. Also use rgb(170,161,211) instead hex code.

Text Font Color

.myTextColor { color: #AAA1D3; }

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

This text font color is #AAA1D3.

Background Color

.myBgColor { background-color: #AAA1D3; }

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

This div background color is #AAA1D3.

Border color

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

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

This div border color is #AAA1D3.

Opacity

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

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

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

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

This text has shadow with #AAA1D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA1D3.

Preview

Color preview on black background

This text has color #AAA1D3 on black background.


Color preview on white background

This text has color #AAA1D3 on white background.


Black color preview on #AAA1D3 background

This text has black color on #AAA1D3 background.


White color preview on #AAA1D3 background

This text has white color on #AAA1D3 background.


Related colors

Complementary color

Complementary color for #hex is #555E2C.


I love getcolorcode.com

Triadic colors

1 #D3AAA1 and #A1D3AA with #AAA1D3 are triadic colors.

2 #D3A1AA and #A1AAD3 with #AAA1D3 are triadic colors.