COLOR #AF9DAF

HEX: #AF9DAF
RGB: (175,157,175)

Color info

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

RGB color model

#AF9DAF color RGB value is (175,157,175).

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

RGB channels and saturation

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

175
157
175

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

Portions of RGB colors in percentages

R + G + B =
175 + 157 + 175 = 507 (100%)
R 175 of 507 ~ 34.52%
G 157 of 507 ~ 30.97%
B 175 of 507 ~ 34.52%

%34.52
%30.97
%34.52

CMYK color model

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

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

CMYK percentages

%0
%10.29
%0
%31.37

Codes

Color #AF9DAF in popluar color models

AF9DAF
RGB175157175
HSL300°10.11%65.10%
HSB/HSV300°10.29%68.63%
CMYK0.00%10.29%0.00%
31.37%

Color #AF9DAF in popluar number systems.

HEXAF9DAF
Decimal175157175
Binary101011111001110110101111
Octal257235257

Shades and tints

Shades of #AF9DAF

#AF9DAF
(175,157,175)
#A08FA0
(160,143,160)
#918191
(145,129,145)
#827382
(130,115,130)
#736573
(115,101,115)
#645764
(100,87,100)
#554955
(85,73,85)
#463B46
(70,59,70)
#372D37
(55,45,55)
#281F28
(40,31,40)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #AF9DAF

#AF9DAF
(175,157,175)
#B6A5B6
(182,165,182)
#BDADBD
(189,173,189)
#C4B5C4
(196,181,196)
#CBBDCB
(203,189,203)
#D2C5D2
(210,197,210)
#D9CDD9
(217,205,217)
#E0D5E0
(224,213,224)
#E7DDE7
(231,221,231)
#EEE5EE
(238,229,238)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9DAF; }

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

This text font color is #AF9DAF.


Background Color

.myBgColor { background-color: #AF9DAF; }

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

This div background color is #AF9DAF.


Border color

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

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

This div border color is #AF9DAF.


Opacity

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

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

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

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

This text has shadow with #AF9DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9DAF on black background.


Color preview on white background

This text has color #AF9DAF on white background.



Black color preview on #AF9DAF background

This text has black color on #AF9DAF background.


White color preview on #AF9DAF background

This text has white color on #AF9DAF background.