COLOR #8A9989

HEX: #8A9989
RGB: (138,153,137)

Color info

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

RGB color model

#8A9989 color RGB value is (138,153,137).

  • red value is 138;
  • green value is 153;
  • blue value is 137.
RGB:
(138,153,137)
(54%,60%,54%)

RGB channels and saturation

R 138 of 255 = 54%
G 153 of 255 = 60%
B 137 of 255 = 54%

138
153
137

R + G + B ~ 56%. #8A9989 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 153 + 137 = 428 (100%)
R 138 of 428 ~ 32.24%
G 153 of 428 ~ 35.75%
B 137 of 428 ~ 32.01%

%32.24
%35.75
%32.01

CMYK color model

#8A9989 color CMYK value is (10,0,10,40).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 40.00%
CMYK:
(10,0,10,40)
C10M0Y10K40 
(10%,0%,10%,40%)
(0.10/0.00/0.10/0.40)	

CMYK percentages

%9.8
%0
%10.46
%40

Codes

Color #8A9989 in popluar color models

8A9989
RGB138153137
HSL116°7.27%56.86%
HSB/HSV116°10.46%60.00%
CMYK9.80%0.00%10.46%
40.00%

Color #8A9989 in popluar number systems.

HEX8A9989
Decimal138153137
Binary100010101001100110001001
Octal212231211

Shades and tints

Shades of #8A9989

#8A9989
(138,153,137)
#7E8C7D
(126,140,125)
#727F71
(114,127,113)
#667265
(102,114,101)
#5A6559
(90,101,89)
#4E584D
(78,88,77)
#424B41
(66,75,65)
#363E35
(54,62,53)
#2A3129
(42,49,41)
#1E241D
(30,36,29)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #8A9989

#8A9989
(138,153,137)
#94A293
(148,162,147)
#9EAB9D
(158,171,157)
#A8B4A7
(168,180,167)
#B2BDB1
(178,189,177)
#BCC6BB
(188,198,187)
#C6CFC5
(198,207,197)
#D0D8CF
(208,216,207)
#DAE1D9
(218,225,217)
#E4EAE3
(228,234,227)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9989 color. Also use rgb(138,153,137) instead hex code.

Text Font Color

.myTextColor { color: #8A9989; }

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

This text font color is #8A9989.


Background Color

.myBgColor { background-color: #8A9989; }

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

This div background color is #8A9989.


Border color

.myBorderColor { border: 1px solid #8A9989; }

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

This div border color is #8A9989.


Opacity

.myOpacity80 { color: #8A9989; opacity: 0.8; }

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

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

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

This text has shadow with #8A9989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9989 on black background.


Color preview on white background

This text has color #8A9989 on white background.



Black color preview on #8A9989 background

This text has black color on #8A9989 background.


White color preview on #8A9989 background

This text has white color on #8A9989 background.