COLOR #A98DA9

HEX: #A98DA9
RGB: (169,141,169)

Color info

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

RGB color model

#A98DA9 color RGB value is (169,141,169).

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

RGB channels and saturation

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

169
141
169

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

Portions of RGB colors in percentages

R + G + B =
169 + 141 + 169 = 479 (100%)
R 169 of 479 ~ 35.28%
G 141 of 479 ~ 29.44%
B 169 of 479 ~ 35.28%

%35.28
%29.44
%35.28

CMYK color model

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

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

CMYK percentages

%0
%16.57
%0
%33.73

Codes

Color #A98DA9 in popluar color models

A98DA9
RGB169141169
HSL300°14.00%60.78%
HSB/HSV300°16.57%66.27%
CMYK0.00%16.57%0.00%
33.73%

Color #A98DA9 in popluar number systems.

HEXA98DA9
Decimal169141169
Binary101010011000110110101001
Octal251215251

Shades and tints

Shades of #A98DA9

#A98DA9
(169,141,169)
#9A819A
(154,129,154)
#8B758B
(139,117,139)
#7C697C
(124,105,124)
#6D5D6D
(109,93,109)
#5E515E
(94,81,94)
#4F454F
(79,69,79)
#403940
(64,57,64)
#312D31
(49,45,49)
#222122
(34,33,34)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #A98DA9

#A98DA9
(169,141,169)
#B097B0
(176,151,176)
#B7A1B7
(183,161,183)
#BEABBE
(190,171,190)
#C5B5C5
(197,181,197)
#CCBFCC
(204,191,204)
#D3C9D3
(211,201,211)
#DAD3DA
(218,211,218)
#E1DDE1
(225,221,225)
#E8E7E8
(232,231,232)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98DA9; }

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

This text font color is #A98DA9.


Background Color

.myBgColor { background-color: #A98DA9; }

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

This div background color is #A98DA9.


Border color

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

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

This div border color is #A98DA9.


Opacity

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

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

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

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

This text has shadow with #A98DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98DA9 on black background.


Color preview on white background

This text has color #A98DA9 on white background.



Black color preview on #A98DA9 background

This text has black color on #A98DA9 background.


White color preview on #A98DA9 background

This text has white color on #A98DA9 background.