COLOR #AAA3D7

HEX: #AAA3D7
RGB: (170,163,215)

Color info

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

RGB color model

#AAA3D7 color RGB value is (170,163,215).

  • red value is 170;
  • green value is 163;
  • blue value is 215.
RGB:
(170,163,215)
(67%,64%,84%)

RGB channels and saturation

R 170 of 255 = 67%
G 163 of 255 = 64%
B 215 of 255 = 84%

170
163
215

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

Portions of RGB colors in percentages

R + G + B =
170 + 163 + 215 = 548 (100%)
R 170 of 548 ~ 31.02%
G 163 of 548 ~ 29.74%
B 215 of 548 ~ 39.23%

%31.02
%29.74
%39.23

CMYK color model

#AAA3D7 color CMYK value is (21,24,0,16).

  • cyan value is 20.93%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(21,24,0,16)
C21M24Y0K16 
(21%,24%,0%,16%)
(0.21/0.24/0.00/0.16)	

CMYK percentages

%20.93
%24.19
%0
%15.69

Codes

Color #AAA3D7 in popluar color models

AAA3D7
RGB170163215
HSL248°39.39%74.12%
HSB/HSV248°24.19%84.31%
CMYK20.93%24.19%0.00%
15.69%

Color #AAA3D7 in popluar number systems.

HEXAAA3D7
Decimal170163215
Binary101010101010001111010111
Octal252243327

Shades and tints

Shades of #AAA3D7

#AAA3D7
(170,163,215)
#9B95C4
(155,149,196)
#8C87B1
(140,135,177)
#7D799E
(125,121,158)
#6E6B8B
(110,107,139)
#5F5D78
(95,93,120)
#504F65
(80,79,101)
#414152
(65,65,82)
#32333F
(50,51,63)
#23252C
(35,37,44)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #AAA3D7

#AAA3D7
(170,163,215)
#B1ABDA
(177,171,218)
#B8B3DD
(184,179,221)
#BFBBE0
(191,187,224)
#C6C3E3
(198,195,227)
#CDCBE6
(205,203,230)
#D4D3E9
(212,211,233)
#DBDBEC
(219,219,236)
#E2E3EF
(226,227,239)
#E9EBF2
(233,235,242)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA3D7; }

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

This text font color is #AAA3D7.


Background Color

.myBgColor { background-color: #AAA3D7; }

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

This div background color is #AAA3D7.


Border color

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

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

This div border color is #AAA3D7.


Opacity

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

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

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

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

This text has shadow with #AAA3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA3D7 on black background.


Color preview on white background

This text has color #AAA3D7 on white background.



Black color preview on #AAA3D7 background

This text has black color on #AAA3D7 background.


White color preview on #AAA3D7 background

This text has white color on #AAA3D7 background.