COLOR #A98AB6

HEX: #A98AB6 RGB: (169,138,182)

Color info

#A98AB6 contains red, green and blue colors in about the same proportion. Web safe color of #A98AB6 is #9999CC (or #99C).

RGB color model

#A98AB6 color RGB value is (169,138,182).

RGB: (169,138,182) (66%, 54%, 71%)

RGB channels and saturation

R 169 of 255 = 66%
G 138 of 255 = 54%
B 182 of 255 = 71%

169
138
182

R + G + B ~ 64%. #A98AB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 138 + 182 = 489 (100%)
R 169 of 489 ~ 34.56%
G 138 of 489 ~ 28.22%
B 182 of 489 ~ 37.22'%

%34.56
%28.22
%37.22

CMYK color model

#A98AB6 color CMYK value is (7,24,0,29).

  • cyan value is 7.14%
  • magenta value is 24.18%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (7,24,0,29)
C7M24Y0K29 (7%, 24%, 0%, 29%)
(0.07 / 0.24 / 0.00 / 0.29)

CMYK percentages

%7.14
%24.18
%0
%28.63

Codes

Color #A98AB6 in popluar color models

A9 8A B6
RGB 169 138 182
HSL 282° 23.16% 62.75%
HSB/HSV 282° 24.18% 71.37%
CMYK 7.14% 24.18% 0.00%
28.63%

Color #A98AB6 in popluar number systems.

HEX A9 8A B6
Decimal 169 138 182
Binary 10101001 10001010 10110110
Octal 251 212 266

Shades and tints

Shades of #A98AB6

#A98AB6
(169,138,182)
#9A7EA6
(154,126,166)
#8B7296
(139,114,150)
#7C6686
(124,102,134)
#6D5A76
(109,90,118)
#5E4E66
(94,78,102)
#4F4256
(79,66,86)
#403646
(64,54,70)
#312A36
(49,42,54)
#221E26
(34,30,38)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #A98AB6

#A98AB6
(169,138,182)
#B094BC
(176,148,188)
#B79EC2
(183,158,194)
#BEA8C8
(190,168,200)
#C5B2CE
(197,178,206)
#CCBCD4
(204,188,212)
#D3C6DA
(211,198,218)
#DAD0E0
(218,208,224)
#E1DAE6
(225,218,230)
#E8E4EC
(232,228,236)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98AB6; }

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

This text font color is #A98AB6.

Background Color

.myBgColor { background-color: #A98AB6; }

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

This div background color is #A98AB6.

Border color

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

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

This div border color is #A98AB6.

Opacity

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

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

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

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

This text has shadow with #A98AB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98AB6.

Preview

Color preview on black background

This text has color #A98AB6 on black background.


Color preview on white background

This text has color #A98AB6 on white background.


Black color preview on #A98AB6 background

This text has black color on #A98AB6 background.


White color preview on #A98AB6 background

This text has white color on #A98AB6 background.


Related colors

Complementary color

Complementary color for #hex is #567549.


I love getcolorcode.com

Triadic colors

1 #B6A98A and #8AB6A9 with #A98AB6 are triadic colors.

2 #B68AA9 and #8AA9B6 with #A98AB6 are triadic colors.