COLOR #AAAFB6

HEX: #AAAFB6
RGB: (170,175,182)

Color info

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

RGB color model

#AAAFB6 color RGB value is (170,175,182).

  • red value is 170;
  • green value is 175;
  • blue value is 182.
RGB:
(170,175,182)
(67%,69%,71%)

RGB channels and saturation

R 170 of 255 = 67%
G 175 of 255 = 69%
B 182 of 255 = 71%

170
175
182

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

Portions of RGB colors in percentages

R + G + B =
170 + 175 + 182 = 527 (100%)
R 170 of 527 ~ 32.26%
G 175 of 527 ~ 33.21%
B 182 of 527 ~ 34.54%

%32.26
%33.21
%34.54

CMYK color model

#AAAFB6 color CMYK value is (7,4,0,29).

  • cyan value is 6.59%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(7,4,0,29)
C7M4Y0K29 
(7%,4%,0%,29%)
(0.07/0.04/0.00/0.29)	

CMYK percentages

%6.59
%3.85
%0
%28.63

Codes

Color #AAAFB6 in popluar color models

AAAFB6
RGB170175182
HSL215°7.59%69.02%
HSB/HSV215°6.59%71.37%
CMYK6.59%3.85%0.00%
28.63%

Color #AAAFB6 in popluar number systems.

HEXAAAFB6
Decimal170175182
Binary101010101010111110110110
Octal252257266

Shades and tints

Shades of #AAAFB6

#AAAFB6
(170,175,182)
#9BA0A6
(155,160,166)
#8C9196
(140,145,150)
#7D8286
(125,130,134)
#6E7376
(110,115,118)
#5F6466
(95,100,102)
#505556
(80,85,86)
#414646
(65,70,70)
#323736
(50,55,54)
#232826
(35,40,38)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #AAAFB6

#AAAFB6
(170,175,182)
#B1B6BC
(177,182,188)
#B8BDC2
(184,189,194)
#BFC4C8
(191,196,200)
#C6CBCE
(198,203,206)
#CDD2D4
(205,210,212)
#D4D9DA
(212,217,218)
#DBE0E0
(219,224,224)
#E2E7E6
(226,231,230)
#E9EEEC
(233,238,236)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAAFB6 color. Also use rgb(170,175,182) instead hex code.

Text Font Color

.myTextColor { color: #AAAFB6; }

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

This text font color is #AAAFB6.


Background Color

.myBgColor { background-color: #AAAFB6; }

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

This div background color is #AAAFB6.


Border color

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

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

This div border color is #AAAFB6.


Opacity

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

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

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

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

This text has shadow with #AAAFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAFB6 on black background.


Color preview on white background

This text has color #AAAFB6 on white background.



Black color preview on #AAAFB6 background

This text has black color on #AAAFB6 background.


White color preview on #AAAFB6 background

This text has white color on #AAAFB6 background.