COLOR #AFB1A8

HEX: #AFB1A8
RGB: (175,177,168)

Color info

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

RGB color model

#AFB1A8 color RGB value is (175,177,168).

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

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 168 of 255 = 66%

175
177
168

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

Portions of RGB colors in percentages

R + G + B =
175 + 177 + 168 = 520 (100%)
R 175 of 520 ~ 33.65%
G 177 of 520 ~ 34.04%
B 168 of 520 ~ 32.31%

%33.65
%34.04
%32.31

CMYK color model

#AFB1A8 color CMYK value is (1,0,5,31).

  • cyan value is 1.13%
  • magenta value is 0.00%
  • yellow value is 5.08%
  • key color value is 30.59%
CMYK:
(1,0,5,31)
C1M0Y5K31 
(1%,0%,5%,31%)
(0.01/0.00/0.05/0.31)	

CMYK percentages

%1.13
%0
%5.08
%30.59

Codes

Color #AFB1A8 in popluar color models

AFB1A8
RGB175177168
HSL73°5.45%67.65%
HSB/HSV73°5.08%69.41%
CMYK1.13%0.00%5.08%
30.59%

Color #AFB1A8 in popluar number systems.

HEXAFB1A8
Decimal175177168
Binary101011111011000110101000
Octal257261250

Shades and tints

Shades of #AFB1A8

#AFB1A8
(175,177,168)
#A0A199
(160,161,153)
#91918A
(145,145,138)
#82817B
(130,129,123)
#73716C
(115,113,108)
#64615D
(100,97,93)
#55514E
(85,81,78)
#46413F
(70,65,63)
#373130
(55,49,48)
#282121
(40,33,33)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #AFB1A8

#AFB1A8
(175,177,168)
#B6B8AF
(182,184,175)
#BDBFB6
(189,191,182)
#C4C6BD
(196,198,189)
#CBCDC4
(203,205,196)
#D2D4CB
(210,212,203)
#D9DBD2
(217,219,210)
#E0E2D9
(224,226,217)
#E7E9E0
(231,233,224)
#EEF0E7
(238,240,231)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB1A8; }

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

This text font color is #AFB1A8.


Background Color

.myBgColor { background-color: #AFB1A8; }

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

This div background color is #AFB1A8.


Border color

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

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

This div border color is #AFB1A8.


Opacity

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

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

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

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

This text has shadow with #AFB1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB1A8 on black background.


Color preview on white background

This text has color #AFB1A8 on white background.



Black color preview on #AFB1A8 background

This text has black color on #AFB1A8 background.


White color preview on #AFB1A8 background

This text has white color on #AFB1A8 background.