COLOR #896B82

HEX: #896B82
RGB: (137,107,130)

Color info

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

RGB color model

#896B82 color RGB value is (137,107,130).

  • red value is 137;
  • green value is 107;
  • blue value is 130.
RGB:
(137,107,130)
(54%,42%,51%)

RGB channels and saturation

R 137 of 255 = 54%
G 107 of 255 = 42%
B 130 of 255 = 51%

137
107
130

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

Portions of RGB colors in percentages

R + G + B =
137 + 107 + 130 = 374 (100%)
R 137 of 374 ~ 36.63%
G 107 of 374 ~ 28.61%
B 130 of 374 ~ 34.76%

%36.63
%28.61
%34.76

CMYK color model

#896B82 color CMYK value is (0,22,5,46).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 5.11%
  • key color value is 46.27%
CMYK:
(0,22,5,46)
C0M22Y5K46 
(0%,22%,5%,46%)
(0.00/0.22/0.05/0.46)	

CMYK percentages

%0
%21.9
%5.11
%46.27

Codes

Color #896B82 in popluar color models

896B82
RGB137107130
HSL314°12.30%47.84%
HSB/HSV314°21.90%53.73%
CMYK0.00%21.90%5.11%
46.27%

Color #896B82 in popluar number systems.

HEX896B82
Decimal137107130
Binary10001001110101110000010
Octal211153202

Shades and tints

Shades of #896B82

#896B82
(137,107,130)
#7D6277
(125,98,119)
#71596C
(113,89,108)
#655061
(101,80,97)
#594756
(89,71,86)
#4D3E4B
(77,62,75)
#413540
(65,53,64)
#352C35
(53,44,53)
#29232A
(41,35,42)
#1D1A1F
(29,26,31)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #896B82

#896B82
(137,107,130)
#93788D
(147,120,141)
#9D8598
(157,133,152)
#A792A3
(167,146,163)
#B19FAE
(177,159,174)
#BBACB9
(187,172,185)
#C5B9C4
(197,185,196)
#CFC6CF
(207,198,207)
#D9D3DA
(217,211,218)
#E3E0E5
(227,224,229)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896B82 color. Also use rgb(137,107,130) instead hex code.

Text Font Color

.myTextColor { color: #896B82; }

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

This text font color is #896B82.


Background Color

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

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

This div background color is #896B82.


Border color

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

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

This div border color is #896B82.


Opacity

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

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

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

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

This text has shadow with #896B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896B82 on black background.


Color preview on white background

This text has color #896B82 on white background.



Black color preview on #896B82 background

This text has black color on #896B82 background.


White color preview on #896B82 background

This text has white color on #896B82 background.