COLOR #896E7F

HEX: #896E7F
RGB: (137,110,127)

Color info

#896E7F contains red, green and blue colors in about the same proportion. Web safe color of #896E7F is #996666 (or #966).

RGB color model

#896E7F color RGB value is (137,110,127).

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

RGB channels and saturation

R 137 of 255 = 54%
G 110 of 255 = 43%
B 127 of 255 = 50%

137
110
127

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

Portions of RGB colors in percentages

R + G + B =
137 + 110 + 127 = 374 (100%)
R 137 of 374 ~ 36.63%
G 110 of 374 ~ 29.41%
B 127 of 374 ~ 33.96%

%36.63
%29.41
%33.96

CMYK color model

#896E7F color CMYK value is (0,20,7,46).

  • cyan value is 0.00%
  • magenta value is 19.71%
  • yellow value is 7.30%
  • key color value is 46.27%
CMYK:
(0,20,7,46)
C0M20Y7K46 
(0%,20%,7%,46%)
(0.00/0.20/0.07/0.46)	

CMYK percentages

%0
%19.71
%7.3
%46.27

Codes

Color #896E7F in popluar color models

896E7F
RGB137110127
HSL322°10.93%48.43%
HSB/HSV322°19.71%53.73%
CMYK0.00%19.71%7.30%
46.27%

Color #896E7F in popluar number systems.

HEX896E7F
Decimal137110127
Binary1000100111011101111111
Octal211156177

Shades and tints

Shades of #896E7F

#896E7F
(137,110,127)
#7D6474
(125,100,116)
#715A69
(113,90,105)
#65505E
(101,80,94)
#594653
(89,70,83)
#4D3C48
(77,60,72)
#41323D
(65,50,61)
#352832
(53,40,50)
#291E27
(41,30,39)
#1D141C
(29,20,28)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #896E7F

#896E7F
(137,110,127)
#937B8A
(147,123,138)
#9D8895
(157,136,149)
#A795A0
(167,149,160)
#B1A2AB
(177,162,171)
#BBAFB6
(187,175,182)
#C5BCC1
(197,188,193)
#CFC9CC
(207,201,204)
#D9D6D7
(217,214,215)
#E3E3E2
(227,227,226)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896E7F; }

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

This text font color is #896E7F.


Background Color

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

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

This div background color is #896E7F.


Border color

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

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

This div border color is #896E7F.


Opacity

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

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

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

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

This text has shadow with #896E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896E7F on black background.


Color preview on white background

This text has color #896E7F on white background.



Black color preview on #896E7F background

This text has black color on #896E7F background.


White color preview on #896E7F background

This text has white color on #896E7F background.