COLOR #A98CA0

HEX: #A98CA0
RGB: (169,140,160)

Color info

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

RGB color model

#A98CA0 color RGB value is (169,140,160).

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

RGB channels and saturation

R 169 of 255 = 66%
G 140 of 255 = 55%
B 160 of 255 = 63%

169
140
160

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

Portions of RGB colors in percentages

R + G + B =
169 + 140 + 160 = 469 (100%)
R 169 of 469 ~ 36.03%
G 140 of 469 ~ 29.85%
B 160 of 469 ~ 34.12%

%36.03
%29.85
%34.12

CMYK color model

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

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

Codes

Color #A98CA0 in popluar color models

A98CA0
RGB169140160
HSL319°14.43%60.59%
HSB/HSV319°17.16%66.27%
CMYK0.00%17.16%5.33%
33.73%

Color #A98CA0 in popluar number systems.

HEXA98CA0
Decimal169140160
Binary101010011000110010100000
Octal251214240

Shades and tints

Shades of #A98CA0

#A98CA0
(169,140,160)
#9A8092
(154,128,146)
#8B7484
(139,116,132)
#7C6876
(124,104,118)
#6D5C68
(109,92,104)
#5E505A
(94,80,90)
#4F444C
(79,68,76)
#40383E
(64,56,62)
#312C30
(49,44,48)
#222022
(34,32,34)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #A98CA0

#A98CA0
(169,140,160)
#B096A8
(176,150,168)
#B7A0B0
(183,160,176)
#BEAAB8
(190,170,184)
#C5B4C0
(197,180,192)
#CCBEC8
(204,190,200)
#D3C8D0
(211,200,208)
#DAD2D8
(218,210,216)
#E1DCE0
(225,220,224)
#E8E6E8
(232,230,232)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98CA0; }

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

This text font color is #A98CA0.


Background Color

.myBgColor { background-color: #A98CA0; }

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

This div background color is #A98CA0.


Border color

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

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

This div border color is #A98CA0.


Opacity

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

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

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

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

This text has shadow with #A98CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98CA0 on black background.


Color preview on white background

This text has color #A98CA0 on white background.



Black color preview on #A98CA0 background

This text has black color on #A98CA0 background.


White color preview on #A98CA0 background

This text has white color on #A98CA0 background.