COLOR #A8AAE0

HEX: #A8AAE0 RGB: (168,170,224)

Color info

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

RGB color model

#A8AAE0 color RGB value is (168,170,224).

RGB: (168,170,224) (66%, 67%, 88%)

RGB channels and saturation

R 168 of 255 = 66%
G 170 of 255 = 67%
B 224 of 255 = 88%

168
170
224

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

Portions of RGB colors in percentages

R + G + B = 168 + 170 + 224 = 562 (100%)
R 168 of 562 ~ 29.89%
G 170 of 562 ~ 30.25%
B 224 of 562 ~ 39.86'%

%29.89
%30.25
%39.86

CMYK color model

#A8AAE0 color CMYK value is (25,24,0,12).

  • cyan value is 25.00%
  • magenta value is 24.11%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (25,24,0,12)
C25M24Y0K12 (25%, 24%, 0%, 12%)
(0.25 / 0.24 / 0.00 / 0.12)

CMYK percentages

%25
%24.11
%0
%12.16

Codes

Color #A8AAE0 in popluar color models

A8 AA E0
RGB 168 170 224
HSL 238° 47.46% 76.86%
HSB/HSV 238° 25.00% 87.84%
CMYK 25.00% 24.11% 0.00%
12.16%

Color #A8AAE0 in popluar number systems.

HEX A8 AA E0
Decimal 168 170 224
Binary 10101000 10101010 11100000
Octal 250 252 340

Shades and tints

Shades of #A8AAE0

#A8AAE0
(168,170,224)
#999BCC
(153,155,204)
#8A8CB8
(138,140,184)
#7B7DA4
(123,125,164)
#6C6E90
(108,110,144)
#5D5F7C
(93,95,124)
#4E5068
(78,80,104)
#3F4154
(63,65,84)
#303240
(48,50,64)
#21232C
(33,35,44)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #A8AAE0

#A8AAE0
(168,170,224)
#AFB1E2
(175,177,226)
#B6B8E4
(182,184,228)
#BDBFE6
(189,191,230)
#C4C6E8
(196,198,232)
#CBCDEA
(203,205,234)
#D2D4EC
(210,212,236)
#D9DBEE
(217,219,238)
#E0E2F0
(224,226,240)
#E7E9F2
(231,233,242)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AAE0; }

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

This text font color is #A8AAE0.

Background Color

.myBgColor { background-color: #A8AAE0; }

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

This div background color is #A8AAE0.

Border color

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

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

This div border color is #A8AAE0.

Opacity

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

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

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

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

This text has shadow with #A8AAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AAE0.

Preview

Color preview on black background

This text has color #A8AAE0 on black background.


Color preview on white background

This text has color #A8AAE0 on white background.


Black color preview on #A8AAE0 background

This text has black color on #A8AAE0 background.


White color preview on #A8AAE0 background

This text has white color on #A8AAE0 background.


Related colors

Complementary color

Complementary color for #hex is #57551F.


I love getcolorcode.com

Triadic colors

1 #E0A8AA and #AAE0A8 with #A8AAE0 are triadic colors.

2 #E0AAA8 and #AAA8E0 with #A8AAE0 are triadic colors.