COLOR #AFAAB3

HEX: #AFAAB3 RGB: (175,170,179)

Color info

#AFAAB3 contains red, green and blue colors in about the same proportion. Web safe color of #AFAAB3 is #999999 (or #999).

RGB color model

#AFAAB3 color RGB value is (175,170,179).

RGB: (175,170,179) (69%, 67%, 70%)

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 179 of 255 = 70%

175
170
179

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

Portions of RGB colors in percentages

R + G + B = 175 + 170 + 179 = 524 (100%)
R 175 of 524 ~ 33.4%
G 170 of 524 ~ 32.44%
B 179 of 524 ~ 34.16'%

%33.4
%32.44
%34.16

CMYK color model

#AFAAB3 color CMYK value is (2,5,0,30).

  • cyan value is 2.23%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (2,5,0,30)
C2M5Y0K30 (2%, 5%, 0%, 30%)
(0.02 / 0.05 / 0.00 / 0.30)

CMYK percentages

%2.23
%5.03
%0
%29.8

Codes

Color #AFAAB3 in popluar color models

AF AA B3
RGB 175 170 179
HSL 273° 5.59% 68.43%
HSB/HSV 273° 5.03% 70.20%
CMYK 2.23% 5.03% 0.00%
29.80%

Color #AFAAB3 in popluar number systems.

HEX AF AA B3
Decimal 175 170 179
Binary 10101111 10101010 10110011
Octal 257 252 263

Shades and tints

Shades of #AFAAB3

#AFAAB3
(175,170,179)
#A09BA3
(160,155,163)
#918C93
(145,140,147)
#827D83
(130,125,131)
#736E73
(115,110,115)
#645F63
(100,95,99)
#555053
(85,80,83)
#464143
(70,65,67)
#373233
(55,50,51)
#282323
(40,35,35)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AFAAB3

#AFAAB3
(175,170,179)
#B6B1B9
(182,177,185)
#BDB8BF
(189,184,191)
#C4BFC5
(196,191,197)
#CBC6CB
(203,198,203)
#D2CDD1
(210,205,209)
#D9D4D7
(217,212,215)
#E0DBDD
(224,219,221)
#E7E2E3
(231,226,227)
#EEE9E9
(238,233,233)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAAB3; }

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

This text font color is #AFAAB3.

Background Color

.myBgColor { background-color: #AFAAB3; }

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

This div background color is #AFAAB3.

Border color

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

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

This div border color is #AFAAB3.

Opacity

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

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

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

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

This text has shadow with #AFAAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAAB3.

Preview

Color preview on black background

This text has color #AFAAB3 on black background.


Color preview on white background

This text has color #AFAAB3 on white background.


Black color preview on #AFAAB3 background

This text has black color on #AFAAB3 background.


White color preview on #AFAAB3 background

This text has white color on #AFAAB3 background.


Related colors

Complementary color

Complementary color for #hex is #50554C.


I love getcolorcode.com

Triadic colors

1 #B3AFAA and #AAB3AF with #AFAAB3 are triadic colors.

2 #B3AAAF and #AAAFB3 with #AFAAB3 are triadic colors.