COLOR #AAA6D6

HEX: #AAA6D6
RGB: (170,166,214)

Color info

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

RGB color model

#AAA6D6 color RGB value is (170,166,214).

  • red value is 170;
  • green value is 166;
  • blue value is 214.
RGB:
(170,166,214)
(67%,65%,84%)

RGB channels and saturation

R 170 of 255 = 67%
G 166 of 255 = 65%
B 214 of 255 = 84%

170
166
214

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

Portions of RGB colors in percentages

R + G + B =
170 + 166 + 214 = 550 (100%)
R 170 of 550 ~ 30.91%
G 166 of 550 ~ 30.18%
B 214 of 550 ~ 38.91%

%30.91
%30.18
%38.91

CMYK color model

#AAA6D6 color CMYK value is (21,22,0,16).

  • cyan value is 20.56%
  • magenta value is 22.43%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(21,22,0,16)
C21M22Y0K16 
(21%,22%,0%,16%)
(0.21/0.22/0.00/0.16)	

CMYK percentages

%20.56
%22.43
%0
%16.08

Codes

Color #AAA6D6 in popluar color models

AAA6D6
RGB170166214
HSL245°36.92%74.51%
HSB/HSV245°22.43%83.92%
CMYK20.56%22.43%0.00%
16.08%

Color #AAA6D6 in popluar number systems.

HEXAAA6D6
Decimal170166214
Binary101010101010011011010110
Octal252246326

Shades and tints

Shades of #AAA6D6

#AAA6D6
(170,166,214)
#9B97C3
(155,151,195)
#8C88B0
(140,136,176)
#7D799D
(125,121,157)
#6E6A8A
(110,106,138)
#5F5B77
(95,91,119)
#504C64
(80,76,100)
#413D51
(65,61,81)
#322E3E
(50,46,62)
#231F2B
(35,31,43)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #AAA6D6

#AAA6D6
(170,166,214)
#B1AED9
(177,174,217)
#B8B6DC
(184,182,220)
#BFBEDF
(191,190,223)
#C6C6E2
(198,198,226)
#CDCEE5
(205,206,229)
#D4D6E8
(212,214,232)
#DBDEEB
(219,222,235)
#E2E6EE
(226,230,238)
#E9EEF1
(233,238,241)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA6D6; }

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

This text font color is #AAA6D6.


Background Color

.myBgColor { background-color: #AAA6D6; }

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

This div background color is #AAA6D6.


Border color

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

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

This div border color is #AAA6D6.


Opacity

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

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

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

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

This text has shadow with #AAA6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA6D6 on black background.


Color preview on white background

This text has color #AAA6D6 on white background.



Black color preview on #AAA6D6 background

This text has black color on #AAA6D6 background.


White color preview on #AAA6D6 background

This text has white color on #AAA6D6 background.