COLOR #896C85

HEX: #896C85
RGB: (137,108,133)

Color info

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

RGB color model

#896C85 color RGB value is (137,108,133).

  • red value is 137;
  • green value is 108;
  • blue value is 133.
RGB:
(137,108,133)
(54%,42%,52%)

RGB channels and saturation

R 137 of 255 = 54%
G 108 of 255 = 42%
B 133 of 255 = 52%

137
108
133

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

Portions of RGB colors in percentages

R + G + B =
137 + 108 + 133 = 378 (100%)
R 137 of 378 ~ 36.24%
G 108 of 378 ~ 28.57%
B 133 of 378 ~ 35.19%

%36.24
%28.57
%35.19

CMYK color model

#896C85 color CMYK value is (0,21,3,46).

  • cyan value is 0.00%
  • magenta value is 21.17%
  • yellow value is 2.92%
  • key color value is 46.27%
CMYK:
(0,21,3,46)
C0M21Y3K46 
(0%,21%,3%,46%)
(0.00/0.21/0.03/0.46)	

CMYK percentages

%0
%21.17
%2.92
%46.27

Codes

Color #896C85 in popluar color models

896C85
RGB137108133
HSL308°11.84%48.04%
HSB/HSV308°21.17%53.73%
CMYK0.00%21.17%2.92%
46.27%

Color #896C85 in popluar number systems.

HEX896C85
Decimal137108133
Binary10001001110110010000101
Octal211154205

Shades and tints

Shades of #896C85

#896C85
(137,108,133)
#7D6379
(125,99,121)
#715A6D
(113,90,109)
#655161
(101,81,97)
#594855
(89,72,85)
#4D3F49
(77,63,73)
#41363D
(65,54,61)
#352D31
(53,45,49)
#292425
(41,36,37)
#1D1B19
(29,27,25)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #896C85

#896C85
(137,108,133)
#937990
(147,121,144)
#9D869B
(157,134,155)
#A793A6
(167,147,166)
#B1A0B1
(177,160,177)
#BBADBC
(187,173,188)
#C5BAC7
(197,186,199)
#CFC7D2
(207,199,210)
#D9D4DD
(217,212,221)
#E3E1E8
(227,225,232)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896C85 color. Also use rgb(137,108,133) instead hex code.

Text Font Color

.myTextColor { color: #896C85; }

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

This text font color is #896C85.


Background Color

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

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

This div background color is #896C85.


Border color

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

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

This div border color is #896C85.


Opacity

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

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

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

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

This text has shadow with #896C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896C85 on black background.


Color preview on white background

This text has color #896C85 on white background.



Black color preview on #896C85 background

This text has black color on #896C85 background.


White color preview on #896C85 background

This text has white color on #896C85 background.