COLOR #8A9889

HEX: #8A9889
RGB: (138,152,137)

Color info

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

RGB color model

#8A9889 color RGB value is (138,152,137).

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

RGB channels and saturation

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

138
152
137

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

Portions of RGB colors in percentages

R + G + B =
138 + 152 + 137 = 427 (100%)
R 138 of 427 ~ 32.32%
G 152 of 427 ~ 35.6%
B 137 of 427 ~ 32.08%

%32.32
%35.6
%32.08

CMYK color model

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

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 40.39%
CMYK:
(9,0,10,40)
C9M0Y10K40 
(9%,0%,10%,40%)
(0.09/0.00/0.10/0.40)	

CMYK percentages

%9.21
%0
%9.87
%40.39

Codes

Color #8A9889 in popluar color models

8A9889
RGB138152137
HSL116°6.79%56.67%
HSB/HSV116°9.87%59.61%
CMYK9.21%0.00%9.87%
40.39%

Color #8A9889 in popluar number systems.

HEX8A9889
Decimal138152137
Binary100010101001100010001001
Octal212230211

Shades and tints

Shades of #8A9889

#8A9889
(138,152,137)
#7E8B7D
(126,139,125)
#727E71
(114,126,113)
#667165
(102,113,101)
#5A6459
(90,100,89)
#4E574D
(78,87,77)
#424A41
(66,74,65)
#363D35
(54,61,53)
#2A3029
(42,48,41)
#1E231D
(30,35,29)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #8A9889

#8A9889
(138,152,137)
#94A193
(148,161,147)
#9EAA9D
(158,170,157)
#A8B3A7
(168,179,167)
#B2BCB1
(178,188,177)
#BCC5BB
(188,197,187)
#C6CEC5
(198,206,197)
#D0D7CF
(208,215,207)
#DAE0D9
(218,224,217)
#E4E9E3
(228,233,227)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9889; }

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

This text font color is #8A9889.


Background Color

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

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

This div background color is #8A9889.


Border color

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

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

This div border color is #8A9889.


Opacity

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

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

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

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

This text has shadow with #8A9889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9889 on black background.


Color preview on white background

This text has color #8A9889 on white background.



Black color preview on #8A9889 background

This text has black color on #8A9889 background.


White color preview on #8A9889 background

This text has white color on #8A9889 background.