COLOR #A98E96

HEX: #A98E96
RGB: (169,142,150)

Color info

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

RGB color model

#A98E96 color RGB value is (169,142,150).

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

RGB channels and saturation

R 169 of 255 = 66%
G 142 of 255 = 56%
B 150 of 255 = 59%

169
142
150

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

Portions of RGB colors in percentages

R + G + B =
169 + 142 + 150 = 461 (100%)
R 169 of 461 ~ 36.66%
G 142 of 461 ~ 30.8%
B 150 of 461 ~ 32.54%

%36.66
%30.8
%32.54

CMYK color model

#A98E96 color CMYK value is (0,16,11,34).

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 11.24%
  • key color value is 33.73%
CMYK:
(0,16,11,34)
C0M16Y11K34 
(0%,16%,11%,34%)
(0.00/0.16/0.11/0.34)	

CMYK percentages

%0
%15.98
%11.24
%33.73

Codes

Color #A98E96 in popluar color models

A98E96
RGB169142150
HSL342°13.57%60.98%
HSB/HSV342°15.98%66.27%
CMYK0.00%15.98%11.24%
33.73%

Color #A98E96 in popluar number systems.

HEXA98E96
Decimal169142150
Binary101010011000111010010110
Octal251216226

Shades and tints

Shades of #A98E96

#A98E96
(169,142,150)
#9A8289
(154,130,137)
#8B767C
(139,118,124)
#7C6A6F
(124,106,111)
#6D5E62
(109,94,98)
#5E5255
(94,82,85)
#4F4648
(79,70,72)
#403A3B
(64,58,59)
#312E2E
(49,46,46)
#222221
(34,34,33)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #A98E96

#A98E96
(169,142,150)
#B0989F
(176,152,159)
#B7A2A8
(183,162,168)
#BEACB1
(190,172,177)
#C5B6BA
(197,182,186)
#CCC0C3
(204,192,195)
#D3CACC
(211,202,204)
#DAD4D5
(218,212,213)
#E1DEDE
(225,222,222)
#E8E8E7
(232,232,231)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98E96; }

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

This text font color is #A98E96.


Background Color

.myBgColor { background-color: #A98E96; }

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

This div background color is #A98E96.


Border color

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

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

This div border color is #A98E96.


Opacity

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

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

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

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

This text has shadow with #A98E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98E96 on black background.


Color preview on white background

This text has color #A98E96 on white background.



Black color preview on #A98E96 background

This text has black color on #A98E96 background.


White color preview on #A98E96 background

This text has white color on #A98E96 background.