COLOR #A98C9E

HEX: #A98C9E RGB: (169,140,158)

Color info

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

RGB color model

#A98C9E color RGB value is (169,140,158).

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

RGB channels and saturation

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

169
140
158

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

Portions of RGB colors in percentages

R + G + B = 169 + 140 + 158 = 467 (100%)
R 169 of 467 ~ 36.19%
G 140 of 467 ~ 29.98%
B 158 of 467 ~ 33.83'%

%36.19
%29.98
%33.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.16%
  • 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
%17.16
%6.51
%33.73

Codes

Color #A98C9E in popluar color models

A9 8C 9E
RGB 169 140 158
HSL 323° 14.43% 60.59%
HSB/HSV 323° 17.16% 66.27%
CMYK 0.00% 17.16% 6.51%
33.73%

Color #A98C9E in popluar number systems.

HEX A9 8C 9E
Decimal 169 140 158
Binary 10101001 10001100 10011110
Octal 251 214 236

Shades and tints

Shades of #A98C9E

#A98C9E
(169,140,158)
#9A8090
(154,128,144)
#8B7482
(139,116,130)
#7C6874
(124,104,116)
#6D5C66
(109,92,102)
#5E5058
(94,80,88)
#4F444A
(79,68,74)
#40383C
(64,56,60)
#312C2E
(49,44,46)
#222020
(34,32,32)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #A98C9E

#A98C9E
(169,140,158)
#B096A6
(176,150,166)
#B7A0AE
(183,160,174)
#BEAAB6
(190,170,182)
#C5B4BE
(197,180,190)
#CCBEC6
(204,190,198)
#D3C8CE
(211,200,206)
#DAD2D6
(218,210,214)
#E1DCDE
(225,220,222)
#E8E6E6
(232,230,230)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98C9E; }

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

This text font color is #A98C9E.

Background Color

.myBgColor { background-color: #A98C9E; }

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

This div background color is #A98C9E.

Border color

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

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

This div border color is #A98C9E.

Opacity

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

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

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

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

This text has shadow with #A98C9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98C9E.

Preview

Color preview on black background

This text has color #A98C9E on black background.


Color preview on white background

This text has color #A98C9E on white background.


Black color preview on #A98C9E background

This text has black color on #A98C9E background.


White color preview on #A98C9E background

This text has white color on #A98C9E background.


Related colors

Complementary color

Complementary color for #hex is #567361.


I love getcolorcode.com

Triadic colors

1 #9EA98C and #8C9EA9 with #A98C9E are triadic colors.

2 #9E8CA9 and #8CA99E with #A98C9E are triadic colors.