COLOR #AF9BAF

HEX: #AF9BAF
RGB: (175,155,175)

Color info

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

RGB color model

#AF9BAF color RGB value is (175,155,175).

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

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 175 of 255 = 69%

175
155
175

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

Portions of RGB colors in percentages

R + G + B =
175 + 155 + 175 = 505 (100%)
R 175 of 505 ~ 34.65%
G 155 of 505 ~ 30.69%
B 175 of 505 ~ 34.65%

%34.65
%30.69
%34.65

CMYK color model

#AF9BAF color CMYK value is (0,11,0,31).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(0,11,0,31)
C0M11Y0K31 
(0%,11%,0%,31%)
(0.00/0.11/0.00/0.31)	

CMYK percentages

%0
%11.43
%0
%31.37

Codes

Color #AF9BAF in popluar color models

AF9BAF
RGB175155175
HSL300°11.11%64.71%
HSB/HSV300°11.43%68.63%
CMYK0.00%11.43%0.00%
31.37%

Color #AF9BAF in popluar number systems.

HEXAF9BAF
Decimal175155175
Binary101011111001101110101111
Octal257233257

Shades and tints

Shades of #AF9BAF

#AF9BAF
(175,155,175)
#A08DA0
(160,141,160)
#917F91
(145,127,145)
#827182
(130,113,130)
#736373
(115,99,115)
#645564
(100,85,100)
#554755
(85,71,85)
#463946
(70,57,70)
#372B37
(55,43,55)
#281D28
(40,29,40)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #AF9BAF

#AF9BAF
(175,155,175)
#B6A4B6
(182,164,182)
#BDADBD
(189,173,189)
#C4B6C4
(196,182,196)
#CBBFCB
(203,191,203)
#D2C8D2
(210,200,210)
#D9D1D9
(217,209,217)
#E0DAE0
(224,218,224)
#E7E3E7
(231,227,231)
#EEECEE
(238,236,238)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9BAF; }

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

This text font color is #AF9BAF.


Background Color

.myBgColor { background-color: #AF9BAF; }

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

This div background color is #AF9BAF.


Border color

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

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

This div border color is #AF9BAF.


Opacity

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

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

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

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

This text has shadow with #AF9BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9BAF on black background.


Color preview on white background

This text has color #AF9BAF on white background.



Black color preview on #AF9BAF background

This text has black color on #AF9BAF background.


White color preview on #AF9BAF background

This text has white color on #AF9BAF background.