COLOR #A98C96

HEX: #A98C96
RGB: (169,140,150)

Color info

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

RGB color model

#A98C96 color RGB value is (169,140,150).

  • red value is 169;
  • green value is 140;
  • blue value is 150.
RGB:
(169,140,150)
(66%,55%,59%)

RGB channels and saturation

R 169 of 255 = 66%
G 140 of 255 = 55%
B 150 of 255 = 59%

169
140
150

R + G + B ~ 60%. #A98C96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 140 + 150 = 459 (100%)
R 169 of 459 ~ 36.82%
G 140 of 459 ~ 30.5%
B 150 of 459 ~ 32.68%

%36.82
%30.5
%32.68

CMYK color model

#A98C96 color CMYK value is (0,17,11,34).

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 11.24%
  • key color value is 33.73%
CMYK:
(0,17,11,34)
C0M17Y11K34 
(0%,17%,11%,34%)
(0.00/0.17/0.11/0.34)	

CMYK percentages

%0
%17.16
%11.24
%33.73

Codes

Color #A98C96 in popluar color models

A98C96
RGB169140150
HSL339°14.43%60.59%
HSB/HSV339°17.16%66.27%
CMYK0.00%17.16%11.24%
33.73%

Color #A98C96 in popluar number systems.

HEXA98C96
Decimal169140150
Binary101010011000110010010110
Octal251214226

Shades and tints

Shades of #A98C96

#A98C96
(169,140,150)
#9A8089
(154,128,137)
#8B747C
(139,116,124)
#7C686F
(124,104,111)
#6D5C62
(109,92,98)
#5E5055
(94,80,85)
#4F4448
(79,68,72)
#40383B
(64,56,59)
#312C2E
(49,44,46)
#222021
(34,32,33)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #A98C96

#A98C96
(169,140,150)
#B0969F
(176,150,159)
#B7A0A8
(183,160,168)
#BEAAB1
(190,170,177)
#C5B4BA
(197,180,186)
#CCBEC3
(204,190,195)
#D3C8CC
(211,200,204)
#DAD2D5
(218,210,213)
#E1DCDE
(225,220,222)
#E8E6E7
(232,230,231)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98C96; }

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

This text font color is #A98C96.


Background Color

.myBgColor { background-color: #A98C96; }

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

This div background color is #A98C96.


Border color

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

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

This div border color is #A98C96.


Opacity

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

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

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

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

This text has shadow with #A98C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98C96 on black background.


Color preview on white background

This text has color #A98C96 on white background.



Black color preview on #A98C96 background

This text has black color on #A98C96 background.


White color preview on #A98C96 background

This text has white color on #A98C96 background.