COLOR #A98FA7

HEX: #A98FA7 RGB: (169,143,167)

Color info

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

RGB color model

#A98FA7 color RGB value is (169,143,167).

RGB: (169,143,167) (66%, 56%, 65%)

RGB channels and saturation

R 169 of 255 = 66%
G 143 of 255 = 56%
B 167 of 255 = 65%

169
143
167

R + G + B ~ 62%. #A98FA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 143 + 167 = 479 (100%)
R 169 of 479 ~ 35.28%
G 143 of 479 ~ 29.85%
B 167 of 479 ~ 34.86'%

%35.28
%29.85
%34.86

CMYK color model

#A98FA7 color CMYK value is (0,15,1,34).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 1.18%
  • key color value is 33.73%

CMYK: (0,15,1,34)
C0M15Y1K34 (0%, 15%, 1%, 34%)
(0.00 / 0.15 / 0.01 / 0.34)

CMYK percentages

%0
%15.38
%1.18
%33.73

Codes

Color #A98FA7 in popluar color models

A9 8F A7
RGB 169 143 167
HSL 305° 13.13% 61.18%
HSB/HSV 305° 15.38% 66.27%
CMYK 0.00% 15.38% 1.18%
33.73%

Color #A98FA7 in popluar number systems.

HEX A9 8F A7
Decimal 169 143 167
Binary 10101001 10001111 10100111
Octal 251 217 247

Shades and tints

Shades of #A98FA7

#A98FA7
(169,143,167)
#9A8298
(154,130,152)
#8B7589
(139,117,137)
#7C687A
(124,104,122)
#6D5B6B
(109,91,107)
#5E4E5C
(94,78,92)
#4F414D
(79,65,77)
#40343E
(64,52,62)
#31272F
(49,39,47)
#221A20
(34,26,32)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #A98FA7

#A98FA7
(169,143,167)
#B099AF
(176,153,175)
#B7A3B7
(183,163,183)
#BEADBF
(190,173,191)
#C5B7C7
(197,183,199)
#CCC1CF
(204,193,207)
#D3CBD7
(211,203,215)
#DAD5DF
(218,213,223)
#E1DFE7
(225,223,231)
#E8E9EF
(232,233,239)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98FA7 color. Also use rgb(169,143,167) instead hex code.

Text Font Color

.myTextColor { color: #A98FA7; }

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

This text font color is #A98FA7.

Background Color

.myBgColor { background-color: #A98FA7; }

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

This div background color is #A98FA7.

Border color

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

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

This div border color is #A98FA7.

Opacity

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

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

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

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

This text has shadow with #A98FA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98FA7.

Preview

Color preview on black background

This text has color #A98FA7 on black background.


Color preview on white background

This text has color #A98FA7 on white background.


Black color preview on #A98FA7 background

This text has black color on #A98FA7 background.


White color preview on #A98FA7 background

This text has white color on #A98FA7 background.


Related colors

Complementary color

Complementary color for #hex is #567058.


I love getcolorcode.com

Triadic colors

1 #A7A98F and #8FA7A9 with #A98FA7 are triadic colors.

2 #A78FA9 and #8FA9A7 with #A98FA7 are triadic colors.