COLOR #AF8BA9

HEX: #AF8BA9 RGB: (175,139,169)

Color info

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

RGB color model

#AF8BA9 color RGB value is (175,139,169).

RGB: (175,139,169) (69%, 55%, 66%)

RGB channels and saturation

R 175 of 255 = 69%
G 139 of 255 = 55%
B 169 of 255 = 66%

175
139
169

R + G + B ~ 63%. #AF8BA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 139 + 169 = 483 (100%)
R 175 of 483 ~ 36.23%
G 139 of 483 ~ 28.78%
B 169 of 483 ~ 34.99'%

%36.23
%28.78
%34.99

CMYK color model

#AF8BA9 color CMYK value is (0,21,3,31).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 3.43%
  • key color value is 31.37%

CMYK: (0,21,3,31)
C0M21Y3K31 (0%, 21%, 3%, 31%)
(0.00 / 0.21 / 0.03 / 0.31)

CMYK percentages

%0
%20.57
%3.43
%31.37

Codes

Color #AF8BA9 in popluar color models

AF 8B A9
RGB 175 139 169
HSL 310° 18.37% 61.57%
HSB/HSV 310° 20.57% 68.63%
CMYK 0.00% 20.57% 3.43%
31.37%

Color #AF8BA9 in popluar number systems.

HEX AF 8B A9
Decimal 175 139 169
Binary 10101111 10001011 10101001
Octal 257 213 251

Shades and tints

Shades of #AF8BA9

#AF8BA9
(175,139,169)
#A07F9A
(160,127,154)
#91738B
(145,115,139)
#82677C
(130,103,124)
#735B6D
(115,91,109)
#644F5E
(100,79,94)
#55434F
(85,67,79)
#463740
(70,55,64)
#372B31
(55,43,49)
#281F22
(40,31,34)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #AF8BA9

#AF8BA9
(175,139,169)
#B695B0
(182,149,176)
#BD9FB7
(189,159,183)
#C4A9BE
(196,169,190)
#CBB3C5
(203,179,197)
#D2BDCC
(210,189,204)
#D9C7D3
(217,199,211)
#E0D1DA
(224,209,218)
#E7DBE1
(231,219,225)
#EEE5E8
(238,229,232)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8BA9 color. Also use rgb(175,139,169) instead hex code.

Text Font Color

.myTextColor { color: #AF8BA9; }

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

This text font color is #AF8BA9.

Background Color

.myBgColor { background-color: #AF8BA9; }

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

This div background color is #AF8BA9.

Border color

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

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

This div border color is #AF8BA9.

Opacity

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

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

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

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

This text has shadow with #AF8BA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8BA9.

Preview

Color preview on black background

This text has color #AF8BA9 on black background.


Color preview on white background

This text has color #AF8BA9 on white background.


Black color preview on #AF8BA9 background

This text has black color on #AF8BA9 background.


White color preview on #AF8BA9 background

This text has white color on #AF8BA9 background.


Related colors

Complementary color

Complementary color for #hex is #507456.


I love getcolorcode.com

Triadic colors

1 #A9AF8B and #8BA9AF with #AF8BA9 are triadic colors.

2 #A98BAF and #8BAFA9 with #AF8BA9 are triadic colors.