COLOR #AFA8B0

HEX: #AFA8B0
RGB: (175,168,176)

Color info

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

RGB color model

#AFA8B0 color RGB value is (175,168,176).

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

RGB channels and saturation

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

175
168
176

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

Portions of RGB colors in percentages

R + G + B =
175 + 168 + 176 = 519 (100%)
R 175 of 519 ~ 33.72%
G 168 of 519 ~ 32.37%
B 176 of 519 ~ 33.91%

%33.72
%32.37
%33.91

CMYK color model

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

  • cyan value is 0.57%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(1,5,0,31)
C1M5Y0K31 
(1%,5%,0%,31%)
(0.01/0.05/0.00/0.31)	

CMYK percentages

%0.57
%4.55
%0
%30.98

Codes

Color #AFA8B0 in popluar color models

AFA8B0
RGB175168176
HSL293°4.82%67.45%
HSB/HSV293°4.55%69.02%
CMYK0.57%4.55%0.00%
30.98%

Color #AFA8B0 in popluar number systems.

HEXAFA8B0
Decimal175168176
Binary101011111010100010110000
Octal257250260

Shades and tints

Shades of #AFA8B0

#AFA8B0
(175,168,176)
#A099A0
(160,153,160)
#918A90
(145,138,144)
#827B80
(130,123,128)
#736C70
(115,108,112)
#645D60
(100,93,96)
#554E50
(85,78,80)
#463F40
(70,63,64)
#373030
(55,48,48)
#282120
(40,33,32)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #AFA8B0

#AFA8B0
(175,168,176)
#B6AFB7
(182,175,183)
#BDB6BE
(189,182,190)
#C4BDC5
(196,189,197)
#CBC4CC
(203,196,204)
#D2CBD3
(210,203,211)
#D9D2DA
(217,210,218)
#E0D9E1
(224,217,225)
#E7E0E8
(231,224,232)
#EEE7EF
(238,231,239)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA8B0; }

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

This text font color is #AFA8B0.


Background Color

.myBgColor { background-color: #AFA8B0; }

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

This div background color is #AFA8B0.


Border color

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

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

This div border color is #AFA8B0.


Opacity

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

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

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

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

This text has shadow with #AFA8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA8B0 on black background.


Color preview on white background

This text has color #AFA8B0 on white background.



Black color preview on #AFA8B0 background

This text has black color on #AFA8B0 background.


White color preview on #AFA8B0 background

This text has white color on #AFA8B0 background.