COLOR #AFB1A7

HEX: #AFB1A7
RGB: (175,177,167)

Color info

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

RGB color model

#AFB1A7 color RGB value is (175,177,167).

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

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 167 of 255 = 65%

175
177
167

R + G + B ~ 68%. #AFB1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 177 + 167 = 519 (100%)
R 175 of 519 ~ 33.72%
G 177 of 519 ~ 34.1%
B 167 of 519 ~ 32.18%

%33.72
%34.1
%32.18

CMYK color model

#AFB1A7 color CMYK value is (1,0,6,31).

  • cyan value is 1.13%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 30.59%
CMYK:
(1,0,6,31)
C1M0Y6K31 
(1%,0%,6%,31%)
(0.01/0.00/0.06/0.31)	

CMYK percentages

%1.13
%0
%5.65
%30.59

Codes

Color #AFB1A7 in popluar color models

AFB1A7
RGB175177167
HSL72°6.02%67.45%
HSB/HSV72°5.65%69.41%
CMYK1.13%0.00%5.65%
30.59%

Color #AFB1A7 in popluar number systems.

HEXAFB1A7
Decimal175177167
Binary101011111011000110100111
Octal257261247

Shades and tints

Shades of #AFB1A7

#AFB1A7
(175,177,167)
#A0A198
(160,161,152)
#919189
(145,145,137)
#82817A
(130,129,122)
#73716B
(115,113,107)
#64615C
(100,97,92)
#55514D
(85,81,77)
#46413E
(70,65,62)
#37312F
(55,49,47)
#282120
(40,33,32)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #AFB1A7

#AFB1A7
(175,177,167)
#B6B8AF
(182,184,175)
#BDBFB7
(189,191,183)
#C4C6BF
(196,198,191)
#CBCDC7
(203,205,199)
#D2D4CF
(210,212,207)
#D9DBD7
(217,219,215)
#E0E2DF
(224,226,223)
#E7E9E7
(231,233,231)
#EEF0EF
(238,240,239)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB1A7; }

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

This text font color is #AFB1A7.


Background Color

.myBgColor { background-color: #AFB1A7; }

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

This div background color is #AFB1A7.


Border color

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

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

This div border color is #AFB1A7.


Opacity

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

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

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

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

This text has shadow with #AFB1A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB1A7 on black background.


Color preview on white background

This text has color #AFB1A7 on white background.



Black color preview on #AFB1A7 background

This text has black color on #AFB1A7 background.


White color preview on #AFB1A7 background

This text has white color on #AFB1A7 background.