COLOR #AAAAC6

HEX: #AAAAC6
RGB: (170,170,198)

Color info

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

RGB color model

#AAAAC6 color RGB value is (170,170,198).

  • red value is 170;
  • green value is 170;
  • blue value is 198.
RGB:
(170,170,198)
(67%,67%,78%)

RGB channels and saturation

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

170
170
198

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

Portions of RGB colors in percentages

R + G + B =
170 + 170 + 198 = 538 (100%)
R 170 of 538 ~ 31.6%
G 170 of 538 ~ 31.6%
B 198 of 538 ~ 36.8%

%31.6
%31.6
%36.8

CMYK color model

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

  • cyan value is 14.14%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(14,14,0,22)
C14M14Y0K22 
(14%,14%,0%,22%)
(0.14/0.14/0.00/0.22)	

CMYK percentages

%14.14
%14.14
%0
%22.35

Codes

Color #AAAAC6 in popluar color models

AAAAC6
RGB170170198
HSL240°19.72%72.16%
HSB/HSV240°14.14%77.65%
CMYK14.14%14.14%0.00%
22.35%

Color #AAAAC6 in popluar number systems.

HEXAAAAC6
Decimal170170198
Binary101010101010101011000110
Octal252252306

Shades and tints

Shades of #AAAAC6

#AAAAC6
(170,170,198)
#9B9BB4
(155,155,180)
#8C8CA2
(140,140,162)
#7D7D90
(125,125,144)
#6E6E7E
(110,110,126)
#5F5F6C
(95,95,108)
#50505A
(80,80,90)
#414148
(65,65,72)
#323236
(50,50,54)
#232324
(35,35,36)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AAAAC6

#AAAAC6
(170,170,198)
#B1B1CB
(177,177,203)
#B8B8D0
(184,184,208)
#BFBFD5
(191,191,213)
#C6C6DA
(198,198,218)
#CDCDDF
(205,205,223)
#D4D4E4
(212,212,228)
#DBDBE9
(219,219,233)
#E2E2EE
(226,226,238)
#E9E9F3
(233,233,243)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAAC6; }

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

This text font color is #AAAAC6.


Background Color

.myBgColor { background-color: #AAAAC6; }

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

This div background color is #AAAAC6.


Border color

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

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

This div border color is #AAAAC6.


Opacity

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

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

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

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

This text has shadow with #AAAAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAAC6 on black background.


Color preview on white background

This text has color #AAAAC6 on white background.



Black color preview on #AAAAC6 background

This text has black color on #AAAAC6 background.


White color preview on #AAAAC6 background

This text has white color on #AAAAC6 background.