COLOR #8A897C

HEX: #8A897C RGB: (138,137,124)

Color info

#8A897C contains red, green and blue colors in about the same proportion. Web safe color of #8A897C is #999966 (or #996).

RGB color model

#8A897C color RGB value is (138,137,124).

RGB: (138,137,124) (54%, 54%, 49%)

RGB channels and saturation

R 138 of 255 = 54%
G 137 of 255 = 54%
B 124 of 255 = 49%

138
137
124

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

Portions of RGB colors in percentages

R + G + B = 138 + 137 + 124 = 399 (100%)
R 138 of 399 ~ 34.59%
G 137 of 399 ~ 34.34%
B 124 of 399 ~ 31.08'%

%34.59
%34.34
%31.08

CMYK color model

#8A897C color CMYK value is (0,1,10,46).

  • cyan value is 0.00%
  • magenta value is 0.72%
  • yellow value is 10.14%
  • key color value is 45.88%
CMYK: (0,1,10,46) C0M1Y10K46 (0%,1%,10%,46%) (0.00/0.01/0.10/0.46) 

CMYK percentages

%0
%0.72
%10.14
%45.88

Codes

Color #8A897C in popluar color models

8A 89 7C
RGB 138 137 124
HSL 56° 5.65% 51.37%
HSB/HSV 56° 10.14% 54.12%
CMYK 0.00% 0.72% 10.14%
45.88%

Color #8A897C in popluar number systems.

HEX 8A 89 7C
Decimal 138 137 124
Binary 10001010 10001001 1111100
Octal 212 211 174

Shades and tints

Shades of #8A897C

#8A897C
(138,137,124)
#7E7D71
(126,125,113)
#727166
(114,113,102)
#66655B
(102,101,91)
#5A5950
(90,89,80)
#4E4D45
(78,77,69)
#42413A
(66,65,58)
#36352F
(54,53,47)
#2A2924
(42,41,36)
#1E1D19
(30,29,25)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #8A897C

#8A897C
(138,137,124)
#949387
(148,147,135)
#9E9D92
(158,157,146)
#A8A79D
(168,167,157)
#B2B1A8
(178,177,168)
#BCBBB3
(188,187,179)
#C6C5BE
(198,197,190)
#D0CFC9
(208,207,201)
#DAD9D4
(218,217,212)
#E4E3DF
(228,227,223)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A897C; }

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

This text font color is #8A897C.

Background Color

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

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

This div background color is #8A897C.

Border color

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

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

This div border color is #8A897C.

Opacity

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

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

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

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

This text has shadow with #8A897C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A897C.

Preview

Color preview on black background

This text has color #8A897C on black background.


Color preview on white background

This text has color #8A897C on white background.


Black color preview on #8A897C background

This text has black color on #8A897C background.


White color preview on #8A897C background

This text has white color on #8A897C background.


Related colors

Complementary color

Complementary color for #hex is #757683.


I love getcolorcode.com

Triadic colors

1 #7C8A89 and #897C8A with #8A897C are triadic colors.

2 #7C898A and #898A7C with #8A897C are triadic colors.