COLOR #8A9686

HEX: #8A9686 RGB: (138,150,134)

Color info

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

RGB color model

#8A9686 color RGB value is (138,150,134).

RGB: (138,150,134) (54%, 59%, 53%)

RGB channels and saturation

R 138 of 255 = 54%
G 150 of 255 = 59%
B 134 of 255 = 53%

138
150
134

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

Portions of RGB colors in percentages

R + G + B = 138 + 150 + 134 = 422 (100%)
R 138 of 422 ~ 32.7%
G 150 of 422 ~ 35.55%
B 134 of 422 ~ 31.75'%

%32.7
%35.55
%31.75

CMYK color model

#8A9686 color CMYK value is (8,0,11,41).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 41.18%

CMYK: (8,0,11,41)
C8M0Y11K41 (8%, 0%, 11%, 41%)
(0.08 / 0.00 / 0.11 / 0.41)

CMYK percentages

%8
%0
%10.67
%41.18

Codes

Color #8A9686 in popluar color models

8A 96 86
RGB 138 150 134
HSL 105° 7.08% 55.69%
HSB/HSV 105° 10.67% 58.82%
CMYK 8.00% 0.00% 10.67%
41.18%

Color #8A9686 in popluar number systems.

HEX 8A 96 86
Decimal 138 150 134
Binary 10001010 10010110 10000110
Octal 212 226 206

Shades and tints

Shades of #8A9686

#8A9686
(138,150,134)
#7E897A
(126,137,122)
#727C6E
(114,124,110)
#666F62
(102,111,98)
#5A6256
(90,98,86)
#4E554A
(78,85,74)
#42483E
(66,72,62)
#363B32
(54,59,50)
#2A2E26
(42,46,38)
#1E211A
(30,33,26)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #8A9686

#8A9686
(138,150,134)
#949F91
(148,159,145)
#9EA89C
(158,168,156)
#A8B1A7
(168,177,167)
#B2BAB2
(178,186,178)
#BCC3BD
(188,195,189)
#C6CCC8
(198,204,200)
#D0D5D3
(208,213,211)
#DADEDE
(218,222,222)
#E4E7E9
(228,231,233)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9686 color. Also use rgb(138,150,134) instead hex code.

Text Font Color

.myTextColor { color: #8A9686; }

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

This text font color is #8A9686.

Background Color

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

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

This div background color is #8A9686.

Border color

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

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

This div border color is #8A9686.

Opacity

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

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

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

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

This text has shadow with #8A9686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9686.

Preview

Color preview on black background

This text has color #8A9686 on black background.


Color preview on white background

This text has color #8A9686 on white background.


Black color preview on #8A9686 background

This text has black color on #8A9686 background.


White color preview on #8A9686 background

This text has white color on #8A9686 background.


Related colors

Complementary color

Complementary color for #hex is #756979.


I love getcolorcode.com

Triadic colors

1 #868A96 and #96868A with #8A9686 are triadic colors.

2 #86968A and #968A86 with #8A9686 are triadic colors.