COLOR #A98AA3

HEX: #A98AA3
RGB: (169,138,163)

Color info

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

RGB color model

#A98AA3 color RGB value is (169,138,163).

  • red value is 169;
  • green value is 138;
  • blue value is 163.
RGB:
(169,138,163)
(66%,54%,64%)

RGB channels and saturation

R 169 of 255 = 66%
G 138 of 255 = 54%
B 163 of 255 = 64%

169
138
163

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

Portions of RGB colors in percentages

R + G + B =
169 + 138 + 163 = 470 (100%)
R 169 of 470 ~ 35.96%
G 138 of 470 ~ 29.36%
B 163 of 470 ~ 34.68%

%35.96
%29.36
%34.68

CMYK color model

#A98AA3 color CMYK value is (0,18,4,34).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 3.55%
  • key color value is 33.73%
CMYK:
(0,18,4,34)
C0M18Y4K34 
(0%,18%,4%,34%)
(0.00/0.18/0.04/0.34)	

CMYK percentages

%0
%18.34
%3.55
%33.73

Codes

Color #A98AA3 in popluar color models

A98AA3
RGB169138163
HSL312°15.27%60.20%
HSB/HSV312°18.34%66.27%
CMYK0.00%18.34%3.55%
33.73%

Color #A98AA3 in popluar number systems.

HEXA98AA3
Decimal169138163
Binary101010011000101010100011
Octal251212243

Shades and tints

Shades of #A98AA3

#A98AA3
(169,138,163)
#9A7E95
(154,126,149)
#8B7287
(139,114,135)
#7C6679
(124,102,121)
#6D5A6B
(109,90,107)
#5E4E5D
(94,78,93)
#4F424F
(79,66,79)
#403641
(64,54,65)
#312A33
(49,42,51)
#221E25
(34,30,37)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #A98AA3

#A98AA3
(169,138,163)
#B094AB
(176,148,171)
#B79EB3
(183,158,179)
#BEA8BB
(190,168,187)
#C5B2C3
(197,178,195)
#CCBCCB
(204,188,203)
#D3C6D3
(211,198,211)
#DAD0DB
(218,208,219)
#E1DAE3
(225,218,227)
#E8E4EB
(232,228,235)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98AA3 color. Also use rgb(169,138,163) instead hex code.

Text Font Color

.myTextColor { color: #A98AA3; }

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

This text font color is #A98AA3.


Background Color

.myBgColor { background-color: #A98AA3; }

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

This div background color is #A98AA3.


Border color

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

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

This div border color is #A98AA3.


Opacity

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

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

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

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

This text has shadow with #A98AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98AA3 on black background.


Color preview on white background

This text has color #A98AA3 on white background.



Black color preview on #A98AA3 background

This text has black color on #A98AA3 background.


White color preview on #A98AA3 background

This text has white color on #A98AA3 background.