COLOR #AF8B96

HEX: #AF8B96
RGB: (175,139,150)

Color info

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

RGB color model

#AF8B96 color RGB value is (175,139,150).

  • red value is 175;
  • green value is 139;
  • blue value is 150.
RGB:
(175,139,150)
(69%,55%,59%)

RGB channels and saturation

R 175 of 255 = 69%
G 139 of 255 = 55%
B 150 of 255 = 59%

175
139
150

R + G + B ~ 61%. #AF8B96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 139 + 150 = 464 (100%)
R 175 of 464 ~ 37.72%
G 139 of 464 ~ 29.96%
B 150 of 464 ~ 32.33%

%37.72
%29.96
%32.33

CMYK color model

#AF8B96 color CMYK value is (0,21,14,31).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK:
(0,21,14,31)
C0M21Y14K31 
(0%,21%,14%,31%)
(0.00/0.21/0.14/0.31)	

CMYK percentages

%0
%20.57
%14.29
%31.37

Codes

Color #AF8B96 in popluar color models

AF8B96
RGB175139150
HSL342°18.37%61.57%
HSB/HSV342°20.57%68.63%
CMYK0.00%20.57%14.29%
31.37%

Color #AF8B96 in popluar number systems.

HEXAF8B96
Decimal175139150
Binary101011111000101110010110
Octal257213226

Shades and tints

Shades of #AF8B96

#AF8B96
(175,139,150)
#A07F89
(160,127,137)
#91737C
(145,115,124)
#82676F
(130,103,111)
#735B62
(115,91,98)
#644F55
(100,79,85)
#554348
(85,67,72)
#46373B
(70,55,59)
#372B2E
(55,43,46)
#281F21
(40,31,33)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #AF8B96

#AF8B96
(175,139,150)
#B6959F
(182,149,159)
#BD9FA8
(189,159,168)
#C4A9B1
(196,169,177)
#CBB3BA
(203,179,186)
#D2BDC3
(210,189,195)
#D9C7CC
(217,199,204)
#E0D1D5
(224,209,213)
#E7DBDE
(231,219,222)
#EEE5E7
(238,229,231)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8B96; }

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

This text font color is #AF8B96.


Background Color

.myBgColor { background-color: #AF8B96; }

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

This div background color is #AF8B96.


Border color

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

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

This div border color is #AF8B96.


Opacity

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

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

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

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

This text has shadow with #AF8B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8B96 on black background.


Color preview on white background

This text has color #AF8B96 on white background.



Black color preview on #AF8B96 background

This text has black color on #AF8B96 background.


White color preview on #AF8B96 background

This text has white color on #AF8B96 background.