COLOR #AAABBB

HEX: #AAABBB
RGB: (170,171,187)

Color info

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

RGB color model

#AAABBB color RGB value is (170,171,187).

  • red value is 170;
  • green value is 171;
  • blue value is 187.
RGB:
(170,171,187)
(67%,67%,73%)

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 187 of 255 = 73%

170
171
187

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

Portions of RGB colors in percentages

R + G + B =
170 + 171 + 187 = 528 (100%)
R 170 of 528 ~ 32.2%
G 171 of 528 ~ 32.39%
B 187 of 528 ~ 35.42%

%32.2
%32.39
%35.42

CMYK color model

#AAABBB color CMYK value is (9,9,0,27).

  • cyan value is 9.09%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(9,9,0,27)
C9M9Y0K27 
(9%,9%,0%,27%)
(0.09/0.09/0.00/0.27)	

CMYK percentages

%9.09
%8.56
%0
%26.67

Codes

Color #AAABBB in popluar color models

AAABBB
RGB170171187
HSL236°11.11%70.00%
HSB/HSV236°9.09%73.33%
CMYK9.09%8.56%0.00%
26.67%

Color #AAABBB in popluar number systems.

HEXAAABBB
Decimal170171187
Binary101010101010101110111011
Octal252253273

Shades and tints

Shades of #AAABBB

#AAABBB
(170,171,187)
#9B9CAA
(155,156,170)
#8C8D99
(140,141,153)
#7D7E88
(125,126,136)
#6E6F77
(110,111,119)
#5F6066
(95,96,102)
#505155
(80,81,85)
#414244
(65,66,68)
#323333
(50,51,51)
#232422
(35,36,34)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #AAABBB

#AAABBB
(170,171,187)
#B1B2C1
(177,178,193)
#B8B9C7
(184,185,199)
#BFC0CD
(191,192,205)
#C6C7D3
(198,199,211)
#CDCED9
(205,206,217)
#D4D5DF
(212,213,223)
#DBDCE5
(219,220,229)
#E2E3EB
(226,227,235)
#E9EAF1
(233,234,241)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAABBB color. Also use rgb(170,171,187) instead hex code.

Text Font Color

.myTextColor { color: #AAABBB; }

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

This text font color is #AAABBB.


Background Color

.myBgColor { background-color: #AAABBB; }

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

This div background color is #AAABBB.


Border color

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

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

This div border color is #AAABBB.


Opacity

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

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

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

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

This text has shadow with #AAABBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAABBB on black background.


Color preview on white background

This text has color #AAABBB on white background.



Black color preview on #AAABBB background

This text has black color on #AAABBB background.


White color preview on #AAABBB background

This text has white color on #AAABBB background.