COLOR #A98CAA

HEX: #A98CAA
RGB: (169,140,170)

Color info

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

RGB color model

#A98CAA color RGB value is (169,140,170).

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

RGB channels and saturation

R 169 of 255 = 66%
G 140 of 255 = 55%
B 170 of 255 = 67%

169
140
170

R + G + B ~ 63%. #A98CAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 140 + 170 = 479 (100%)
R 169 of 479 ~ 35.28%
G 140 of 479 ~ 29.23%
B 170 of 479 ~ 35.49%

%35.28
%29.23
%35.49

CMYK color model

#A98CAA color CMYK value is (1,18,0,33).

  • cyan value is 0.59%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(1,18,0,33)
C1M18Y0K33 
(1%,18%,0%,33%)
(0.01/0.18/0.00/0.33)	

CMYK percentages

%0.59
%17.65
%0
%33.33

Codes

Color #A98CAA in popluar color models

A98CAA
RGB169140170
HSL298°15.00%60.78%
HSB/HSV298°17.65%66.67%
CMYK0.59%17.65%0.00%
33.33%

Color #A98CAA in popluar number systems.

HEXA98CAA
Decimal169140170
Binary101010011000110010101010
Octal251214252

Shades and tints

Shades of #A98CAA

#A98CAA
(169,140,170)
#9A809B
(154,128,155)
#8B748C
(139,116,140)
#7C687D
(124,104,125)
#6D5C6E
(109,92,110)
#5E505F
(94,80,95)
#4F4450
(79,68,80)
#403841
(64,56,65)
#312C32
(49,44,50)
#222023
(34,32,35)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #A98CAA

#A98CAA
(169,140,170)
#B096B1
(176,150,177)
#B7A0B8
(183,160,184)
#BEAABF
(190,170,191)
#C5B4C6
(197,180,198)
#CCBECD
(204,190,205)
#D3C8D4
(211,200,212)
#DAD2DB
(218,210,219)
#E1DCE2
(225,220,226)
#E8E6E9
(232,230,233)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98CAA; }

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

This text font color is #A98CAA.


Background Color

.myBgColor { background-color: #A98CAA; }

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

This div background color is #A98CAA.


Border color

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

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

This div border color is #A98CAA.


Opacity

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

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

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

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

This text has shadow with #A98CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98CAA on black background.


Color preview on white background

This text has color #A98CAA on white background.



Black color preview on #A98CAA background

This text has black color on #A98CAA background.


White color preview on #A98CAA background

This text has white color on #A98CAA background.