COLOR #A98F9E

HEX: #A98F9E
RGB: (169,143,158)

Color info

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

RGB color model

#A98F9E color RGB value is (169,143,158).

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

RGB channels and saturation

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

169
143
158

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

Portions of RGB colors in percentages

R + G + B =
169 + 143 + 158 = 470 (100%)
R 169 of 470 ~ 35.96%
G 143 of 470 ~ 30.43%
B 158 of 470 ~ 33.62%

%35.96
%30.43
%33.62

CMYK color model

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

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

Codes

Color #A98F9E in popluar color models

A98F9E
RGB169143158
HSL325°13.13%61.18%
HSB/HSV325°15.38%66.27%
CMYK0.00%15.38%6.51%
33.73%

Color #A98F9E in popluar number systems.

HEXA98F9E
Decimal169143158
Binary101010011000111110011110
Octal251217236

Shades and tints

Shades of #A98F9E

#A98F9E
(169,143,158)
#9A8290
(154,130,144)
#8B7582
(139,117,130)
#7C6874
(124,104,116)
#6D5B66
(109,91,102)
#5E4E58
(94,78,88)
#4F414A
(79,65,74)
#40343C
(64,52,60)
#31272E
(49,39,46)
#221A20
(34,26,32)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #A98F9E

#A98F9E
(169,143,158)
#B099A6
(176,153,166)
#B7A3AE
(183,163,174)
#BEADB6
(190,173,182)
#C5B7BE
(197,183,190)
#CCC1C6
(204,193,198)
#D3CBCE
(211,203,206)
#DAD5D6
(218,213,214)
#E1DFDE
(225,223,222)
#E8E9E6
(232,233,230)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98F9E; }

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

This text font color is #A98F9E.


Background Color

.myBgColor { background-color: #A98F9E; }

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

This div background color is #A98F9E.


Border color

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

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

This div border color is #A98F9E.


Opacity

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

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

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

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

This text has shadow with #A98F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98F9E on black background.


Color preview on white background

This text has color #A98F9E on white background.



Black color preview on #A98F9E background

This text has black color on #A98F9E background.


White color preview on #A98F9E background

This text has white color on #A98F9E background.