COLOR #A98AB2

HEX: #A98AB2
RGB: (169,138,178)

Color info

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

RGB color model

#A98AB2 color RGB value is (169,138,178).

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

RGB channels and saturation

R 169 of 255 = 66%
G 138 of 255 = 54%
B 178 of 255 = 70%

169
138
178

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

Portions of RGB colors in percentages

R + G + B =
169 + 138 + 178 = 485 (100%)
R 169 of 485 ~ 34.85%
G 138 of 485 ~ 28.45%
B 178 of 485 ~ 36.7%

%34.85
%28.45
%36.7

CMYK color model

#A98AB2 color CMYK value is (5,22,0,30).

  • cyan value is 5.06%
  • magenta value is 22.47%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(5,22,0,30)
C5M22Y0K30 
(5%,22%,0%,30%)
(0.05/0.22/0.00/0.30)	

CMYK percentages

%5.06
%22.47
%0
%30.2

Codes

Color #A98AB2 in popluar color models

A98AB2
RGB169138178
HSL287°20.62%61.96%
HSB/HSV287°22.47%69.80%
CMYK5.06%22.47%0.00%
30.20%

Color #A98AB2 in popluar number systems.

HEXA98AB2
Decimal169138178
Binary101010011000101010110010
Octal251212262

Shades and tints

Shades of #A98AB2

#A98AB2
(169,138,178)
#9A7EA2
(154,126,162)
#8B7292
(139,114,146)
#7C6682
(124,102,130)
#6D5A72
(109,90,114)
#5E4E62
(94,78,98)
#4F4252
(79,66,82)
#403642
(64,54,66)
#312A32
(49,42,50)
#221E22
(34,30,34)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #A98AB2

#A98AB2
(169,138,178)
#B094B9
(176,148,185)
#B79EC0
(183,158,192)
#BEA8C7
(190,168,199)
#C5B2CE
(197,178,206)
#CCBCD5
(204,188,213)
#D3C6DC
(211,198,220)
#DAD0E3
(218,208,227)
#E1DAEA
(225,218,234)
#E8E4F1
(232,228,241)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98AB2; }

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

This text font color is #A98AB2.


Background Color

.myBgColor { background-color: #A98AB2; }

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

This div background color is #A98AB2.


Border color

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

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

This div border color is #A98AB2.


Opacity

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

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

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

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

This text has shadow with #A98AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98AB2 on black background.


Color preview on white background

This text has color #A98AB2 on white background.



Black color preview on #A98AB2 background

This text has black color on #A98AB2 background.


White color preview on #A98AB2 background

This text has white color on #A98AB2 background.