COLOR #AF8EA3

HEX: #AF8EA3 RGB: (175,142,163)

Color info

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

RGB color model

#AF8EA3 color RGB value is (175,142,163).

RGB: (175,142,163) (69%, 56%, 64%)

RGB channels and saturation

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

175
142
163

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

Portions of RGB colors in percentages

R + G + B = 175 + 142 + 163 = 480 (100%)
R 175 of 480 ~ 36.46%
G 142 of 480 ~ 29.58%
B 163 of 480 ~ 33.96'%

%36.46
%29.58
%33.96

CMYK color model

#AF8EA3 color CMYK value is (0,19,7,31).

  • cyan value is 0.00%
  • magenta value is 18.86%
  • yellow value is 6.86%
  • key color value is 31.37%

CMYK: (0,19,7,31)
C0M19Y7K31 (0%, 19%, 7%, 31%)
(0.00 / 0.19 / 0.07 / 0.31)

CMYK percentages

%0
%18.86
%6.86
%31.37

Codes

Color #AF8EA3 in popluar color models

AF 8E A3
RGB 175 142 163
HSL 322° 17.10% 62.16%
HSB/HSV 322° 18.86% 68.63%
CMYK 0.00% 18.86% 6.86%
31.37%

Color #AF8EA3 in popluar number systems.

HEX AF 8E A3
Decimal 175 142 163
Binary 10101111 10001110 10100011
Octal 257 216 243

Shades and tints

Shades of #AF8EA3

#AF8EA3
(175,142,163)
#A08295
(160,130,149)
#917687
(145,118,135)
#826A79
(130,106,121)
#735E6B
(115,94,107)
#64525D
(100,82,93)
#55464F
(85,70,79)
#463A41
(70,58,65)
#372E33
(55,46,51)
#282225
(40,34,37)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #AF8EA3

#AF8EA3
(175,142,163)
#B698AB
(182,152,171)
#BDA2B3
(189,162,179)
#C4ACBB
(196,172,187)
#CBB6C3
(203,182,195)
#D2C0CB
(210,192,203)
#D9CAD3
(217,202,211)
#E0D4DB
(224,212,219)
#E7DEE3
(231,222,227)
#EEE8EB
(238,232,235)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8EA3; }

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

This text font color is #AF8EA3.

Background Color

.myBgColor { background-color: #AF8EA3; }

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

This div background color is #AF8EA3.

Border color

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

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

This div border color is #AF8EA3.

Opacity

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

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

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

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

This text has shadow with #AF8EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8EA3.

Preview

Color preview on black background

This text has color #AF8EA3 on black background.


Color preview on white background

This text has color #AF8EA3 on white background.


Black color preview on #AF8EA3 background

This text has black color on #AF8EA3 background.


White color preview on #AF8EA3 background

This text has white color on #AF8EA3 background.


Related colors

Complementary color

Complementary color for #hex is #50715C.


I love getcolorcode.com

Triadic colors

1 #A3AF8E and #8EA3AF with #AF8EA3 are triadic colors.

2 #A38EAF and #8EAFA3 with #AF8EA3 are triadic colors.