COLOR #AAA7BF

HEX: #AAA7BF
RGB: (170,167,191)

Color info

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

RGB color model

#AAA7BF color RGB value is (170,167,191).

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

RGB channels and saturation

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

170
167
191

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

Portions of RGB colors in percentages

R + G + B =
170 + 167 + 191 = 528 (100%)
R 170 of 528 ~ 32.2%
G 167 of 528 ~ 31.63%
B 191 of 528 ~ 36.17%

%32.2
%31.63
%36.17

CMYK color model

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

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

CMYK percentages

%10.99
%12.57
%0
%25.1

Codes

Color #AAA7BF in popluar color models

AAA7BF
RGB170167191
HSL248°15.79%70.20%
HSB/HSV248°12.57%74.90%
CMYK10.99%12.57%0.00%
25.10%

Color #AAA7BF in popluar number systems.

HEXAAA7BF
Decimal170167191
Binary101010101010011110111111
Octal252247277

Shades and tints

Shades of #AAA7BF

#AAA7BF
(170,167,191)
#9B98AE
(155,152,174)
#8C899D
(140,137,157)
#7D7A8C
(125,122,140)
#6E6B7B
(110,107,123)
#5F5C6A
(95,92,106)
#504D59
(80,77,89)
#413E48
(65,62,72)
#322F37
(50,47,55)
#232026
(35,32,38)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #AAA7BF

#AAA7BF
(170,167,191)
#B1AFC4
(177,175,196)
#B8B7C9
(184,183,201)
#BFBFCE
(191,191,206)
#C6C7D3
(198,199,211)
#CDCFD8
(205,207,216)
#D4D7DD
(212,215,221)
#DBDFE2
(219,223,226)
#E2E7E7
(226,231,231)
#E9EFEC
(233,239,236)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA7BF; }

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

This text font color is #AAA7BF.


Background Color

.myBgColor { background-color: #AAA7BF; }

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

This div background color is #AAA7BF.


Border color

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

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

This div border color is #AAA7BF.


Opacity

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

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

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

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

This text has shadow with #AAA7BF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AAA7BF on black background.


Color preview on white background

This text has color #AAA7BF on white background.



Black color preview on #AAA7BF background

This text has black color on #AAA7BF background.


White color preview on #AAA7BF background

This text has white color on #AAA7BF background.