COLOR #8A9387

HEX: #8A9387 RGB: (138,147,135)

Color info

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

RGB color model

#8A9387 color RGB value is (138,147,135).

RGB: (138,147,135) (54%, 58%, 53%)

RGB channels and saturation

R 138 of 255 = 54%
G 147 of 255 = 58%
B 135 of 255 = 53%

138
147
135

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

Portions of RGB colors in percentages

R + G + B = 138 + 147 + 135 = 420 (100%)
R 138 of 420 ~ 32.86%
G 147 of 420 ~ 35%
B 135 of 420 ~ 32.14'%

%32.86
%35
%32.14

CMYK color model

#8A9387 color CMYK value is (6,0,8,42).

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 42.35%

CMYK: (6,0,8,42)
C6M0Y8K42 (6%, 0%, 8%, 42%)
(0.06 / 0.00 / 0.08 / 0.42)

CMYK percentages

%6.12
%0
%8.16
%42.35

Codes

Color #8A9387 in popluar color models

8A 93 87
RGB 138 147 135
HSL 105° 5.26% 55.29%
HSB/HSV 105° 8.16% 57.65%
CMYK 6.12% 0.00% 8.16%
42.35%

Color #8A9387 in popluar number systems.

HEX 8A 93 87
Decimal 138 147 135
Binary 10001010 10010011 10000111
Octal 212 223 207

Shades and tints

Shades of #8A9387

#8A9387
(138,147,135)
#7E867B
(126,134,123)
#72796F
(114,121,111)
#666C63
(102,108,99)
#5A5F57
(90,95,87)
#4E524B
(78,82,75)
#42453F
(66,69,63)
#363833
(54,56,51)
#2A2B27
(42,43,39)
#1E1E1B
(30,30,27)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #8A9387

#8A9387
(138,147,135)
#949C91
(148,156,145)
#9EA59B
(158,165,155)
#A8AEA5
(168,174,165)
#B2B7AF
(178,183,175)
#BCC0B9
(188,192,185)
#C6C9C3
(198,201,195)
#D0D2CD
(208,210,205)
#DADBD7
(218,219,215)
#E4E4E1
(228,228,225)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9387; }

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

This text font color is #8A9387.

Background Color

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

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

This div background color is #8A9387.

Border color

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

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

This div border color is #8A9387.

Opacity

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

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

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

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

This text has shadow with #8A9387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9387.

Preview

Color preview on black background

This text has color #8A9387 on black background.


Color preview on white background

This text has color #8A9387 on white background.


Black color preview on #8A9387 background

This text has black color on #8A9387 background.


White color preview on #8A9387 background

This text has white color on #8A9387 background.


Related colors

Complementary color

Complementary color for #hex is #756C78.


I love getcolorcode.com

Triadic colors

1 #878A93 and #93878A with #8A9387 are triadic colors.

2 #87938A and #938A87 with #8A9387 are triadic colors.