COLOR #A98DA1

HEX: #A98DA1
RGB: (169,141,161)

Color info

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

RGB color model

#A98DA1 color RGB value is (169,141,161).

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

RGB channels and saturation

R 169 of 255 = 66%
G 141 of 255 = 55%
B 161 of 255 = 63%

169
141
161

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

Portions of RGB colors in percentages

R + G + B =
169 + 141 + 161 = 471 (100%)
R 169 of 471 ~ 35.88%
G 141 of 471 ~ 29.94%
B 161 of 471 ~ 34.18%

%35.88
%29.94
%34.18

CMYK color model

#A98DA1 color CMYK value is (0,17,5,34).

  • cyan value is 0.00%
  • magenta value is 16.57%
  • yellow value is 4.73%
  • key color value is 33.73%
CMYK:
(0,17,5,34)
C0M17Y5K34 
(0%,17%,5%,34%)
(0.00/0.17/0.05/0.34)	

CMYK percentages

%0
%16.57
%4.73
%33.73

Codes

Color #A98DA1 in popluar color models

A98DA1
RGB169141161
HSL317°14.00%60.78%
HSB/HSV317°16.57%66.27%
CMYK0.00%16.57%4.73%
33.73%

Color #A98DA1 in popluar number systems.

HEXA98DA1
Decimal169141161
Binary101010011000110110100001
Octal251215241

Shades and tints

Shades of #A98DA1

#A98DA1
(169,141,161)
#9A8193
(154,129,147)
#8B7585
(139,117,133)
#7C6977
(124,105,119)
#6D5D69
(109,93,105)
#5E515B
(94,81,91)
#4F454D
(79,69,77)
#40393F
(64,57,63)
#312D31
(49,45,49)
#222123
(34,33,35)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #A98DA1

#A98DA1
(169,141,161)
#B097A9
(176,151,169)
#B7A1B1
(183,161,177)
#BEABB9
(190,171,185)
#C5B5C1
(197,181,193)
#CCBFC9
(204,191,201)
#D3C9D1
(211,201,209)
#DAD3D9
(218,211,217)
#E1DDE1
(225,221,225)
#E8E7E9
(232,231,233)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98DA1; }

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

This text font color is #A98DA1.


Background Color

.myBgColor { background-color: #A98DA1; }

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

This div background color is #A98DA1.


Border color

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

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

This div border color is #A98DA1.


Opacity

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

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

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

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

This text has shadow with #A98DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98DA1 on black background.


Color preview on white background

This text has color #A98DA1 on white background.



Black color preview on #A98DA1 background

This text has black color on #A98DA1 background.


White color preview on #A98DA1 background

This text has white color on #A98DA1 background.