COLOR #896E83

HEX: #896E83
RGB: (137,110,131)

Color info

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

RGB color model

#896E83 color RGB value is (137,110,131).

  • red value is 137;
  • green value is 110;
  • blue value is 131.
RGB:
(137,110,131)
(54%,43%,51%)

RGB channels and saturation

R 137 of 255 = 54%
G 110 of 255 = 43%
B 131 of 255 = 51%

137
110
131

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

Portions of RGB colors in percentages

R + G + B =
137 + 110 + 131 = 378 (100%)
R 137 of 378 ~ 36.24%
G 110 of 378 ~ 29.1%
B 131 of 378 ~ 34.66%

%36.24
%29.1
%34.66

CMYK color model

#896E83 color CMYK value is (0,20,4,46).

  • cyan value is 0.00%
  • magenta value is 19.71%
  • yellow value is 4.38%
  • key color value is 46.27%
CMYK:
(0,20,4,46)
C0M20Y4K46 
(0%,20%,4%,46%)
(0.00/0.20/0.04/0.46)	

CMYK percentages

%0
%19.71
%4.38
%46.27

Codes

Color #896E83 in popluar color models

896E83
RGB137110131
HSL313°10.93%48.43%
HSB/HSV313°19.71%53.73%
CMYK0.00%19.71%4.38%
46.27%

Color #896E83 in popluar number systems.

HEX896E83
Decimal137110131
Binary10001001110111010000011
Octal211156203

Shades and tints

Shades of #896E83

#896E83
(137,110,131)
#7D6478
(125,100,120)
#715A6D
(113,90,109)
#655062
(101,80,98)
#594657
(89,70,87)
#4D3C4C
(77,60,76)
#413241
(65,50,65)
#352836
(53,40,54)
#291E2B
(41,30,43)
#1D1420
(29,20,32)
#110A15
(17,10,21)
#000000
(0,0,0)

Tints of #896E83

#896E83
(137,110,131)
#937B8E
(147,123,142)
#9D8899
(157,136,153)
#A795A4
(167,149,164)
#B1A2AF
(177,162,175)
#BBAFBA
(187,175,186)
#C5BCC5
(197,188,197)
#CFC9D0
(207,201,208)
#D9D6DB
(217,214,219)
#E3E3E6
(227,227,230)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896E83 color. Also use rgb(137,110,131) instead hex code.

Text Font Color

.myTextColor { color: #896E83; }

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

This text font color is #896E83.


Background Color

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

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

This div background color is #896E83.


Border color

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

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

This div border color is #896E83.


Opacity

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

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

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

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

This text has shadow with #896E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896E83 on black background.


Color preview on white background

This text has color #896E83 on white background.



Black color preview on #896E83 background

This text has black color on #896E83 background.


White color preview on #896E83 background

This text has white color on #896E83 background.