COLOR #AAAFBB

HEX: #AAAFBB RGB: (170,175,187)

Color info

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

RGB color model

#AAAFBB color RGB value is (170,175,187).

RGB: (170,175,187) (67%, 69%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 175 of 255 = 69%
B 187 of 255 = 73%

170
175
187

R + G + B ~ 70%. #AAAFBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 175 + 187 = 532 (100%)
R 170 of 532 ~ 31.95%
G 175 of 532 ~ 32.89%
B 187 of 532 ~ 35.15'%

%31.95
%32.89
%35.15

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (9,6,0,27)
C9M6Y0K27 (9%, 6%, 0%, 27%)
(0.09 / 0.06 / 0.00 / 0.27)

CMYK percentages

%9.09
%6.42
%0
%26.67

Codes

Color #AAAFBB in popluar color models

AA AF BB
RGB 170 175 187
HSL 222° 11.11% 70.00%
HSB/HSV 222° 9.09% 73.33%
CMYK 9.09% 6.42% 0.00%
26.67%

Color #AAAFBB in popluar number systems.

HEX AA AF BB
Decimal 170 175 187
Binary 10101010 10101111 10111011
Octal 252 257 273

Shades and tints

Shades of #AAAFBB

#AAAFBB
(170,175,187)
#9BA0AA
(155,160,170)
#8C9199
(140,145,153)
#7D8288
(125,130,136)
#6E7377
(110,115,119)
#5F6466
(95,100,102)
#505555
(80,85,85)
#414644
(65,70,68)
#323733
(50,55,51)
#232822
(35,40,34)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #AAAFBB

#AAAFBB
(170,175,187)
#B1B6C1
(177,182,193)
#B8BDC7
(184,189,199)
#BFC4CD
(191,196,205)
#C6CBD3
(198,203,211)
#CDD2D9
(205,210,217)
#D4D9DF
(212,217,223)
#DBE0E5
(219,224,229)
#E2E7EB
(226,231,235)
#E9EEF1
(233,238,241)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAFBB; }

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

This text font color is #AAAFBB.

Background Color

.myBgColor { background-color: #AAAFBB; }

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

This div background color is #AAAFBB.

Border color

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

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

This div border color is #AAAFBB.

Opacity

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

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

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

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

This text has shadow with #AAAFBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAFBB.

Preview

Color preview on black background

This text has color #AAAFBB on black background.


Color preview on white background

This text has color #AAAFBB on white background.


Black color preview on #AAAFBB background

This text has black color on #AAAFBB background.


White color preview on #AAAFBB background

This text has white color on #AAAFBB background.


Related colors

Complementary color

Complementary color for #hex is #555044.


I love getcolorcode.com

Triadic colors

1 #BBAAAF and #AFBBAA with #AAAFBB are triadic colors.

2 #BBAFAA and #AFAABB with #AAAFBB are triadic colors.