COLOR #AF8D98

HEX: #AF8D98
RGB: (175,141,152)

Color info

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

RGB color model

#AF8D98 color RGB value is (175,141,152).

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

RGB channels and saturation

R 175 of 255 = 69%
G 141 of 255 = 55%
B 152 of 255 = 60%

175
141
152

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

Portions of RGB colors in percentages

R + G + B =
175 + 141 + 152 = 468 (100%)
R 175 of 468 ~ 37.39%
G 141 of 468 ~ 30.13%
B 152 of 468 ~ 32.48%

%37.39
%30.13
%32.48

CMYK color model

#AF8D98 color CMYK value is (0,19,13,31).

  • cyan value is 0.00%
  • magenta value is 19.43%
  • yellow value is 13.14%
  • key color value is 31.37%
CMYK:
(0,19,13,31)
C0M19Y13K31 
(0%,19%,13%,31%)
(0.00/0.19/0.13/0.31)	

CMYK percentages

%0
%19.43
%13.14
%31.37

Codes

Color #AF8D98 in popluar color models

AF8D98
RGB175141152
HSL341°17.53%61.96%
HSB/HSV341°19.43%68.63%
CMYK0.00%19.43%13.14%
31.37%

Color #AF8D98 in popluar number systems.

HEXAF8D98
Decimal175141152
Binary101011111000110110011000
Octal257215230

Shades and tints

Shades of #AF8D98

#AF8D98
(175,141,152)
#A0818B
(160,129,139)
#91757E
(145,117,126)
#826971
(130,105,113)
#735D64
(115,93,100)
#645157
(100,81,87)
#55454A
(85,69,74)
#46393D
(70,57,61)
#372D30
(55,45,48)
#282123
(40,33,35)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #AF8D98

#AF8D98
(175,141,152)
#B697A1
(182,151,161)
#BDA1AA
(189,161,170)
#C4ABB3
(196,171,179)
#CBB5BC
(203,181,188)
#D2BFC5
(210,191,197)
#D9C9CE
(217,201,206)
#E0D3D7
(224,211,215)
#E7DDE0
(231,221,224)
#EEE7E9
(238,231,233)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8D98 color. Also use rgb(175,141,152) instead hex code.

Text Font Color

.myTextColor { color: #AF8D98; }

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

This text font color is #AF8D98.


Background Color

.myBgColor { background-color: #AF8D98; }

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

This div background color is #AF8D98.


Border color

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

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

This div border color is #AF8D98.


Opacity

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

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

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

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

This text has shadow with #AF8D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8D98 on black background.


Color preview on white background

This text has color #AF8D98 on white background.



Black color preview on #AF8D98 background

This text has black color on #AF8D98 background.


White color preview on #AF8D98 background

This text has white color on #AF8D98 background.