COLOR #AAA8E6

HEX: #AAA8E6
RGB: (170,168,230)

Color info

#AAA8E6 contains mainly blue color. Web safe color of #AAA8E6 is #9999CC (or #99C).

RGB color model

#AAA8E6 color RGB value is (170,168,230).

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

RGB channels and saturation

R 170 of 255 = 67%
G 168 of 255 = 66%
B 230 of 255 = 90%

170
168
230

R + G + B ~ 74%. #AAA8E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 168 + 230 = 568 (100%)
R 170 of 568 ~ 29.93%
G 168 of 568 ~ 29.58%
B 230 of 568 ~ 40.49%

%29.93
%29.58
%40.49

CMYK color model

#AAA8E6 color CMYK value is (26,27,0,10).

  • cyan value is 26.09%
  • magenta value is 26.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(26,27,0,10)
C26M27Y0K10 
(26%,27%,0%,10%)
(0.26/0.27/0.00/0.10)	

CMYK percentages

%26.09
%26.96
%0
%9.8

Codes

Color #AAA8E6 in popluar color models

AAA8E6
RGB170168230
HSL242°55.36%78.04%
HSB/HSV242°26.96%90.20%
CMYK26.09%26.96%0.00%
9.80%

Color #AAA8E6 in popluar number systems.

HEXAAA8E6
Decimal170168230
Binary101010101010100011100110
Octal252250346

Shades and tints

Shades of #AAA8E6

#AAA8E6
(170,168,230)
#9B99D2
(155,153,210)
#8C8ABE
(140,138,190)
#7D7BAA
(125,123,170)
#6E6C96
(110,108,150)
#5F5D82
(95,93,130)
#504E6E
(80,78,110)
#413F5A
(65,63,90)
#323046
(50,48,70)
#232132
(35,33,50)
#14121E
(20,18,30)
#000000
(0,0,0)

Tints of #AAA8E6

#AAA8E6
(170,168,230)
#B1AFE8
(177,175,232)
#B8B6EA
(184,182,234)
#BFBDEC
(191,189,236)
#C6C4EE
(198,196,238)
#CDCBF0
(205,203,240)
#D4D2F2
(212,210,242)
#DBD9F4
(219,217,244)
#E2E0F6
(226,224,246)
#E9E7F8
(233,231,248)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA8E6; }

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

This text font color is #AAA8E6.


Background Color

.myBgColor { background-color: #AAA8E6; }

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

This div background color is #AAA8E6.


Border color

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

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

This div border color is #AAA8E6.


Opacity

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

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

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

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

This text has shadow with #AAA8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA8E6 on black background.


Color preview on white background

This text has color #AAA8E6 on white background.



Black color preview on #AAA8E6 background

This text has black color on #AAA8E6 background.


White color preview on #AAA8E6 background

This text has white color on #AAA8E6 background.