COLOR #AF9DA6

HEX: #AF9DA6
RGB: (175,157,166)

Color info

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

RGB color model

#AF9DA6 color RGB value is (175,157,166).

  • red value is 175;
  • green value is 157;
  • blue value is 166.
RGB:
(175,157,166)
(69%,62%,65%)

RGB channels and saturation

R 175 of 255 = 69%
G 157 of 255 = 62%
B 166 of 255 = 65%

175
157
166

R + G + B ~ 65%. #AF9DA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 157 + 166 = 498 (100%)
R 175 of 498 ~ 35.14%
G 157 of 498 ~ 31.53%
B 166 of 498 ~ 33.33%

%35.14
%31.53
%33.33

CMYK color model

#AF9DA6 color CMYK value is (0,10,5,31).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 5.14%
  • key color value is 31.37%
CMYK:
(0,10,5,31)
C0M10Y5K31 
(0%,10%,5%,31%)
(0.00/0.10/0.05/0.31)	

CMYK percentages

%0
%10.29
%5.14
%31.37

Codes

Color #AF9DA6 in popluar color models

AF9DA6
RGB175157166
HSL330°10.11%65.10%
HSB/HSV330°10.29%68.63%
CMYK0.00%10.29%5.14%
31.37%

Color #AF9DA6 in popluar number systems.

HEXAF9DA6
Decimal175157166
Binary101011111001110110100110
Octal257235246

Shades and tints

Shades of #AF9DA6

#AF9DA6
(175,157,166)
#A08F97
(160,143,151)
#918188
(145,129,136)
#827379
(130,115,121)
#73656A
(115,101,106)
#64575B
(100,87,91)
#55494C
(85,73,76)
#463B3D
(70,59,61)
#372D2E
(55,45,46)
#281F1F
(40,31,31)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #AF9DA6

#AF9DA6
(175,157,166)
#B6A5AE
(182,165,174)
#BDADB6
(189,173,182)
#C4B5BE
(196,181,190)
#CBBDC6
(203,189,198)
#D2C5CE
(210,197,206)
#D9CDD6
(217,205,214)
#E0D5DE
(224,213,222)
#E7DDE6
(231,221,230)
#EEE5EE
(238,229,238)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9DA6; }

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

This text font color is #AF9DA6.


Background Color

.myBgColor { background-color: #AF9DA6; }

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

This div background color is #AF9DA6.


Border color

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

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

This div border color is #AF9DA6.


Opacity

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

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

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

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

This text has shadow with #AF9DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9DA6 on black background.


Color preview on white background

This text has color #AF9DA6 on white background.



Black color preview on #AF9DA6 background

This text has black color on #AF9DA6 background.


White color preview on #AF9DA6 background

This text has white color on #AF9DA6 background.