COLOR #AFA7AB

HEX: #AFA7AB
RGB: (175,167,171)

Color info

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

RGB color model

#AFA7AB color RGB value is (175,167,171).

  • red value is 175;
  • green value is 167;
  • blue value is 171.
RGB:
(175,167,171)
(69%,65%,67%)

RGB channels and saturation

R 175 of 255 = 69%
G 167 of 255 = 65%
B 171 of 255 = 67%

175
167
171

R + G + B ~ 67%. #AFA7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 167 + 171 = 513 (100%)
R 175 of 513 ~ 34.11%
G 167 of 513 ~ 32.55%
B 171 of 513 ~ 33.33%

%34.11
%32.55
%33.33

CMYK color model

#AFA7AB color CMYK value is (0,5,2,31).

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 2.29%
  • key color value is 31.37%
CMYK:
(0,5,2,31)
C0M5Y2K31 
(0%,5%,2%,31%)
(0.00/0.05/0.02/0.31)	

CMYK percentages

%0
%4.57
%2.29
%31.37

Codes

Color #AFA7AB in popluar color models

AFA7AB
RGB175167171
HSL330°4.76%67.06%
HSB/HSV330°4.57%68.63%
CMYK0.00%4.57%2.29%
31.37%

Color #AFA7AB in popluar number systems.

HEXAFA7AB
Decimal175167171
Binary101011111010011110101011
Octal257247253

Shades and tints

Shades of #AFA7AB

#AFA7AB
(175,167,171)
#A0989C
(160,152,156)
#91898D
(145,137,141)
#827A7E
(130,122,126)
#736B6F
(115,107,111)
#645C60
(100,92,96)
#554D51
(85,77,81)
#463E42
(70,62,66)
#372F33
(55,47,51)
#282024
(40,32,36)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #AFA7AB

#AFA7AB
(175,167,171)
#B6AFB2
(182,175,178)
#BDB7B9
(189,183,185)
#C4BFC0
(196,191,192)
#CBC7C7
(203,199,199)
#D2CFCE
(210,207,206)
#D9D7D5
(217,215,213)
#E0DFDC
(224,223,220)
#E7E7E3
(231,231,227)
#EEEFEA
(238,239,234)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA7AB color. Also use rgb(175,167,171) instead hex code.

Text Font Color

.myTextColor { color: #AFA7AB; }

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

This text font color is #AFA7AB.


Background Color

.myBgColor { background-color: #AFA7AB; }

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

This div background color is #AFA7AB.


Border color

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

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

This div border color is #AFA7AB.


Opacity

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

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

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

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

This text has shadow with #AFA7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA7AB on black background.


Color preview on white background

This text has color #AFA7AB on white background.



Black color preview on #AFA7AB background

This text has black color on #AFA7AB background.


White color preview on #AFA7AB background

This text has white color on #AFA7AB background.