COLOR #AF8B93

HEX: #AF8B93
RGB: (175,139,147)

Color info

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

RGB color model

#AF8B93 color RGB value is (175,139,147).

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

RGB channels and saturation

R 175 of 255 = 69%
G 139 of 255 = 55%
B 147 of 255 = 58%

175
139
147

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

Portions of RGB colors in percentages

R + G + B =
175 + 139 + 147 = 461 (100%)
R 175 of 461 ~ 37.96%
G 139 of 461 ~ 30.15%
B 147 of 461 ~ 31.89%

%37.96
%30.15
%31.89

CMYK color model

#AF8B93 color CMYK value is (0,21,16,31).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 16.00%
  • key color value is 31.37%
CMYK:
(0,21,16,31)
C0M21Y16K31 
(0%,21%,16%,31%)
(0.00/0.21/0.16/0.31)	

CMYK percentages

%0
%20.57
%16
%31.37

Codes

Color #AF8B93 in popluar color models

AF8B93
RGB175139147
HSL347°18.37%61.57%
HSB/HSV347°20.57%68.63%
CMYK0.00%20.57%16.00%
31.37%

Color #AF8B93 in popluar number systems.

HEXAF8B93
Decimal175139147
Binary101011111000101110010011
Octal257213223

Shades and tints

Shades of #AF8B93

#AF8B93
(175,139,147)
#A07F86
(160,127,134)
#917379
(145,115,121)
#82676C
(130,103,108)
#735B5F
(115,91,95)
#644F52
(100,79,82)
#554345
(85,67,69)
#463738
(70,55,56)
#372B2B
(55,43,43)
#281F1E
(40,31,30)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #AF8B93

#AF8B93
(175,139,147)
#B6959C
(182,149,156)
#BD9FA5
(189,159,165)
#C4A9AE
(196,169,174)
#CBB3B7
(203,179,183)
#D2BDC0
(210,189,192)
#D9C7C9
(217,199,201)
#E0D1D2
(224,209,210)
#E7DBDB
(231,219,219)
#EEE5E4
(238,229,228)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8B93; }

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

This text font color is #AF8B93.


Background Color

.myBgColor { background-color: #AF8B93; }

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

This div background color is #AF8B93.


Border color

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

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

This div border color is #AF8B93.


Opacity

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

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

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

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

This text has shadow with #AF8B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8B93 on black background.


Color preview on white background

This text has color #AF8B93 on white background.



Black color preview on #AF8B93 background

This text has black color on #AF8B93 background.


White color preview on #AF8B93 background

This text has white color on #AF8B93 background.