COLOR #A89C98

HEX: #A89C98
RGB: (168,156,152)

Color info

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

RGB color model

#A89C98 color RGB value is (168,156,152).

  • red value is 168;
  • green value is 156;
  • blue value is 152.
RGB:
(168,156,152)
(66%,61%,60%)

RGB channels and saturation

R 168 of 255 = 66%
G 156 of 255 = 61%
B 152 of 255 = 60%

168
156
152

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

Portions of RGB colors in percentages

R + G + B =
168 + 156 + 152 = 476 (100%)
R 168 of 476 ~ 35.29%
G 156 of 476 ~ 32.77%
B 152 of 476 ~ 31.93%

%35.29
%32.77
%31.93

CMYK color model

#A89C98 color CMYK value is (0,7,10,34).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 9.52%
  • key color value is 34.12%
CMYK:
(0,7,10,34)
C0M7Y10K34 
(0%,7%,10%,34%)
(0.00/0.07/0.10/0.34)	

CMYK percentages

%0
%7.14
%9.52
%34.12

Codes

Color #A89C98 in popluar color models

A89C98
RGB168156152
HSL15°8.42%62.75%
HSB/HSV15°9.52%65.88%
CMYK0.00%7.14%9.52%
34.12%

Color #A89C98 in popluar number systems.

HEXA89C98
Decimal168156152
Binary101010001001110010011000
Octal250234230

Shades and tints

Shades of #A89C98

#A89C98
(168,156,152)
#998E8B
(153,142,139)
#8A807E
(138,128,126)
#7B7271
(123,114,113)
#6C6464
(108,100,100)
#5D5657
(93,86,87)
#4E484A
(78,72,74)
#3F3A3D
(63,58,61)
#302C30
(48,44,48)
#211E23
(33,30,35)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #A89C98

#A89C98
(168,156,152)
#AFA5A1
(175,165,161)
#B6AEAA
(182,174,170)
#BDB7B3
(189,183,179)
#C4C0BC
(196,192,188)
#CBC9C5
(203,201,197)
#D2D2CE
(210,210,206)
#D9DBD7
(217,219,215)
#E0E4E0
(224,228,224)
#E7EDE9
(231,237,233)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89C98 color. Also use rgb(168,156,152) instead hex code.

Text Font Color

.myTextColor { color: #A89C98; }

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

This text font color is #A89C98.


Background Color

.myBgColor { background-color: #A89C98; }

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

This div background color is #A89C98.


Border color

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

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

This div border color is #A89C98.


Opacity

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

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

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

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

This text has shadow with #A89C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89C98 on black background.


Color preview on white background

This text has color #A89C98 on white background.



Black color preview on #A89C98 background

This text has black color on #A89C98 background.


White color preview on #A89C98 background

This text has white color on #A89C98 background.