COLOR #A7AAE2

HEX: #A7AAE2 RGB: (167,170,226)

Color info

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

RGB color model

#A7AAE2 color RGB value is (167,170,226).

RGB: (167,170,226) (65%, 67%, 89%)

RGB channels and saturation

R 167 of 255 = 65%
G 170 of 255 = 67%
B 226 of 255 = 89%

167
170
226

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

Portions of RGB colors in percentages

R + G + B = 167 + 170 + 226 = 563 (100%)
R 167 of 563 ~ 29.66%
G 170 of 563 ~ 30.2%
B 226 of 563 ~ 40.14'%

%29.66
%30.2
%40.14

CMYK color model

#A7AAE2 color CMYK value is (26,25,0,11).

  • cyan value is 26.11%
  • magenta value is 24.78%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (26,25,0,11)
C26M25Y0K11 (26%, 25%, 0%, 11%)
(0.26 / 0.25 / 0.00 / 0.11)

CMYK percentages

%26.11
%24.78
%0
%11.37

Codes

Color #A7AAE2 in popluar color models

A7 AA E2
RGB 167 170 226
HSL 237° 50.43% 77.06%
HSB/HSV 237° 26.11% 88.63%
CMYK 26.11% 24.78% 0.00%
11.37%

Color #A7AAE2 in popluar number systems.

HEX A7 AA E2
Decimal 167 170 226
Binary 10100111 10101010 11100010
Octal 247 252 342

Shades and tints

Shades of #A7AAE2

#A7AAE2
(167,170,226)
#989BCE
(152,155,206)
#898CBA
(137,140,186)
#7A7DA6
(122,125,166)
#6B6E92
(107,110,146)
#5C5F7E
(92,95,126)
#4D506A
(77,80,106)
#3E4156
(62,65,86)
#2F3242
(47,50,66)
#20232E
(32,35,46)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #A7AAE2

#A7AAE2
(167,170,226)
#AFB1E4
(175,177,228)
#B7B8E6
(183,184,230)
#BFBFE8
(191,191,232)
#C7C6EA
(199,198,234)
#CFCDEC
(207,205,236)
#D7D4EE
(215,212,238)
#DFDBF0
(223,219,240)
#E7E2F2
(231,226,242)
#EFE9F4
(239,233,244)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AAE2; }

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

This text font color is #A7AAE2.

Background Color

.myBgColor { background-color: #A7AAE2; }

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

This div background color is #A7AAE2.

Border color

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

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

This div border color is #A7AAE2.

Opacity

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

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

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

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

This text has shadow with #A7AAE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AAE2.

Preview

Color preview on black background

This text has color #A7AAE2 on black background.


Color preview on white background

This text has color #A7AAE2 on white background.


Black color preview on #A7AAE2 background

This text has black color on #A7AAE2 background.


White color preview on #A7AAE2 background

This text has white color on #A7AAE2 background.


Related colors

Complementary color

Complementary color for #hex is #58551D.


I love getcolorcode.com

Triadic colors

1 #E2A7AA and #AAE2A7 with #A7AAE2 are triadic colors.

2 #E2AAA7 and #AAA7E2 with #A7AAE2 are triadic colors.