COLOR #A98F9D

HEX: #A98F9D
RGB: (169,143,157)

Color info

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

RGB color model

#A98F9D color RGB value is (169,143,157).

  • red value is 169;
  • green value is 143;
  • blue value is 157.
RGB:
(169,143,157)
(66%,56%,62%)

RGB channels and saturation

R 169 of 255 = 66%
G 143 of 255 = 56%
B 157 of 255 = 62%

169
143
157

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

Portions of RGB colors in percentages

R + G + B =
169 + 143 + 157 = 469 (100%)
R 169 of 469 ~ 36.03%
G 143 of 469 ~ 30.49%
B 157 of 469 ~ 33.48%

%36.03
%30.49
%33.48

CMYK color model

#A98F9D color CMYK value is (0,15,7,34).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 7.10%
  • key color value is 33.73%
CMYK:
(0,15,7,34)
C0M15Y7K34 
(0%,15%,7%,34%)
(0.00/0.15/0.07/0.34)	

CMYK percentages

%0
%15.38
%7.1
%33.73

Codes

Color #A98F9D in popluar color models

A98F9D
RGB169143157
HSL328°13.13%61.18%
HSB/HSV328°15.38%66.27%
CMYK0.00%15.38%7.10%
33.73%

Color #A98F9D in popluar number systems.

HEXA98F9D
Decimal169143157
Binary101010011000111110011101
Octal251217235

Shades and tints

Shades of #A98F9D

#A98F9D
(169,143,157)
#9A828F
(154,130,143)
#8B7581
(139,117,129)
#7C6873
(124,104,115)
#6D5B65
(109,91,101)
#5E4E57
(94,78,87)
#4F4149
(79,65,73)
#40343B
(64,52,59)
#31272D
(49,39,45)
#221A1F
(34,26,31)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #A98F9D

#A98F9D
(169,143,157)
#B099A5
(176,153,165)
#B7A3AD
(183,163,173)
#BEADB5
(190,173,181)
#C5B7BD
(197,183,189)
#CCC1C5
(204,193,197)
#D3CBCD
(211,203,205)
#DAD5D5
(218,213,213)
#E1DFDD
(225,223,221)
#E8E9E5
(232,233,229)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98F9D; }

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

This text font color is #A98F9D.


Background Color

.myBgColor { background-color: #A98F9D; }

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

This div background color is #A98F9D.


Border color

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

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

This div border color is #A98F9D.


Opacity

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

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

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

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

This text has shadow with #A98F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98F9D on black background.


Color preview on white background

This text has color #A98F9D on white background.



Black color preview on #A98F9D background

This text has black color on #A98F9D background.


White color preview on #A98F9D background

This text has white color on #A98F9D background.