COLOR #896E7E

HEX: #896E7E RGB: (137,110,126)

Color info

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

RGB color model

#896E7E color RGB value is (137,110,126).

RGB: (137,110,126) (54%, 43%, 49%)

RGB channels and saturation

R 137 of 255 = 54%
G 110 of 255 = 43%
B 126 of 255 = 49%

137
110
126

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

Portions of RGB colors in percentages

R + G + B = 137 + 110 + 126 = 373 (100%)
R 137 of 373 ~ 36.73%
G 110 of 373 ~ 29.49%
B 126 of 373 ~ 33.78'%

%36.73
%29.49
%33.78

CMYK color model

#896E7E color CMYK value is (0,20,8,46).

  • cyan value is 0.00%
  • magenta value is 19.71%
  • yellow value is 8.03%
  • key color value is 46.27%

CMYK: (0,20,8,46)
C0M20Y8K46 (0%, 20%, 8%, 46%)
(0.00 / 0.20 / 0.08 / 0.46)

CMYK percentages

%0
%19.71
%8.03
%46.27

Codes

Color #896E7E in popluar color models

89 6E 7E
RGB 137 110 126
HSL 324° 10.93% 48.43%
HSB/HSV 324° 19.71% 53.73%
CMYK 0.00% 19.71% 8.03%
46.27%

Color #896E7E in popluar number systems.

HEX 89 6E 7E
Decimal 137 110 126
Binary 10001001 1101110 1111110
Octal 211 156 176

Shades and tints

Shades of #896E7E

#896E7E
(137,110,126)
#7D6473
(125,100,115)
#715A68
(113,90,104)
#65505D
(101,80,93)
#594652
(89,70,82)
#4D3C47
(77,60,71)
#41323C
(65,50,60)
#352831
(53,40,49)
#291E26
(41,30,38)
#1D141B
(29,20,27)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #896E7E

#896E7E
(137,110,126)
#937B89
(147,123,137)
#9D8894
(157,136,148)
#A7959F
(167,149,159)
#B1A2AA
(177,162,170)
#BBAFB5
(187,175,181)
#C5BCC0
(197,188,192)
#CFC9CB
(207,201,203)
#D9D6D6
(217,214,214)
#E3E3E1
(227,227,225)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896E7E; }

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

This text font color is #896E7E.

Background Color

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

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

This div background color is #896E7E.

Border color

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

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

This div border color is #896E7E.

Opacity

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

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

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

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

This text has shadow with #896E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896E7E.

Preview

Color preview on black background

This text has color #896E7E on black background.


Color preview on white background

This text has color #896E7E on white background.


Black color preview on #896E7E background

This text has black color on #896E7E background.


White color preview on #896E7E background

This text has white color on #896E7E background.


Related colors

Complementary color

Complementary color for #hex is #769181.


I love getcolorcode.com

Triadic colors

1 #7E896E and #6E7E89 with #896E7E are triadic colors.

2 #7E6E89 and #6E897E with #896E7E are triadic colors.