COLOR #AFAAB6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

175
170
182

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

Portions of RGB colors in percentages

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

%33.21
%32.26
%34.54

CMYK color model

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

  • cyan value is 3.85%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (4,7,0,29)
C4M7Y0K29 (4%, 7%, 0%, 29%)
(0.04 / 0.07 / 0.00 / 0.29)

CMYK percentages

%3.85
%6.59
%0
%28.63

Codes

Color #AFAAB6 in popluar color models

AF AA B6
RGB 175 170 182
HSL 265° 7.59% 69.02%
HSB/HSV 265° 6.59% 71.37%
CMYK 3.85% 6.59% 0.00%
28.63%

Color #AFAAB6 in popluar number systems.

HEX AF AA B6
Decimal 175 170 182
Binary 10101111 10101010 10110110
Octal 257 252 266

Shades and tints

Shades of #AFAAB6

#AFAAB6
(175,170,182)
#A09BA6
(160,155,166)
#918C96
(145,140,150)
#827D86
(130,125,134)
#736E76
(115,110,118)
#645F66
(100,95,102)
#555056
(85,80,86)
#464146
(70,65,70)
#373236
(55,50,54)
#282326
(40,35,38)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #AFAAB6

#AFAAB6
(175,170,182)
#B6B1BC
(182,177,188)
#BDB8C2
(189,184,194)
#C4BFC8
(196,191,200)
#CBC6CE
(203,198,206)
#D2CDD4
(210,205,212)
#D9D4DA
(217,212,218)
#E0DBE0
(224,219,224)
#E7E2E6
(231,226,230)
#EEE9EC
(238,233,236)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAAB6; }

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

This text font color is #AFAAB6.

Background Color

.myBgColor { background-color: #AFAAB6; }

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

This div background color is #AFAAB6.

Border color

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

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

This div border color is #AFAAB6.

Opacity

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

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

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

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

This text has shadow with #AFAAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAAB6.

Preview

Color preview on black background

This text has color #AFAAB6 on black background.


Color preview on white background

This text has color #AFAAB6 on white background.


Black color preview on #AFAAB6 background

This text has black color on #AFAAB6 background.


White color preview on #AFAAB6 background

This text has white color on #AFAAB6 background.


Related colors

Complementary color

Complementary color for #hex is #505549.


I love getcolorcode.com

Triadic colors

1 #B6AFAA and #AAB6AF with #AFAAB6 are triadic colors.

2 #B6AAAF and #AAAFB6 with #AFAAB6 are triadic colors.