COLOR #896B8E

HEX: #896B8E RGB: (137,107,142)

Color info

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

RGB color model

#896B8E color RGB value is (137,107,142).

RGB: (137,107,142) (54%, 42%, 56%)

RGB channels and saturation

R 137 of 255 = 54%
G 107 of 255 = 42%
B 142 of 255 = 56%

137
107
142

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

Portions of RGB colors in percentages

R + G + B = 137 + 107 + 142 = 386 (100%)
R 137 of 386 ~ 35.49%
G 107 of 386 ~ 27.72%
B 142 of 386 ~ 36.79'%

%35.49
%27.72
%36.79

CMYK color model

#896B8E color CMYK value is (4,25,0,44).

  • cyan value is 3.52%
  • magenta value is 24.65%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (4,25,0,44) C4M25Y0K44 (4%,25%,0%,44%) (0.04/0.25/0.00/0.44) 

CMYK percentages

%3.52
%24.65
%0
%44.31

Codes

Color #896B8E in popluar color models

89 6B 8E
RGB 137 107 142
HSL 291° 14.06% 48.82%
HSB/HSV 291° 24.65% 55.69%
CMYK 3.52% 24.65% 0.00%
44.31%

Color #896B8E in popluar number systems.

HEX 89 6B 8E
Decimal 137 107 142
Binary 10001001 1101011 10001110
Octal 211 153 216

Shades and tints

Shades of #896B8E

#896B8E
(137,107,142)
#7D6282
(125,98,130)
#715976
(113,89,118)
#65506A
(101,80,106)
#59475E
(89,71,94)
#4D3E52
(77,62,82)
#413546
(65,53,70)
#352C3A
(53,44,58)
#29232E
(41,35,46)
#1D1A22
(29,26,34)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #896B8E

#896B8E
(137,107,142)
#937898
(147,120,152)
#9D85A2
(157,133,162)
#A792AC
(167,146,172)
#B19FB6
(177,159,182)
#BBACC0
(187,172,192)
#C5B9CA
(197,185,202)
#CFC6D4
(207,198,212)
#D9D3DE
(217,211,222)
#E3E0E8
(227,224,232)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896B8E; }

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

This text font color is #896B8E.

Background Color

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

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

This div background color is #896B8E.

Border color

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

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

This div border color is #896B8E.

Opacity

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

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

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

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

This text has shadow with #896B8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896B8E.

Preview

Color preview on black background

This text has color #896B8E on black background.


Color preview on white background

This text has color #896B8E on white background.


Black color preview on #896B8E background

This text has black color on #896B8E background.


White color preview on #896B8E background

This text has white color on #896B8E background.


Related colors

Complementary color

Complementary color for #hex is #769471.


I love getcolorcode.com

Triadic colors

1 #8E896B and #6B8E89 with #896B8E are triadic colors.

2 #8E6B89 and #6B898E with #896B8E are triadic colors.