COLOR #8A9887

HEX: #8A9887
RGB: (138,152,135)

Color info

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

RGB color model

#8A9887 color RGB value is (138,152,135).

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

RGB channels and saturation

R 138 of 255 = 54%
G 152 of 255 = 60%
B 135 of 255 = 53%

138
152
135

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

Portions of RGB colors in percentages

R + G + B =
138 + 152 + 135 = 425 (100%)
R 138 of 425 ~ 32.47%
G 152 of 425 ~ 35.76%
B 135 of 425 ~ 31.76%

%32.47
%35.76
%31.76

CMYK color model

#8A9887 color CMYK value is (9,0,11,40).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 11.18%
  • key color value is 40.39%
CMYK:
(9,0,11,40)
C9M0Y11K40 
(9%,0%,11%,40%)
(0.09/0.00/0.11/0.40)	

CMYK percentages

%9.21
%0
%11.18
%40.39

Codes

Color #8A9887 in popluar color models

8A9887
RGB138152135
HSL109°7.62%56.27%
HSB/HSV109°11.18%59.61%
CMYK9.21%0.00%11.18%
40.39%

Color #8A9887 in popluar number systems.

HEX8A9887
Decimal138152135
Binary100010101001100010000111
Octal212230207

Shades and tints

Shades of #8A9887

#8A9887
(138,152,135)
#7E8B7B
(126,139,123)
#727E6F
(114,126,111)
#667163
(102,113,99)
#5A6457
(90,100,87)
#4E574B
(78,87,75)
#424A3F
(66,74,63)
#363D33
(54,61,51)
#2A3027
(42,48,39)
#1E231B
(30,35,27)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #8A9887

#8A9887
(138,152,135)
#94A191
(148,161,145)
#9EAA9B
(158,170,155)
#A8B3A5
(168,179,165)
#B2BCAF
(178,188,175)
#BCC5B9
(188,197,185)
#C6CEC3
(198,206,195)
#D0D7CD
(208,215,205)
#DAE0D7
(218,224,215)
#E4E9E1
(228,233,225)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9887; }

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

This text font color is #8A9887.


Background Color

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

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

This div background color is #8A9887.


Border color

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

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

This div border color is #8A9887.


Opacity

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

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

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

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

This text has shadow with #8A9887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9887 on black background.


Color preview on white background

This text has color #8A9887 on white background.



Black color preview on #8A9887 background

This text has black color on #8A9887 background.


White color preview on #8A9887 background

This text has white color on #8A9887 background.