COLOR #AF9BA8

HEX: #AF9BA8
RGB: (175,155,168)

Color info

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

RGB color model

#AF9BA8 color RGB value is (175,155,168).

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

RGB channels and saturation

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

175
155
168

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

Portions of RGB colors in percentages

R + G + B =
175 + 155 + 168 = 498 (100%)
R 175 of 498 ~ 35.14%
G 155 of 498 ~ 31.12%
B 168 of 498 ~ 33.73%

%35.14
%31.12
%33.73

CMYK color model

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

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

CMYK percentages

%0
%11.43
%4
%31.37

Codes

Color #AF9BA8 in popluar color models

AF9BA8
RGB175155168
HSL321°11.11%64.71%
HSB/HSV321°11.43%68.63%
CMYK0.00%11.43%4.00%
31.37%

Color #AF9BA8 in popluar number systems.

HEXAF9BA8
Decimal175155168
Binary101011111001101110101000
Octal257233250

Shades and tints

Shades of #AF9BA8

#AF9BA8
(175,155,168)
#A08D99
(160,141,153)
#917F8A
(145,127,138)
#82717B
(130,113,123)
#73636C
(115,99,108)
#64555D
(100,85,93)
#55474E
(85,71,78)
#46393F
(70,57,63)
#372B30
(55,43,48)
#281D21
(40,29,33)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #AF9BA8

#AF9BA8
(175,155,168)
#B6A4AF
(182,164,175)
#BDADB6
(189,173,182)
#C4B6BD
(196,182,189)
#CBBFC4
(203,191,196)
#D2C8CB
(210,200,203)
#D9D1D2
(217,209,210)
#E0DAD9
(224,218,217)
#E7E3E0
(231,227,224)
#EEECE7
(238,236,231)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9BA8; }

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

This text font color is #AF9BA8.


Background Color

.myBgColor { background-color: #AF9BA8; }

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

This div background color is #AF9BA8.


Border color

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

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

This div border color is #AF9BA8.


Opacity

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

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

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

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

This text has shadow with #AF9BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9BA8 on black background.


Color preview on white background

This text has color #AF9BA8 on white background.



Black color preview on #AF9BA8 background

This text has black color on #AF9BA8 background.


White color preview on #AF9BA8 background

This text has white color on #AF9BA8 background.