COLOR #AAA9BE

HEX: #AAA9BE
RGB: (170,169,190)

Color info

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

RGB color model

#AAA9BE color RGB value is (170,169,190).

  • red value is 170;
  • green value is 169;
  • blue value is 190.
RGB:
(170,169,190)
(67%,66%,75%)

RGB channels and saturation

R 170 of 255 = 67%
G 169 of 255 = 66%
B 190 of 255 = 75%

170
169
190

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

Portions of RGB colors in percentages

R + G + B =
170 + 169 + 190 = 529 (100%)
R 170 of 529 ~ 32.14%
G 169 of 529 ~ 31.95%
B 190 of 529 ~ 35.92%

%32.14
%31.95
%35.92

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(11,11,0,25)
C11M11Y0K25 
(11%,11%,0%,25%)
(0.11/0.11/0.00/0.25)	

CMYK percentages

%10.53
%11.05
%0
%25.49

Codes

Color #AAA9BE in popluar color models

AAA9BE
RGB170169190
HSL243°13.91%70.39%
HSB/HSV243°11.05%74.51%
CMYK10.53%11.05%0.00%
25.49%

Color #AAA9BE in popluar number systems.

HEXAAA9BE
Decimal170169190
Binary101010101010100110111110
Octal252251276

Shades and tints

Shades of #AAA9BE

#AAA9BE
(170,169,190)
#9B9AAD
(155,154,173)
#8C8B9C
(140,139,156)
#7D7C8B
(125,124,139)
#6E6D7A
(110,109,122)
#5F5E69
(95,94,105)
#504F58
(80,79,88)
#414047
(65,64,71)
#323136
(50,49,54)
#232225
(35,34,37)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AAA9BE

#AAA9BE
(170,169,190)
#B1B0C3
(177,176,195)
#B8B7C8
(184,183,200)
#BFBECD
(191,190,205)
#C6C5D2
(198,197,210)
#CDCCD7
(205,204,215)
#D4D3DC
(212,211,220)
#DBDAE1
(219,218,225)
#E2E1E6
(226,225,230)
#E9E8EB
(233,232,235)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA9BE color. Also use rgb(170,169,190) instead hex code.

Text Font Color

.myTextColor { color: #AAA9BE; }

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

This text font color is #AAA9BE.


Background Color

.myBgColor { background-color: #AAA9BE; }

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

This div background color is #AAA9BE.


Border color

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

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

This div border color is #AAA9BE.


Opacity

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

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

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

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

This text has shadow with #AAA9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA9BE on black background.


Color preview on white background

This text has color #AAA9BE on white background.



Black color preview on #AAA9BE background

This text has black color on #AAA9BE background.


White color preview on #AAA9BE background

This text has white color on #AAA9BE background.