COLOR #A98CA5

HEX: #A98CA5
RGB: (169,140,165)

Color info

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

RGB color model

#A98CA5 color RGB value is (169,140,165).

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

RGB channels and saturation

R 169 of 255 = 66%
G 140 of 255 = 55%
B 165 of 255 = 65%

169
140
165

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

Portions of RGB colors in percentages

R + G + B =
169 + 140 + 165 = 474 (100%)
R 169 of 474 ~ 35.65%
G 140 of 474 ~ 29.54%
B 165 of 474 ~ 34.81%

%35.65
%29.54
%34.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 2.37%
  • key color value is 33.73%
CMYK:
(0,17,2,34)
C0M17Y2K34 
(0%,17%,2%,34%)
(0.00/0.17/0.02/0.34)	

CMYK percentages

%0
%17.16
%2.37
%33.73

Codes

Color #A98CA5 in popluar color models

A98CA5
RGB169140165
HSL308°14.43%60.59%
HSB/HSV308°17.16%66.27%
CMYK0.00%17.16%2.37%
33.73%

Color #A98CA5 in popluar number systems.

HEXA98CA5
Decimal169140165
Binary101010011000110010100101
Octal251214245

Shades and tints

Shades of #A98CA5

#A98CA5
(169,140,165)
#9A8096
(154,128,150)
#8B7487
(139,116,135)
#7C6878
(124,104,120)
#6D5C69
(109,92,105)
#5E505A
(94,80,90)
#4F444B
(79,68,75)
#40383C
(64,56,60)
#312C2D
(49,44,45)
#22201E
(34,32,30)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #A98CA5

#A98CA5
(169,140,165)
#B096AD
(176,150,173)
#B7A0B5
(183,160,181)
#BEAABD
(190,170,189)
#C5B4C5
(197,180,197)
#CCBECD
(204,190,205)
#D3C8D5
(211,200,213)
#DAD2DD
(218,210,221)
#E1DCE5
(225,220,229)
#E8E6ED
(232,230,237)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98CA5; }

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

This text font color is #A98CA5.


Background Color

.myBgColor { background-color: #A98CA5; }

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

This div background color is #A98CA5.


Border color

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

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

This div border color is #A98CA5.


Opacity

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

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

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

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

This text has shadow with #A98CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98CA5 on black background.


Color preview on white background

This text has color #A98CA5 on white background.



Black color preview on #A98CA5 background

This text has black color on #A98CA5 background.


White color preview on #A98CA5 background

This text has white color on #A98CA5 background.