COLOR #AAA7C0

HEX: #AAA7C0
RGB: (170,167,192)

Color info

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

RGB color model

#AAA7C0 color RGB value is (170,167,192).

  • red value is 170;
  • green value is 167;
  • blue value is 192.
RGB:
(170,167,192)
(67%,65%,75%)

RGB channels and saturation

R 170 of 255 = 67%
G 167 of 255 = 65%
B 192 of 255 = 75%

170
167
192

R + G + B ~ 69%. #AAA7C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 167 + 192 = 529 (100%)
R 170 of 529 ~ 32.14%
G 167 of 529 ~ 31.57%
B 192 of 529 ~ 36.29%

%32.14
%31.57
%36.29

CMYK color model

#AAA7C0 color CMYK value is (11,13,0,25).

  • cyan value is 11.46%
  • magenta value is 13.02%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(11,13,0,25)
C11M13Y0K25 
(11%,13%,0%,25%)
(0.11/0.13/0.00/0.25)	

CMYK percentages

%11.46
%13.02
%0
%24.71

Codes

Color #AAA7C0 in popluar color models

AAA7C0
RGB170167192
HSL247°16.56%70.39%
HSB/HSV247°13.02%75.29%
CMYK11.46%13.02%0.00%
24.71%

Color #AAA7C0 in popluar number systems.

HEXAAA7C0
Decimal170167192
Binary101010101010011111000000
Octal252247300

Shades and tints

Shades of #AAA7C0

#AAA7C0
(170,167,192)
#9B98AF
(155,152,175)
#8C899E
(140,137,158)
#7D7A8D
(125,122,141)
#6E6B7C
(110,107,124)
#5F5C6B
(95,92,107)
#504D5A
(80,77,90)
#413E49
(65,62,73)
#322F38
(50,47,56)
#232027
(35,32,39)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #AAA7C0

#AAA7C0
(170,167,192)
#B1AFC5
(177,175,197)
#B8B7CA
(184,183,202)
#BFBFCF
(191,191,207)
#C6C7D4
(198,199,212)
#CDCFD9
(205,207,217)
#D4D7DE
(212,215,222)
#DBDFE3
(219,223,227)
#E2E7E8
(226,231,232)
#E9EFED
(233,239,237)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA7C0; }

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

This text font color is #AAA7C0.


Background Color

.myBgColor { background-color: #AAA7C0; }

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

This div background color is #AAA7C0.


Border color

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

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

This div border color is #AAA7C0.


Opacity

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

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

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

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

This text has shadow with #AAA7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA7C0 on black background.


Color preview on white background

This text has color #AAA7C0 on white background.



Black color preview on #AAA7C0 background

This text has black color on #AAA7C0 background.


White color preview on #AAA7C0 background

This text has white color on #AAA7C0 background.