COLOR #A89B9E

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

Color info

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

RGB color model

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

RGB: (168,155,158) (66%, 61%, 62%)

RGB channels and saturation

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

168
155
158

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

Portions of RGB colors in percentages

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

%34.93
%32.22
%32.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.74%
  • yellow value is 5.95%
  • key color value is 34.12%

CMYK: (0,8,6,34)
C0M8Y6K34 (0%, 8%, 6%, 34%)
(0.00 / 0.08 / 0.06 / 0.34)

CMYK percentages

%0
%7.74
%5.95
%34.12

Codes

Color #A89B9E in popluar color models

A8 9B 9E
RGB 168 155 158
HSL 346° 6.95% 63.33%
HSB/HSV 346° 7.74% 65.88%
CMYK 0.00% 7.74% 5.95%
34.12%

Color #A89B9E in popluar number systems.

HEX A8 9B 9E
Decimal 168 155 158
Binary 10101000 10011011 10011110
Octal 250 233 236

Shades and tints

Shades of #A89B9E

#A89B9E
(168,155,158)
#998D90
(153,141,144)
#8A7F82
(138,127,130)
#7B7174
(123,113,116)
#6C6366
(108,99,102)
#5D5558
(93,85,88)
#4E474A
(78,71,74)
#3F393C
(63,57,60)
#302B2E
(48,43,46)
#211D20
(33,29,32)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #A89B9E

#A89B9E
(168,155,158)
#AFA4A6
(175,164,166)
#B6ADAE
(182,173,174)
#BDB6B6
(189,182,182)
#C4BFBE
(196,191,190)
#CBC8C6
(203,200,198)
#D2D1CE
(210,209,206)
#D9DAD6
(217,218,214)
#E0E3DE
(224,227,222)
#E7ECE6
(231,236,230)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89B9E; }

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

This text font color is #A89B9E.

Background Color

.myBgColor { background-color: #A89B9E; }

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

This div background color is #A89B9E.

Border color

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

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

This div border color is #A89B9E.

Opacity

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

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

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

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

This text has shadow with #A89B9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89B9E.

Preview

Color preview on black background

This text has color #A89B9E on black background.


Color preview on white background

This text has color #A89B9E on white background.


Black color preview on #A89B9E background

This text has black color on #A89B9E background.


White color preview on #A89B9E background

This text has white color on #A89B9E background.


Related colors

Complementary color

Complementary color for #hex is #576461.


I love getcolorcode.com

Triadic colors

1 #9EA89B and #9B9EA8 with #A89B9E are triadic colors.

2 #9E9BA8 and #9BA89E with #A89B9E are triadic colors.