COLOR #AF8B99

HEX: #AF8B99
RGB: (175,139,153)

Color info

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

RGB color model

#AF8B99 color RGB value is (175,139,153).

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

RGB channels and saturation

R 175 of 255 = 69%
G 139 of 255 = 55%
B 153 of 255 = 60%

175
139
153

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

Portions of RGB colors in percentages

R + G + B =
175 + 139 + 153 = 467 (100%)
R 175 of 467 ~ 37.47%
G 139 of 467 ~ 29.76%
B 153 of 467 ~ 32.76%

%37.47
%29.76
%32.76

CMYK color model

#AF8B99 color CMYK value is (0,21,13,31).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 12.57%
  • key color value is 31.37%
CMYK:
(0,21,13,31)
C0M21Y13K31 
(0%,21%,13%,31%)
(0.00/0.21/0.13/0.31)	

CMYK percentages

%0
%20.57
%12.57
%31.37

Codes

Color #AF8B99 in popluar color models

AF8B99
RGB175139153
HSL337°18.37%61.57%
HSB/HSV337°20.57%68.63%
CMYK0.00%20.57%12.57%
31.37%

Color #AF8B99 in popluar number systems.

HEXAF8B99
Decimal175139153
Binary101011111000101110011001
Octal257213231

Shades and tints

Shades of #AF8B99

#AF8B99
(175,139,153)
#A07F8C
(160,127,140)
#91737F
(145,115,127)
#826772
(130,103,114)
#735B65
(115,91,101)
#644F58
(100,79,88)
#55434B
(85,67,75)
#46373E
(70,55,62)
#372B31
(55,43,49)
#281F24
(40,31,36)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #AF8B99

#AF8B99
(175,139,153)
#B695A2
(182,149,162)
#BD9FAB
(189,159,171)
#C4A9B4
(196,169,180)
#CBB3BD
(203,179,189)
#D2BDC6
(210,189,198)
#D9C7CF
(217,199,207)
#E0D1D8
(224,209,216)
#E7DBE1
(231,219,225)
#EEE5EA
(238,229,234)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8B99; }

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

This text font color is #AF8B99.


Background Color

.myBgColor { background-color: #AF8B99; }

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

This div background color is #AF8B99.


Border color

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

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

This div border color is #AF8B99.


Opacity

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

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

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

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

This text has shadow with #AF8B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8B99 on black background.


Color preview on white background

This text has color #AF8B99 on white background.



Black color preview on #AF8B99 background

This text has black color on #AF8B99 background.


White color preview on #AF8B99 background

This text has white color on #AF8B99 background.