COLOR #896E8E

HEX: #896E8E
RGB: (137,110,142)

Color info

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

RGB color model

#896E8E color RGB value is (137,110,142).

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

RGB channels and saturation

R 137 of 255 = 54%
G 110 of 255 = 43%
B 142 of 255 = 56%

137
110
142

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

Portions of RGB colors in percentages

R + G + B =
137 + 110 + 142 = 389 (100%)
R 137 of 389 ~ 35.22%
G 110 of 389 ~ 28.28%
B 142 of 389 ~ 36.5%

%35.22
%28.28
%36.5

CMYK color model

#896E8E color CMYK value is (4,23,0,44).

  • cyan value is 3.52%
  • magenta value is 22.54%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(4,23,0,44)
C4M23Y0K44 
(4%,23%,0%,44%)
(0.04/0.23/0.00/0.44)	

CMYK percentages

%3.52
%22.54
%0
%44.31

Codes

Color #896E8E in popluar color models

896E8E
RGB137110142
HSL291°12.70%49.41%
HSB/HSV291°22.54%55.69%
CMYK3.52%22.54%0.00%
44.31%

Color #896E8E in popluar number systems.

HEX896E8E
Decimal137110142
Binary10001001110111010001110
Octal211156216

Shades and tints

Shades of #896E8E

#896E8E
(137,110,142)
#7D6482
(125,100,130)
#715A76
(113,90,118)
#65506A
(101,80,106)
#59465E
(89,70,94)
#4D3C52
(77,60,82)
#413246
(65,50,70)
#35283A
(53,40,58)
#291E2E
(41,30,46)
#1D1422
(29,20,34)
#110A16
(17,10,22)
#000000
(0,0,0)

Tints of #896E8E

#896E8E
(137,110,142)
#937B98
(147,123,152)
#9D88A2
(157,136,162)
#A795AC
(167,149,172)
#B1A2B6
(177,162,182)
#BBAFC0
(187,175,192)
#C5BCCA
(197,188,202)
#CFC9D4
(207,201,212)
#D9D6DE
(217,214,222)
#E3E3E8
(227,227,232)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896E8E; }

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

This text font color is #896E8E.


Background Color

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

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

This div background color is #896E8E.


Border color

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

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

This div border color is #896E8E.


Opacity

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

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

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

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

This text has shadow with #896E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896E8E on black background.


Color preview on white background

This text has color #896E8E on white background.



Black color preview on #896E8E background

This text has black color on #896E8E background.


White color preview on #896E8E background

This text has white color on #896E8E background.