COLOR #AF8997

HEX: #AF8997
RGB: (175,137,151)

Color info

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

RGB color model

#AF8997 color RGB value is (175,137,151).

  • red value is 175;
  • green value is 137;
  • blue value is 151.
RGB:
(175,137,151)
(69%,54%,59%)

RGB channels and saturation

R 175 of 255 = 69%
G 137 of 255 = 54%
B 151 of 255 = 59%

175
137
151

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

Portions of RGB colors in percentages

R + G + B =
175 + 137 + 151 = 463 (100%)
R 175 of 463 ~ 37.8%
G 137 of 463 ~ 29.59%
B 151 of 463 ~ 32.61%

%37.8
%29.59
%32.61

CMYK color model

#AF8997 color CMYK value is (0,22,14,31).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 13.71%
  • key color value is 31.37%
CMYK:
(0,22,14,31)
C0M22Y14K31 
(0%,22%,14%,31%)
(0.00/0.22/0.14/0.31)	

CMYK percentages

%0
%21.71
%13.71
%31.37

Codes

Color #AF8997 in popluar color models

AF8997
RGB175137151
HSL338°19.19%61.18%
HSB/HSV338°21.71%68.63%
CMYK0.00%21.71%13.71%
31.37%

Color #AF8997 in popluar number systems.

HEXAF8997
Decimal175137151
Binary101011111000100110010111
Octal257211227

Shades and tints

Shades of #AF8997

#AF8997
(175,137,151)
#A07D8A
(160,125,138)
#91717D
(145,113,125)
#826570
(130,101,112)
#735963
(115,89,99)
#644D56
(100,77,86)
#554149
(85,65,73)
#46353C
(70,53,60)
#37292F
(55,41,47)
#281D22
(40,29,34)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #AF8997

#AF8997
(175,137,151)
#B693A0
(182,147,160)
#BD9DA9
(189,157,169)
#C4A7B2
(196,167,178)
#CBB1BB
(203,177,187)
#D2BBC4
(210,187,196)
#D9C5CD
(217,197,205)
#E0CFD6
(224,207,214)
#E7D9DF
(231,217,223)
#EEE3E8
(238,227,232)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8997 color. Also use rgb(175,137,151) instead hex code.

Text Font Color

.myTextColor { color: #AF8997; }

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

This text font color is #AF8997.


Background Color

.myBgColor { background-color: #AF8997; }

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

This div background color is #AF8997.


Border color

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

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

This div border color is #AF8997.


Opacity

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

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

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

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

This text has shadow with #AF8997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8997 on black background.


Color preview on white background

This text has color #AF8997 on white background.



Black color preview on #AF8997 background

This text has black color on #AF8997 background.


White color preview on #AF8997 background

This text has white color on #AF8997 background.