COLOR #AAA3C6

HEX: #AAA3C6 RGB: (170,163,198)

Color info

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

RGB color model

#AAA3C6 color RGB value is (170,163,198).

RGB: (170,163,198) (67%, 64%, 78%)

RGB channels and saturation

R 170 of 255 = 67%
G 163 of 255 = 64%
B 198 of 255 = 78%

170
163
198

R + G + B ~ 70%. #AAA3C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 163 + 198 = 531 (100%)
R 170 of 531 ~ 32.02%
G 163 of 531 ~ 30.7%
B 198 of 531 ~ 37.29'%

%32.02
%30.7
%37.29

CMYK color model

#AAA3C6 color CMYK value is (14,18,0,22).

  • cyan value is 14.14%
  • magenta value is 17.68%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (14,18,0,22)
C14M18Y0K22 (14%, 18%, 0%, 22%)
(0.14 / 0.18 / 0.00 / 0.22)

CMYK percentages

%14.14
%17.68
%0
%22.35

Codes

Color #AAA3C6 in popluar color models

AA A3 C6
RGB 170 163 198
HSL 252° 23.49% 70.78%
HSB/HSV 252° 17.68% 77.65%
CMYK 14.14% 17.68% 0.00%
22.35%

Color #AAA3C6 in popluar number systems.

HEX AA A3 C6
Decimal 170 163 198
Binary 10101010 10100011 11000110
Octal 252 243 306

Shades and tints

Shades of #AAA3C6

#AAA3C6
(170,163,198)
#9B95B4
(155,149,180)
#8C87A2
(140,135,162)
#7D7990
(125,121,144)
#6E6B7E
(110,107,126)
#5F5D6C
(95,93,108)
#504F5A
(80,79,90)
#414148
(65,65,72)
#323336
(50,51,54)
#232524
(35,37,36)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #AAA3C6

#AAA3C6
(170,163,198)
#B1ABCB
(177,171,203)
#B8B3D0
(184,179,208)
#BFBBD5
(191,187,213)
#C6C3DA
(198,195,218)
#CDCBDF
(205,203,223)
#D4D3E4
(212,211,228)
#DBDBE9
(219,219,233)
#E2E3EE
(226,227,238)
#E9EBF3
(233,235,243)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA3C6; }

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

This text font color is #AAA3C6.

Background Color

.myBgColor { background-color: #AAA3C6; }

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

This div background color is #AAA3C6.

Border color

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

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

This div border color is #AAA3C6.

Opacity

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

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

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

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

This text has shadow with #AAA3C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA3C6.

Preview

Color preview on black background

This text has color #AAA3C6 on black background.


Color preview on white background

This text has color #AAA3C6 on white background.


Black color preview on #AAA3C6 background

This text has black color on #AAA3C6 background.


White color preview on #AAA3C6 background

This text has white color on #AAA3C6 background.


Related colors

Complementary color

Complementary color for #hex is #555C39.


I love getcolorcode.com

Triadic colors

1 #C6AAA3 and #A3C6AA with #AAA3C6 are triadic colors.

2 #C6A3AA and #A3AAC6 with #AAA3C6 are triadic colors.