COLOR #A89E9B

HEX: #A89E9B
RGB: (168,158,155)

Color info

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

RGB color model

#A89E9B color RGB value is (168,158,155).

  • red value is 168;
  • green value is 158;
  • blue value is 155.
RGB:
(168,158,155)
(66%,62%,61%)

RGB channels and saturation

R 168 of 255 = 66%
G 158 of 255 = 62%
B 155 of 255 = 61%

168
158
155

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

Portions of RGB colors in percentages

R + G + B =
168 + 158 + 155 = 481 (100%)
R 168 of 481 ~ 34.93%
G 158 of 481 ~ 32.85%
B 155 of 481 ~ 32.22%

%34.93
%32.85
%32.22

CMYK color model

#A89E9B color CMYK value is (0,6,8,34).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 7.74%
  • key color value is 34.12%
CMYK:
(0,6,8,34)
C0M6Y8K34 
(0%,6%,8%,34%)
(0.00/0.06/0.08/0.34)	

CMYK percentages

%0
%5.95
%7.74
%34.12

Codes

Color #A89E9B in popluar color models

A89E9B
RGB168158155
HSL14°6.95%63.33%
HSB/HSV14°7.74%65.88%
CMYK0.00%5.95%7.74%
34.12%

Color #A89E9B in popluar number systems.

HEXA89E9B
Decimal168158155
Binary101010001001111010011011
Octal250236233

Shades and tints

Shades of #A89E9B

#A89E9B
(168,158,155)
#99908D
(153,144,141)
#8A827F
(138,130,127)
#7B7471
(123,116,113)
#6C6663
(108,102,99)
#5D5855
(93,88,85)
#4E4A47
(78,74,71)
#3F3C39
(63,60,57)
#302E2B
(48,46,43)
#21201D
(33,32,29)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #A89E9B

#A89E9B
(168,158,155)
#AFA6A4
(175,166,164)
#B6AEAD
(182,174,173)
#BDB6B6
(189,182,182)
#C4BEBF
(196,190,191)
#CBC6C8
(203,198,200)
#D2CED1
(210,206,209)
#D9D6DA
(217,214,218)
#E0DEE3
(224,222,227)
#E7E6EC
(231,230,236)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89E9B color. Also use rgb(168,158,155) instead hex code.

Text Font Color

.myTextColor { color: #A89E9B; }

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

This text font color is #A89E9B.


Background Color

.myBgColor { background-color: #A89E9B; }

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

This div background color is #A89E9B.


Border color

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

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

This div border color is #A89E9B.


Opacity

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

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

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

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

This text has shadow with #A89E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89E9B on black background.


Color preview on white background

This text has color #A89E9B on white background.



Black color preview on #A89E9B background

This text has black color on #A89E9B background.


White color preview on #A89E9B background

This text has white color on #A89E9B background.