COLOR #AAA3BB

HEX: #AAA3BB RGB: (170,163,187)

Color info

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

RGB color model

#AAA3BB color RGB value is (170,163,187).

RGB: (170,163,187) (67%, 64%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 163 of 255 = 64%
B 187 of 255 = 73%

170
163
187

R + G + B ~ 68%. #AAA3BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 163 + 187 = 520 (100%)
R 170 of 520 ~ 32.69%
G 163 of 520 ~ 31.35%
B 187 of 520 ~ 35.96'%

%32.69
%31.35
%35.96

CMYK color model

#AAA3BB color CMYK value is (9,13,0,27).

  • cyan value is 9.09%
  • magenta value is 12.83%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (9,13,0,27)
C9M13Y0K27 (9%, 13%, 0%, 27%)
(0.09 / 0.13 / 0.00 / 0.27)

CMYK percentages

%9.09
%12.83
%0
%26.67

Codes

Color #AAA3BB in popluar color models

AA A3 BB
RGB 170 163 187
HSL 258° 15.00% 68.63%
HSB/HSV 258° 12.83% 73.33%
CMYK 9.09% 12.83% 0.00%
26.67%

Color #AAA3BB in popluar number systems.

HEX AA A3 BB
Decimal 170 163 187
Binary 10101010 10100011 10111011
Octal 252 243 273

Shades and tints

Shades of #AAA3BB

#AAA3BB
(170,163,187)
#9B95AA
(155,149,170)
#8C8799
(140,135,153)
#7D7988
(125,121,136)
#6E6B77
(110,107,119)
#5F5D66
(95,93,102)
#504F55
(80,79,85)
#414144
(65,65,68)
#323333
(50,51,51)
#232522
(35,37,34)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #AAA3BB

#AAA3BB
(170,163,187)
#B1ABC1
(177,171,193)
#B8B3C7
(184,179,199)
#BFBBCD
(191,187,205)
#C6C3D3
(198,195,211)
#CDCBD9
(205,203,217)
#D4D3DF
(212,211,223)
#DBDBE5
(219,219,229)
#E2E3EB
(226,227,235)
#E9EBF1
(233,235,241)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA3BB; }

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

This text font color is #AAA3BB.

Background Color

.myBgColor { background-color: #AAA3BB; }

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

This div background color is #AAA3BB.

Border color

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

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

This div border color is #AAA3BB.

Opacity

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

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

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

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

This text has shadow with #AAA3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA3BB.

Preview

Color preview on black background

This text has color #AAA3BB on black background.


Color preview on white background

This text has color #AAA3BB on white background.


Black color preview on #AAA3BB background

This text has black color on #AAA3BB background.


White color preview on #AAA3BB background

This text has white color on #AAA3BB background.


Related colors

Complementary color

Complementary color for #hex is #555C44.


I love getcolorcode.com

Triadic colors

1 #BBAAA3 and #A3BBAA with #AAA3BB are triadic colors.

2 #BBA3AA and #A3AABB with #AAA3BB are triadic colors.