COLOR #A98DAE

HEX: #A98DAE RGB: (169,141,174)

Color info

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

RGB color model

#A98DAE color RGB value is (169,141,174).

RGB: (169,141,174) (66%, 55%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 141 of 255 = 55%
B 174 of 255 = 68%

169
141
174

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

Portions of RGB colors in percentages

R + G + B = 169 + 141 + 174 = 484 (100%)
R 169 of 484 ~ 34.92%
G 141 of 484 ~ 29.13%
B 174 of 484 ~ 35.95'%

%34.92
%29.13
%35.95

CMYK color model

#A98DAE color CMYK value is (3,19,0,32).

  • cyan value is 2.87%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (3,19,0,32)
C3M19Y0K32 (3%, 19%, 0%, 32%)
(0.03 / 0.19 / 0.00 / 0.32)

CMYK percentages

%2.87
%18.97
%0
%31.76

Codes

Color #A98DAE in popluar color models

A9 8D AE
RGB 169 141 174
HSL 291° 16.92% 61.76%
HSB/HSV 291° 18.97% 68.24%
CMYK 2.87% 18.97% 0.00%
31.76%

Color #A98DAE in popluar number systems.

HEX A9 8D AE
Decimal 169 141 174
Binary 10101001 10001101 10101110
Octal 251 215 256

Shades and tints

Shades of #A98DAE

#A98DAE
(169,141,174)
#9A819F
(154,129,159)
#8B7590
(139,117,144)
#7C6981
(124,105,129)
#6D5D72
(109,93,114)
#5E5163
(94,81,99)
#4F4554
(79,69,84)
#403945
(64,57,69)
#312D36
(49,45,54)
#222127
(34,33,39)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #A98DAE

#A98DAE
(169,141,174)
#B097B5
(176,151,181)
#B7A1BC
(183,161,188)
#BEABC3
(190,171,195)
#C5B5CA
(197,181,202)
#CCBFD1
(204,191,209)
#D3C9D8
(211,201,216)
#DAD3DF
(218,211,223)
#E1DDE6
(225,221,230)
#E8E7ED
(232,231,237)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98DAE; }

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

This text font color is #A98DAE.

Background Color

.myBgColor { background-color: #A98DAE; }

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

This div background color is #A98DAE.

Border color

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

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

This div border color is #A98DAE.

Opacity

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

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

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

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

This text has shadow with #A98DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98DAE.

Preview

Color preview on black background

This text has color #A98DAE on black background.


Color preview on white background

This text has color #A98DAE on white background.


Black color preview on #A98DAE background

This text has black color on #A98DAE background.


White color preview on #A98DAE background

This text has white color on #A98DAE background.


Related colors

Complementary color

Complementary color for #hex is #567251.


I love getcolorcode.com

Triadic colors

1 #AEA98D and #8DAEA9 with #A98DAE are triadic colors.

2 #AE8DA9 and #8DA9AE with #A98DAE are triadic colors.