COLOR #AF9DA9

HEX: #AF9DA9 RGB: (175,157,169)

Color info

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

RGB color model

#AF9DA9 color RGB value is (175,157,169).

RGB: (175,157,169) (69%, 62%, 66%)

RGB channels and saturation

R 175 of 255 = 69%
G 157 of 255 = 62%
B 169 of 255 = 66%

175
157
169

R + G + B ~ 66%. #AF9DA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 157 + 169 = 501 (100%)
R 175 of 501 ~ 34.93%
G 157 of 501 ~ 31.34%
B 169 of 501 ~ 33.73'%

%34.93
%31.34
%33.73

CMYK color model

#AF9DA9 color CMYK value is (0,10,3,31).

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

CMYK: (0,10,3,31)
C0M10Y3K31 (0%, 10%, 3%, 31%)
(0.00 / 0.10 / 0.03 / 0.31)

CMYK percentages

%0
%10.29
%3.43
%31.37

Codes

Color #AF9DA9 in popluar color models

AF 9D A9
RGB 175 157 169
HSL 320° 10.11% 65.10%
HSB/HSV 320° 10.29% 68.63%
CMYK 0.00% 10.29% 3.43%
31.37%

Color #AF9DA9 in popluar number systems.

HEX AF 9D A9
Decimal 175 157 169
Binary 10101111 10011101 10101001
Octal 257 235 251

Shades and tints

Shades of #AF9DA9

#AF9DA9
(175,157,169)
#A08F9A
(160,143,154)
#91818B
(145,129,139)
#82737C
(130,115,124)
#73656D
(115,101,109)
#64575E
(100,87,94)
#55494F
(85,73,79)
#463B40
(70,59,64)
#372D31
(55,45,49)
#281F22
(40,31,34)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #AF9DA9

#AF9DA9
(175,157,169)
#B6A5B0
(182,165,176)
#BDADB7
(189,173,183)
#C4B5BE
(196,181,190)
#CBBDC5
(203,189,197)
#D2C5CC
(210,197,204)
#D9CDD3
(217,205,211)
#E0D5DA
(224,213,218)
#E7DDE1
(231,221,225)
#EEE5E8
(238,229,232)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9DA9; }

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

This text font color is #AF9DA9.

Background Color

.myBgColor { background-color: #AF9DA9; }

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

This div background color is #AF9DA9.

Border color

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

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

This div border color is #AF9DA9.

Opacity

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

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

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

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

This text has shadow with #AF9DA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9DA9.

Preview

Color preview on black background

This text has color #AF9DA9 on black background.


Color preview on white background

This text has color #AF9DA9 on white background.


Black color preview on #AF9DA9 background

This text has black color on #AF9DA9 background.


White color preview on #AF9DA9 background

This text has white color on #AF9DA9 background.


Related colors

Complementary color

Complementary color for #hex is #506256.


I love getcolorcode.com

Triadic colors

1 #A9AF9D and #9DA9AF with #AF9DA9 are triadic colors.

2 #A99DAF and #9DAFA9 with #AF9DA9 are triadic colors.