COLOR #AF9BA3

HEX: #AF9BA3
RGB: (175,155,163)

Color info

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

RGB color model

#AF9BA3 color RGB value is (175,155,163).

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

RGB channels and saturation

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

175
155
163

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

Portions of RGB colors in percentages

R + G + B =
175 + 155 + 163 = 493 (100%)
R 175 of 493 ~ 35.5%
G 155 of 493 ~ 31.44%
B 163 of 493 ~ 33.06%

%35.5
%31.44
%33.06

CMYK color model

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

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

CMYK percentages

%0
%11.43
%6.86
%31.37

Codes

Color #AF9BA3 in popluar color models

AF9BA3
RGB175155163
HSL336°11.11%64.71%
HSB/HSV336°11.43%68.63%
CMYK0.00%11.43%6.86%
31.37%

Color #AF9BA3 in popluar number systems.

HEXAF9BA3
Decimal175155163
Binary101011111001101110100011
Octal257233243

Shades and tints

Shades of #AF9BA3

#AF9BA3
(175,155,163)
#A08D95
(160,141,149)
#917F87
(145,127,135)
#827179
(130,113,121)
#73636B
(115,99,107)
#64555D
(100,85,93)
#55474F
(85,71,79)
#463941
(70,57,65)
#372B33
(55,43,51)
#281D25
(40,29,37)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #AF9BA3

#AF9BA3
(175,155,163)
#B6A4AB
(182,164,171)
#BDADB3
(189,173,179)
#C4B6BB
(196,182,187)
#CBBFC3
(203,191,195)
#D2C8CB
(210,200,203)
#D9D1D3
(217,209,211)
#E0DADB
(224,218,219)
#E7E3E3
(231,227,227)
#EEECEB
(238,236,235)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9BA3; }

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

This text font color is #AF9BA3.


Background Color

.myBgColor { background-color: #AF9BA3; }

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

This div background color is #AF9BA3.


Border color

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

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

This div border color is #AF9BA3.


Opacity

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

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

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

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

This text has shadow with #AF9BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9BA3 on black background.


Color preview on white background

This text has color #AF9BA3 on white background.



Black color preview on #AF9BA3 background

This text has black color on #AF9BA3 background.


White color preview on #AF9BA3 background

This text has white color on #AF9BA3 background.