COLOR #AAA8D1

HEX: #AAA8D1
RGB: (170,168,209)

Color info

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

RGB color model

#AAA8D1 color RGB value is (170,168,209).

  • red value is 170;
  • green value is 168;
  • blue value is 209.
RGB:
(170,168,209)
(67%,66%,82%)

RGB channels and saturation

R 170 of 255 = 67%
G 168 of 255 = 66%
B 209 of 255 = 82%

170
168
209

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

Portions of RGB colors in percentages

R + G + B =
170 + 168 + 209 = 547 (100%)
R 170 of 547 ~ 31.08%
G 168 of 547 ~ 30.71%
B 209 of 547 ~ 38.21%

%31.08
%30.71
%38.21

CMYK color model

#AAA8D1 color CMYK value is (19,20,0,18).

  • cyan value is 18.66%
  • magenta value is 19.62%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(19,20,0,18)
C19M20Y0K18 
(19%,20%,0%,18%)
(0.19/0.20/0.00/0.18)	

CMYK percentages

%18.66
%19.62
%0
%18.04

Codes

Color #AAA8D1 in popluar color models

AAA8D1
RGB170168209
HSL243°30.83%73.92%
HSB/HSV243°19.62%81.96%
CMYK18.66%19.62%0.00%
18.04%

Color #AAA8D1 in popluar number systems.

HEXAAA8D1
Decimal170168209
Binary101010101010100011010001
Octal252250321

Shades and tints

Shades of #AAA8D1

#AAA8D1
(170,168,209)
#9B99BE
(155,153,190)
#8C8AAB
(140,138,171)
#7D7B98
(125,123,152)
#6E6C85
(110,108,133)
#5F5D72
(95,93,114)
#504E5F
(80,78,95)
#413F4C
(65,63,76)
#323039
(50,48,57)
#232126
(35,33,38)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #AAA8D1

#AAA8D1
(170,168,209)
#B1AFD5
(177,175,213)
#B8B6D9
(184,182,217)
#BFBDDD
(191,189,221)
#C6C4E1
(198,196,225)
#CDCBE5
(205,203,229)
#D4D2E9
(212,210,233)
#DBD9ED
(219,217,237)
#E2E0F1
(226,224,241)
#E9E7F5
(233,231,245)
#F0EEF9
(240,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA8D1; }

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

This text font color is #AAA8D1.


Background Color

.myBgColor { background-color: #AAA8D1; }

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

This div background color is #AAA8D1.


Border color

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

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

This div border color is #AAA8D1.


Opacity

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

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

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

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

This text has shadow with #AAA8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA8D1 on black background.


Color preview on white background

This text has color #AAA8D1 on white background.



Black color preview on #AAA8D1 background

This text has black color on #AAA8D1 background.


White color preview on #AAA8D1 background

This text has white color on #AAA8D1 background.