COLOR #AAA6DE

HEX: #AAA6DE
RGB: (170,166,222)

Color info

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

RGB color model

#AAA6DE color RGB value is (170,166,222).

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

RGB channels and saturation

R 170 of 255 = 67%
G 166 of 255 = 65%
B 222 of 255 = 87%

170
166
222

R + G + B ~ 73%. #AAA6DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 166 + 222 = 558 (100%)
R 170 of 558 ~ 30.47%
G 166 of 558 ~ 29.75%
B 222 of 558 ~ 39.78%

%30.47
%29.75
%39.78

CMYK color model

#AAA6DE color CMYK value is (23,25,0,13).

  • cyan value is 23.42%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(23,25,0,13)
C23M25Y0K13 
(23%,25%,0%,13%)
(0.23/0.25/0.00/0.13)	

CMYK percentages

%23.42
%25.23
%0
%12.94

Codes

Color #AAA6DE in popluar color models

AAA6DE
RGB170166222
HSL244°45.90%76.08%
HSB/HSV244°25.23%87.06%
CMYK23.42%25.23%0.00%
12.94%

Color #AAA6DE in popluar number systems.

HEXAAA6DE
Decimal170166222
Binary101010101010011011011110
Octal252246336

Shades and tints

Shades of #AAA6DE

#AAA6DE
(170,166,222)
#9B97CA
(155,151,202)
#8C88B6
(140,136,182)
#7D79A2
(125,121,162)
#6E6A8E
(110,106,142)
#5F5B7A
(95,91,122)
#504C66
(80,76,102)
#413D52
(65,61,82)
#322E3E
(50,46,62)
#231F2A
(35,31,42)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #AAA6DE

#AAA6DE
(170,166,222)
#B1AEE1
(177,174,225)
#B8B6E4
(184,182,228)
#BFBEE7
(191,190,231)
#C6C6EA
(198,198,234)
#CDCEED
(205,206,237)
#D4D6F0
(212,214,240)
#DBDEF3
(219,222,243)
#E2E6F6
(226,230,246)
#E9EEF9
(233,238,249)
#F0F6FC
(240,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA6DE; }

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

This text font color is #AAA6DE.


Background Color

.myBgColor { background-color: #AAA6DE; }

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

This div background color is #AAA6DE.


Border color

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

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

This div border color is #AAA6DE.


Opacity

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

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

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

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

This text has shadow with #AAA6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA6DE on black background.


Color preview on white background

This text has color #AAA6DE on white background.



Black color preview on #AAA6DE background

This text has black color on #AAA6DE background.


White color preview on #AAA6DE background

This text has white color on #AAA6DE background.