COLOR #AAAFB4

HEX: #AAAFB4 RGB: (170,175,180)

Color info

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

RGB color model

#AAAFB4 color RGB value is (170,175,180).

RGB: (170,175,180) (67%, 69%, 71%)

RGB channels and saturation

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

170
175
180

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

Portions of RGB colors in percentages

R + G + B = 170 + 175 + 180 = 525 (100%)
R 170 of 525 ~ 32.38%
G 175 of 525 ~ 33.33%
B 180 of 525 ~ 34.29'%

%32.38
%33.33
%34.29

CMYK color model

#AAAFB4 color CMYK value is (6,3,0,29).

  • cyan value is 5.56%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (6,3,0,29)
C6M3Y0K29 (6%, 3%, 0%, 29%)
(0.06 / 0.03 / 0.00 / 0.29)

CMYK percentages

%5.56
%2.78
%0
%29.41

Codes

Color #AAAFB4 in popluar color models

AA AF B4
RGB 170 175 180
HSL 210° 6.25% 68.63%
HSB/HSV 210° 5.56% 70.59%
CMYK 5.56% 2.78% 0.00%
29.41%

Color #AAAFB4 in popluar number systems.

HEX AA AF B4
Decimal 170 175 180
Binary 10101010 10101111 10110100
Octal 252 257 264

Shades and tints

Shades of #AAAFB4

#AAAFB4
(170,175,180)
#9BA0A4
(155,160,164)
#8C9194
(140,145,148)
#7D8284
(125,130,132)
#6E7374
(110,115,116)
#5F6464
(95,100,100)
#505554
(80,85,84)
#414644
(65,70,68)
#323734
(50,55,52)
#232824
(35,40,36)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #AAAFB4

#AAAFB4
(170,175,180)
#B1B6BA
(177,182,186)
#B8BDC0
(184,189,192)
#BFC4C6
(191,196,198)
#C6CBCC
(198,203,204)
#CDD2D2
(205,210,210)
#D4D9D8
(212,217,216)
#DBE0DE
(219,224,222)
#E2E7E4
(226,231,228)
#E9EEEA
(233,238,234)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAFB4; }

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

This text font color is #AAAFB4.

Background Color

.myBgColor { background-color: #AAAFB4; }

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

This div background color is #AAAFB4.

Border color

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

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

This div border color is #AAAFB4.

Opacity

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

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

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

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

This text has shadow with #AAAFB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAFB4.

Preview

Color preview on black background

This text has color #AAAFB4 on black background.


Color preview on white background

This text has color #AAAFB4 on white background.


Black color preview on #AAAFB4 background

This text has black color on #AAAFB4 background.


White color preview on #AAAFB4 background

This text has white color on #AAAFB4 background.


Related colors

Complementary color

Complementary color for #hex is #55504B.


I love getcolorcode.com

Triadic colors

1 #B4AAAF and #AFB4AA with #AAAFB4 are triadic colors.

2 #B4AFAA and #AFAAB4 with #AAAFB4 are triadic colors.