COLOR #A98DB6

HEX: #A98DB6 RGB: (169,141,182)

Color info

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

RGB color model

#A98DB6 color RGB value is (169,141,182).

RGB: (169,141,182) (66%, 55%, 71%)

RGB channels and saturation

R 169 of 255 = 66%
G 141 of 255 = 55%
B 182 of 255 = 71%

169
141
182

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

Portions of RGB colors in percentages

R + G + B = 169 + 141 + 182 = 492 (100%)
R 169 of 492 ~ 34.35%
G 141 of 492 ~ 28.66%
B 182 of 492 ~ 36.99'%

%34.35
%28.66
%36.99

CMYK color model

#A98DB6 color CMYK value is (7,23,0,29).

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

CMYK: (7,23,0,29)
C7M23Y0K29 (7%, 23%, 0%, 29%)
(0.07 / 0.23 / 0.00 / 0.29)

CMYK percentages

%7.14
%22.53
%0
%28.63

Codes

Color #A98DB6 in popluar color models

A9 8D B6
RGB 169 141 182
HSL 281° 21.93% 63.33%
HSB/HSV 281° 22.53% 71.37%
CMYK 7.14% 22.53% 0.00%
28.63%

Color #A98DB6 in popluar number systems.

HEX A9 8D B6
Decimal 169 141 182
Binary 10101001 10001101 10110110
Octal 251 215 266

Shades and tints

Shades of #A98DB6

#A98DB6
(169,141,182)
#9A81A6
(154,129,166)
#8B7596
(139,117,150)
#7C6986
(124,105,134)
#6D5D76
(109,93,118)
#5E5166
(94,81,102)
#4F4556
(79,69,86)
#403946
(64,57,70)
#312D36
(49,45,54)
#222126
(34,33,38)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #A98DB6

#A98DB6
(169,141,182)
#B097BC
(176,151,188)
#B7A1C2
(183,161,194)
#BEABC8
(190,171,200)
#C5B5CE
(197,181,206)
#CCBFD4
(204,191,212)
#D3C9DA
(211,201,218)
#DAD3E0
(218,211,224)
#E1DDE6
(225,221,230)
#E8E7EC
(232,231,236)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98DB6; }

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

This text font color is #A98DB6.

Background Color

.myBgColor { background-color: #A98DB6; }

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

This div background color is #A98DB6.

Border color

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

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

This div border color is #A98DB6.

Opacity

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

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

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

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

This text has shadow with #A98DB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98DB6.

Preview

Color preview on black background

This text has color #A98DB6 on black background.


Color preview on white background

This text has color #A98DB6 on white background.


Black color preview on #A98DB6 background

This text has black color on #A98DB6 background.


White color preview on #A98DB6 background

This text has white color on #A98DB6 background.


Related colors

Complementary color

Complementary color for #hex is #567249.


I love getcolorcode.com

Triadic colors

1 #B6A98D and #8DB6A9 with #A98DB6 are triadic colors.

2 #B68DA9 and #8DA9B6 with #A98DB6 are triadic colors.