COLOR #8A899C

HEX: #8A899C RGB: (138,137,156)

Color info

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

RGB color model

#8A899C color RGB value is (138,137,156).

RGB: (138,137,156) (54%, 54%, 61%)

RGB channels and saturation

R 138 of 255 = 54%
G 137 of 255 = 54%
B 156 of 255 = 61%

138
137
156

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

Portions of RGB colors in percentages

R + G + B = 138 + 137 + 156 = 431 (100%)
R 138 of 431 ~ 32.02%
G 137 of 431 ~ 31.79%
B 156 of 431 ~ 36.19'%

%32.02
%31.79
%36.19

CMYK color model

#8A899C color CMYK value is (12,12,0,39).

  • cyan value is 11.54%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (12,12,0,39) C12M12Y0K39 (12%,12%,0%,39%) (0.12/0.12/0.00/0.39) 

CMYK percentages

%11.54
%12.18
%0
%38.82

Codes

Color #8A899C in popluar color models

8A 89 9C
RGB 138 137 156
HSL 243° 8.76% 57.45%
HSB/HSV 243° 12.18% 61.18%
CMYK 11.54% 12.18% 0.00%
38.82%

Color #8A899C in popluar number systems.

HEX 8A 89 9C
Decimal 138 137 156
Binary 10001010 10001001 10011100
Octal 212 211 234

Shades and tints

Shades of #8A899C

#8A899C
(138,137,156)
#7E7D8E
(126,125,142)
#727180
(114,113,128)
#666572
(102,101,114)
#5A5964
(90,89,100)
#4E4D56
(78,77,86)
#424148
(66,65,72)
#36353A
(54,53,58)
#2A292C
(42,41,44)
#1E1D1E
(30,29,30)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #8A899C

#8A899C
(138,137,156)
#9493A5
(148,147,165)
#9E9DAE
(158,157,174)
#A8A7B7
(168,167,183)
#B2B1C0
(178,177,192)
#BCBBC9
(188,187,201)
#C6C5D2
(198,197,210)
#D0CFDB
(208,207,219)
#DAD9E4
(218,217,228)
#E4E3ED
(228,227,237)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A899C; }

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

This text font color is #8A899C.

Background Color

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

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

This div background color is #8A899C.

Border color

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

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

This div border color is #8A899C.

Opacity

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

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

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

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

This text has shadow with #8A899C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A899C.

Preview

Color preview on black background

This text has color #8A899C on black background.


Color preview on white background

This text has color #8A899C on white background.


Black color preview on #8A899C background

This text has black color on #8A899C background.


White color preview on #8A899C background

This text has white color on #8A899C background.


Related colors

Complementary color

Complementary color for #hex is #757663.


I love getcolorcode.com

Triadic colors

1 #9C8A89 and #899C8A with #8A899C are triadic colors.

2 #9C898A and #898A9C with #8A899C are triadic colors.