COLOR #A98CA6

HEX: #A98CA6 RGB: (169,140,166)

Color info

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

RGB color model

#A98CA6 color RGB value is (169,140,166).

RGB: (169,140,166) (66%, 55%, 65%)

RGB channels and saturation

R 169 of 255 = 66%
G 140 of 255 = 55%
B 166 of 255 = 65%

169
140
166

R + G + B ~ 62%. #A98CA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 140 + 166 = 475 (100%)
R 169 of 475 ~ 35.58%
G 140 of 475 ~ 29.47%
B 166 of 475 ~ 34.95'%

%35.58
%29.47
%34.95

CMYK color model

#A98CA6 color CMYK value is (0,17,2,34).

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 1.78%
  • key color value is 33.73%

CMYK: (0,17,2,34)
C0M17Y2K34 (0%, 17%, 2%, 34%)
(0.00 / 0.17 / 0.02 / 0.34)

CMYK percentages

%0
%17.16
%1.78
%33.73

Codes

Color #A98CA6 in popluar color models

A9 8C A6
RGB 169 140 166
HSL 306° 14.43% 60.59%
HSB/HSV 306° 17.16% 66.27%
CMYK 0.00% 17.16% 1.78%
33.73%

Color #A98CA6 in popluar number systems.

HEX A9 8C A6
Decimal 169 140 166
Binary 10101001 10001100 10100110
Octal 251 214 246

Shades and tints

Shades of #A98CA6

#A98CA6
(169,140,166)
#9A8097
(154,128,151)
#8B7488
(139,116,136)
#7C6879
(124,104,121)
#6D5C6A
(109,92,106)
#5E505B
(94,80,91)
#4F444C
(79,68,76)
#40383D
(64,56,61)
#312C2E
(49,44,46)
#22201F
(34,32,31)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #A98CA6

#A98CA6
(169,140,166)
#B096AE
(176,150,174)
#B7A0B6
(183,160,182)
#BEAABE
(190,170,190)
#C5B4C6
(197,180,198)
#CCBECE
(204,190,206)
#D3C8D6
(211,200,214)
#DAD2DE
(218,210,222)
#E1DCE6
(225,220,230)
#E8E6EE
(232,230,238)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98CA6 color. Also use rgb(169,140,166) instead hex code.

Text Font Color

.myTextColor { color: #A98CA6; }

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

This text font color is #A98CA6.

Background Color

.myBgColor { background-color: #A98CA6; }

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

This div background color is #A98CA6.

Border color

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

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

This div border color is #A98CA6.

Opacity

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

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

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

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

This text has shadow with #A98CA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98CA6.

Preview

Color preview on black background

This text has color #A98CA6 on black background.


Color preview on white background

This text has color #A98CA6 on white background.


Black color preview on #A98CA6 background

This text has black color on #A98CA6 background.


White color preview on #A98CA6 background

This text has white color on #A98CA6 background.


Related colors

Complementary color

Complementary color for #hex is #567359.


I love getcolorcode.com

Triadic colors

1 #A6A98C and #8CA6A9 with #A98CA6 are triadic colors.

2 #A68CA9 and #8CA9A6 with #A98CA6 are triadic colors.