COLOR #AFA1B0

HEX: #AFA1B0
RGB: (175,161,176)

Color info

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

RGB color model

#AFA1B0 color RGB value is (175,161,176).

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

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 176 of 255 = 69%

175
161
176

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

Portions of RGB colors in percentages

R + G + B =
175 + 161 + 176 = 512 (100%)
R 175 of 512 ~ 34.18%
G 161 of 512 ~ 31.45%
B 176 of 512 ~ 34.38%

%34.18
%31.45
%34.38

CMYK color model

#AFA1B0 color CMYK value is (1,9,0,31).

  • cyan value is 0.57%
  • magenta value is 8.52%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(1,9,0,31)
C1M9Y0K31 
(1%,9%,0%,31%)
(0.01/0.09/0.00/0.31)	

CMYK percentages

%0.57
%8.52
%0
%30.98

Codes

Color #AFA1B0 in popluar color models

AFA1B0
RGB175161176
HSL296°8.67%66.08%
HSB/HSV296°8.52%69.02%
CMYK0.57%8.52%0.00%
30.98%

Color #AFA1B0 in popluar number systems.

HEXAFA1B0
Decimal175161176
Binary101011111010000110110000
Octal257241260

Shades and tints

Shades of #AFA1B0

#AFA1B0
(175,161,176)
#A093A0
(160,147,160)
#918590
(145,133,144)
#827780
(130,119,128)
#736970
(115,105,112)
#645B60
(100,91,96)
#554D50
(85,77,80)
#463F40
(70,63,64)
#373130
(55,49,48)
#282320
(40,35,32)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #AFA1B0

#AFA1B0
(175,161,176)
#B6A9B7
(182,169,183)
#BDB1BE
(189,177,190)
#C4B9C5
(196,185,197)
#CBC1CC
(203,193,204)
#D2C9D3
(210,201,211)
#D9D1DA
(217,209,218)
#E0D9E1
(224,217,225)
#E7E1E8
(231,225,232)
#EEE9EF
(238,233,239)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA1B0; }

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

This text font color is #AFA1B0.


Background Color

.myBgColor { background-color: #AFA1B0; }

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

This div background color is #AFA1B0.


Border color

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

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

This div border color is #AFA1B0.


Opacity

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

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

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

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

This text has shadow with #AFA1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA1B0 on black background.


Color preview on white background

This text has color #AFA1B0 on white background.



Black color preview on #AFA1B0 background

This text has black color on #AFA1B0 background.


White color preview on #AFA1B0 background

This text has white color on #AFA1B0 background.