COLOR #896F84

HEX: #896F84 RGB: (137,111,132)

Color info

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

RGB color model

#896F84 color RGB value is (137,111,132).

RGB: (137,111,132) (54%, 44%, 52%)

RGB channels and saturation

R 137 of 255 = 54%
G 111 of 255 = 44%
B 132 of 255 = 52%

137
111
132

R + G + B ~ 50%. #896F84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 111 + 132 = 380 (100%)
R 137 of 380 ~ 36.05%
G 111 of 380 ~ 29.21%
B 132 of 380 ~ 34.74'%

%36.05
%29.21
%34.74

CMYK color model

#896F84 color CMYK value is (0,19,4,46).

  • cyan value is 0.00%
  • magenta value is 18.98%
  • yellow value is 3.65%
  • key color value is 46.27%

CMYK: (0,19,4,46)
C0M19Y4K46 (0%, 19%, 4%, 46%)
(0.00 / 0.19 / 0.04 / 0.46)

CMYK percentages

%0
%18.98
%3.65
%46.27

Codes

Color #896F84 in popluar color models

89 6F 84
RGB 137 111 132
HSL 312° 10.48% 48.63%
HSB/HSV 312° 18.98% 53.73%
CMYK 0.00% 18.98% 3.65%
46.27%

Color #896F84 in popluar number systems.

HEX 89 6F 84
Decimal 137 111 132
Binary 10001001 1101111 10000100
Octal 211 157 204

Shades and tints

Shades of #896F84

#896F84
(137,111,132)
#7D6578
(125,101,120)
#715B6C
(113,91,108)
#655160
(101,81,96)
#594754
(89,71,84)
#4D3D48
(77,61,72)
#41333C
(65,51,60)
#352930
(53,41,48)
#291F24
(41,31,36)
#1D1518
(29,21,24)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #896F84

#896F84
(137,111,132)
#937C8F
(147,124,143)
#9D899A
(157,137,154)
#A796A5
(167,150,165)
#B1A3B0
(177,163,176)
#BBB0BB
(187,176,187)
#C5BDC6
(197,189,198)
#CFCAD1
(207,202,209)
#D9D7DC
(217,215,220)
#E3E4E7
(227,228,231)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896F84 color. Also use rgb(137,111,132) instead hex code.

Text Font Color

.myTextColor { color: #896F84; }

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

This text font color is #896F84.

Background Color

.myBgColor { background-color: #896F84; }

<div style="background-color:#896F84">Inner text</div>

This div background color is #896F84.

Border color

.myBorderColor { border: 1px solid #896F84; }

<div style="border:3px solid #896F84">Div</div>

This div border color is #896F84.

Opacity

.myOpacity80 { color: #896F84; opacity: 0.8; }

<p style="color:#896F84;opacity:0.8;">80%</p>

Text with #896F84 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 #896F84;}

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

This text has shadow with #896F84 color.


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

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

This text has shadow with #896F84 primary color and red secondary color.


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

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

This text has shadow with #896F84 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #896F84.

Preview

Color preview on black background

This text has color #896F84 on black background.


Color preview on white background

This text has color #896F84 on white background.


Black color preview on #896F84 background

This text has black color on #896F84 background.


White color preview on #896F84 background

This text has white color on #896F84 background.


Related colors

Complementary color

Complementary color for #hex is #76907B.


I love getcolorcode.com

Triadic colors

1 #84896F and #6F8489 with #896F84 are triadic colors.

2 #846F89 and #6F8984 with #896F84 are triadic colors.