COLOR #A98D9A

HEX: #A98D9A
RGB: (169,141,154)

Color info

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

RGB color model

#A98D9A color RGB value is (169,141,154).

  • red value is 169;
  • green value is 141;
  • blue value is 154.
RGB:
(169,141,154)
(66%,55%,60%)

RGB channels and saturation

R 169 of 255 = 66%
G 141 of 255 = 55%
B 154 of 255 = 60%

169
141
154

R + G + B ~ 60%. #A98D9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 141 + 154 = 464 (100%)
R 169 of 464 ~ 36.42%
G 141 of 464 ~ 30.39%
B 154 of 464 ~ 33.19%

%36.42
%30.39
%33.19

CMYK color model

#A98D9A color CMYK value is (0,17,9,34).

  • cyan value is 0.00%
  • magenta value is 16.57%
  • yellow value is 8.88%
  • key color value is 33.73%
CMYK:
(0,17,9,34)
C0M17Y9K34 
(0%,17%,9%,34%)
(0.00/0.17/0.09/0.34)	

CMYK percentages

%0
%16.57
%8.88
%33.73

Codes

Color #A98D9A in popluar color models

A98D9A
RGB169141154
HSL332°14.00%60.78%
HSB/HSV332°16.57%66.27%
CMYK0.00%16.57%8.88%
33.73%

Color #A98D9A in popluar number systems.

HEXA98D9A
Decimal169141154
Binary101010011000110110011010
Octal251215232

Shades and tints

Shades of #A98D9A

#A98D9A
(169,141,154)
#9A818C
(154,129,140)
#8B757E
(139,117,126)
#7C6970
(124,105,112)
#6D5D62
(109,93,98)
#5E5154
(94,81,84)
#4F4546
(79,69,70)
#403938
(64,57,56)
#312D2A
(49,45,42)
#22211C
(34,33,28)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #A98D9A

#A98D9A
(169,141,154)
#B097A3
(176,151,163)
#B7A1AC
(183,161,172)
#BEABB5
(190,171,181)
#C5B5BE
(197,181,190)
#CCBFC7
(204,191,199)
#D3C9D0
(211,201,208)
#DAD3D9
(218,211,217)
#E1DDE2
(225,221,226)
#E8E7EB
(232,231,235)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98D9A; }

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

This text font color is #A98D9A.


Background Color

.myBgColor { background-color: #A98D9A; }

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

This div background color is #A98D9A.


Border color

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

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

This div border color is #A98D9A.


Opacity

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

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

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

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

This text has shadow with #A98D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98D9A on black background.


Color preview on white background

This text has color #A98D9A on white background.



Black color preview on #A98D9A background

This text has black color on #A98D9A background.


White color preview on #A98D9A background

This text has white color on #A98D9A background.