COLOR #AAAAD1

HEX: #AAAAD1
RGB: (170,170,209)

Color info

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

RGB color model

#AAAAD1 color RGB value is (170,170,209).

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

RGB channels and saturation

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

170
170
209

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

Portions of RGB colors in percentages

R + G + B =
170 + 170 + 209 = 549 (100%)
R 170 of 549 ~ 30.97%
G 170 of 549 ~ 30.97%
B 209 of 549 ~ 38.07%

%30.97
%30.97
%38.07

CMYK color model

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

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

CMYK percentages

%18.66
%18.66
%0
%18.04

Codes

Color #AAAAD1 in popluar color models

AAAAD1
RGB170170209
HSL240°29.77%74.31%
HSB/HSV240°18.66%81.96%
CMYK18.66%18.66%0.00%
18.04%

Color #AAAAD1 in popluar number systems.

HEXAAAAD1
Decimal170170209
Binary101010101010101011010001
Octal252252321

Shades and tints

Shades of #AAAAD1

#AAAAD1
(170,170,209)
#9B9BBE
(155,155,190)
#8C8CAB
(140,140,171)
#7D7D98
(125,125,152)
#6E6E85
(110,110,133)
#5F5F72
(95,95,114)
#50505F
(80,80,95)
#41414C
(65,65,76)
#323239
(50,50,57)
#232326
(35,35,38)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #AAAAD1

#AAAAD1
(170,170,209)
#B1B1D5
(177,177,213)
#B8B8D9
(184,184,217)
#BFBFDD
(191,191,221)
#C6C6E1
(198,198,225)
#CDCDE5
(205,205,229)
#D4D4E9
(212,212,233)
#DBDBED
(219,219,237)
#E2E2F1
(226,226,241)
#E9E9F5
(233,233,245)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAAD1; }

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

This text font color is #AAAAD1.


Background Color

.myBgColor { background-color: #AAAAD1; }

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

This div background color is #AAAAD1.


Border color

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

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

This div border color is #AAAAD1.


Opacity

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

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

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

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

This text has shadow with #AAAAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAAD1 on black background.


Color preview on white background

This text has color #AAAAD1 on white background.



Black color preview on #AAAAD1 background

This text has black color on #AAAAD1 background.


White color preview on #AAAAD1 background

This text has white color on #AAAAD1 background.