COLOR #AF8FA3

HEX: #AF8FA3
RGB: (175,143,163)

Color info

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

RGB color model

#AF8FA3 color RGB value is (175,143,163).

  • red value is 175;
  • green value is 143;
  • blue value is 163.
RGB:
(175,143,163)
(69%,56%,64%)

RGB channels and saturation

R 175 of 255 = 69%
G 143 of 255 = 56%
B 163 of 255 = 64%

175
143
163

R + G + B ~ 63%. #AF8FA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 143 + 163 = 481 (100%)
R 175 of 481 ~ 36.38%
G 143 of 481 ~ 29.73%
B 163 of 481 ~ 33.89%

%36.38
%29.73
%33.89

CMYK color model

#AF8FA3 color CMYK value is (0,18,7,31).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 6.86%
  • key color value is 31.37%
CMYK:
(0,18,7,31)
C0M18Y7K31 
(0%,18%,7%,31%)
(0.00/0.18/0.07/0.31)	

CMYK percentages

%0
%18.29
%6.86
%31.37

Codes

Color #AF8FA3 in popluar color models

AF8FA3
RGB175143163
HSL323°16.67%62.35%
HSB/HSV323°18.29%68.63%
CMYK0.00%18.29%6.86%
31.37%

Color #AF8FA3 in popluar number systems.

HEXAF8FA3
Decimal175143163
Binary101011111000111110100011
Octal257217243

Shades and tints

Shades of #AF8FA3

#AF8FA3
(175,143,163)
#A08295
(160,130,149)
#917587
(145,117,135)
#826879
(130,104,121)
#735B6B
(115,91,107)
#644E5D
(100,78,93)
#55414F
(85,65,79)
#463441
(70,52,65)
#372733
(55,39,51)
#281A25
(40,26,37)
#190D17
(25,13,23)
#000000
(0,0,0)

Tints of #AF8FA3

#AF8FA3
(175,143,163)
#B699AB
(182,153,171)
#BDA3B3
(189,163,179)
#C4ADBB
(196,173,187)
#CBB7C3
(203,183,195)
#D2C1CB
(210,193,203)
#D9CBD3
(217,203,211)
#E0D5DB
(224,213,219)
#E7DFE3
(231,223,227)
#EEE9EB
(238,233,235)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8FA3 color. Also use rgb(175,143,163) instead hex code.

Text Font Color

.myTextColor { color: #AF8FA3; }

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

This text font color is #AF8FA3.


Background Color

.myBgColor { background-color: #AF8FA3; }

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

This div background color is #AF8FA3.


Border color

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

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

This div border color is #AF8FA3.


Opacity

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

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

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

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

This text has shadow with #AF8FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8FA3 on black background.


Color preview on white background

This text has color #AF8FA3 on white background.



Black color preview on #AF8FA3 background

This text has black color on #AF8FA3 background.


White color preview on #AF8FA3 background

This text has white color on #AF8FA3 background.