COLOR #A98D9E

HEX: #A98D9E RGB: (169,141,158)

Color info

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

RGB color model

#A98D9E color RGB value is (169,141,158).

RGB: (169,141,158) (66%, 55%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 141 of 255 = 55%
B 158 of 255 = 62%

169
141
158

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

Portions of RGB colors in percentages

R + G + B = 169 + 141 + 158 = 468 (100%)
R 169 of 468 ~ 36.11%
G 141 of 468 ~ 30.13%
B 158 of 468 ~ 33.76'%

%36.11
%30.13
%33.76

CMYK color model

#A98D9E color CMYK value is (0,17,7,34).

  • cyan value is 0.00%
  • magenta value is 16.57%
  • yellow value is 6.51%
  • key color value is 33.73%

CMYK: (0,17,7,34)
C0M17Y7K34 (0%, 17%, 7%, 34%)
(0.00 / 0.17 / 0.07 / 0.34)

CMYK percentages

%0
%16.57
%6.51
%33.73

Codes

Color #A98D9E in popluar color models

A9 8D 9E
RGB 169 141 158
HSL 324° 14.00% 60.78%
HSB/HSV 324° 16.57% 66.27%
CMYK 0.00% 16.57% 6.51%
33.73%

Color #A98D9E in popluar number systems.

HEX A9 8D 9E
Decimal 169 141 158
Binary 10101001 10001101 10011110
Octal 251 215 236

Shades and tints

Shades of #A98D9E

#A98D9E
(169,141,158)
#9A8190
(154,129,144)
#8B7582
(139,117,130)
#7C6974
(124,105,116)
#6D5D66
(109,93,102)
#5E5158
(94,81,88)
#4F454A
(79,69,74)
#40393C
(64,57,60)
#312D2E
(49,45,46)
#222120
(34,33,32)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #A98D9E

#A98D9E
(169,141,158)
#B097A6
(176,151,166)
#B7A1AE
(183,161,174)
#BEABB6
(190,171,182)
#C5B5BE
(197,181,190)
#CCBFC6
(204,191,198)
#D3C9CE
(211,201,206)
#DAD3D6
(218,211,214)
#E1DDDE
(225,221,222)
#E8E7E6
(232,231,230)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98D9E color. Also use rgb(169,141,158) instead hex code.

Text Font Color

.myTextColor { color: #A98D9E; }

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

This text font color is #A98D9E.

Background Color

.myBgColor { background-color: #A98D9E; }

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

This div background color is #A98D9E.

Border color

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

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

This div border color is #A98D9E.

Opacity

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

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

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

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

This text has shadow with #A98D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98D9E.

Preview

Color preview on black background

This text has color #A98D9E on black background.


Color preview on white background

This text has color #A98D9E on white background.


Black color preview on #A98D9E background

This text has black color on #A98D9E background.


White color preview on #A98D9E background

This text has white color on #A98D9E background.


Related colors

Complementary color

Complementary color for #hex is #567261.


I love getcolorcode.com

Triadic colors

1 #9EA98D and #8D9EA9 with #A98D9E are triadic colors.

2 #9E8DA9 and #8DA99E with #A98D9E are triadic colors.