COLOR #AFB3A8

HEX: #AFB3A8
RGB: (175,179,168)

Color info

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

RGB color model

#AFB3A8 color RGB value is (175,179,168).

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

RGB channels and saturation

R 175 of 255 = 69%
G 179 of 255 = 70%
B 168 of 255 = 66%

175
179
168

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

Portions of RGB colors in percentages

R + G + B =
175 + 179 + 168 = 522 (100%)
R 175 of 522 ~ 33.52%
G 179 of 522 ~ 34.29%
B 168 of 522 ~ 32.18%

%33.52
%34.29
%32.18

CMYK color model

#AFB3A8 color CMYK value is (2,0,6,30).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 29.80%
CMYK:
(2,0,6,30)
C2M0Y6K30 
(2%,0%,6%,30%)
(0.02/0.00/0.06/0.30)	

CMYK percentages

%2.23
%0
%6.15
%29.8

Codes

Color #AFB3A8 in popluar color models

AFB3A8
RGB175179168
HSL82°6.75%68.04%
HSB/HSV82°6.15%70.20%
CMYK2.23%0.00%6.15%
29.80%

Color #AFB3A8 in popluar number systems.

HEXAFB3A8
Decimal175179168
Binary101011111011001110101000
Octal257263250

Shades and tints

Shades of #AFB3A8

#AFB3A8
(175,179,168)
#A0A399
(160,163,153)
#91938A
(145,147,138)
#82837B
(130,131,123)
#73736C
(115,115,108)
#64635D
(100,99,93)
#55534E
(85,83,78)
#46433F
(70,67,63)
#373330
(55,51,48)
#282321
(40,35,33)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #AFB3A8

#AFB3A8
(175,179,168)
#B6B9AF
(182,185,175)
#BDBFB6
(189,191,182)
#C4C5BD
(196,197,189)
#CBCBC4
(203,203,196)
#D2D1CB
(210,209,203)
#D9D7D2
(217,215,210)
#E0DDD9
(224,221,217)
#E7E3E0
(231,227,224)
#EEE9E7
(238,233,231)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB3A8; }

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

This text font color is #AFB3A8.


Background Color

.myBgColor { background-color: #AFB3A8; }

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

This div background color is #AFB3A8.


Border color

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

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

This div border color is #AFB3A8.


Opacity

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

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

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

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

This text has shadow with #AFB3A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB3A8 on black background.


Color preview on white background

This text has color #AFB3A8 on white background.



Black color preview on #AFB3A8 background

This text has black color on #AFB3A8 background.


White color preview on #AFB3A8 background

This text has white color on #AFB3A8 background.