COLOR #897C84

HEX: #897C84 RGB: (137,124,132)

Color info

#897C84 contains red, green and blue colors in about the same proportion. Web safe color of #897C84 is #996699 (or #969).

RGB color model

#897C84 color RGB value is (137,124,132).

RGB: (137,124,132) (54%, 49%, 52%)

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 132 of 255 = 52%

137
124
132

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

Portions of RGB colors in percentages

R + G + B = 137 + 124 + 132 = 393 (100%)
R 137 of 393 ~ 34.86%
G 124 of 393 ~ 31.55%
B 132 of 393 ~ 33.59'%

%34.86
%31.55
%33.59

CMYK color model

#897C84 color CMYK value is (0,9,4,46).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 3.65%
  • key color value is 46.27%
CMYK: (0,9,4,46) C0M9Y4K46 (0%,9%,4%,46%) (0.00/0.09/0.04/0.46) 

CMYK percentages

%0
%9.49
%3.65
%46.27

Codes

Color #897C84 in popluar color models

89 7C 84
RGB 137 124 132
HSL 323° 5.22% 51.18%
HSB/HSV 323° 9.49% 53.73%
CMYK 0.00% 9.49% 3.65%
46.27%

Color #897C84 in popluar number systems.

HEX 89 7C 84
Decimal 137 124 132
Binary 10001001 1111100 10000100
Octal 211 174 204

Shades and tints

Shades of #897C84

#897C84
(137,124,132)
#7D7178
(125,113,120)
#71666C
(113,102,108)
#655B60
(101,91,96)
#595054
(89,80,84)
#4D4548
(77,69,72)
#413A3C
(65,58,60)
#352F30
(53,47,48)
#292424
(41,36,36)
#1D1918
(29,25,24)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #897C84

#897C84
(137,124,132)
#93878F
(147,135,143)
#9D929A
(157,146,154)
#A79DA5
(167,157,165)
#B1A8B0
(177,168,176)
#BBB3BB
(187,179,187)
#C5BEC6
(197,190,198)
#CFC9D1
(207,201,209)
#D9D4DC
(217,212,220)
#E3DFE7
(227,223,231)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897C84 color. Also use rgb(137,124,132) instead hex code.

Text Font Color

.myTextColor { color: #897C84; }

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

This text font color is #897C84.

Background Color

.myBgColor { background-color: #897C84; }

<div style="background-color:#897C84">Inner text</div>

This div background color is #897C84.

Border color

.myBorderColor { border: 1px solid #897C84; }

<div style="border:3px solid #897C84">Div</div>

This div border color is #897C84.

Opacity

.myOpacity80 { color: #897C84; opacity: 0.8; }

<p style="color:#897C84;opacity:0.8;">80%</p>

Text with #897C84 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 #897C84;}

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

This text has shadow with #897C84 color.


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

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

This text has shadow with #897C84 primary color and red secondary color.


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

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

This text has shadow with #897C84 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #897C84.

Preview

Color preview on black background

This text has color #897C84 on black background.


Color preview on white background

This text has color #897C84 on white background.


Black color preview on #897C84 background

This text has black color on #897C84 background.


White color preview on #897C84 background

This text has white color on #897C84 background.


Related colors

Complementary color

Complementary color for #hex is #76837B.


I love getcolorcode.com

Triadic colors

1 #84897C and #7C8489 with #897C84 are triadic colors.

2 #847C89 and #7C8984 with #897C84 are triadic colors.