COLOR #896E81

HEX: #896E81
RGB: (137,110,129)

Color info

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

RGB color model

#896E81 color RGB value is (137,110,129).

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

RGB channels and saturation

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

137
110
129

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

Portions of RGB colors in percentages

R + G + B =
137 + 110 + 129 = 376 (100%)
R 137 of 376 ~ 36.44%
G 110 of 376 ~ 29.26%
B 129 of 376 ~ 34.31%

%36.44
%29.26
%34.31

CMYK color model

#896E81 color CMYK value is (0,20,6,46).

  • cyan value is 0.00%
  • magenta value is 19.71%
  • yellow value is 5.84%
  • key color value is 46.27%
CMYK:
(0,20,6,46)
C0M20Y6K46 
(0%,20%,6%,46%)
(0.00/0.20/0.06/0.46)	

CMYK percentages

%0
%19.71
%5.84
%46.27

Codes

Color #896E81 in popluar color models

896E81
RGB137110129
HSL318°10.93%48.43%
HSB/HSV318°19.71%53.73%
CMYK0.00%19.71%5.84%
46.27%

Color #896E81 in popluar number systems.

HEX896E81
Decimal137110129
Binary10001001110111010000001
Octal211156201

Shades and tints

Shades of #896E81

#896E81
(137,110,129)
#7D6476
(125,100,118)
#715A6B
(113,90,107)
#655060
(101,80,96)
#594655
(89,70,85)
#4D3C4A
(77,60,74)
#41323F
(65,50,63)
#352834
(53,40,52)
#291E29
(41,30,41)
#1D141E
(29,20,30)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #896E81

#896E81
(137,110,129)
#937B8C
(147,123,140)
#9D8897
(157,136,151)
#A795A2
(167,149,162)
#B1A2AD
(177,162,173)
#BBAFB8
(187,175,184)
#C5BCC3
(197,188,195)
#CFC9CE
(207,201,206)
#D9D6D9
(217,214,217)
#E3E3E4
(227,227,228)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896E81; }

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

This text font color is #896E81.


Background Color

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

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

This div background color is #896E81.


Border color

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

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

This div border color is #896E81.


Opacity

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

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

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

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

This text has shadow with #896E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896E81 on black background.


Color preview on white background

This text has color #896E81 on white background.



Black color preview on #896E81 background

This text has black color on #896E81 background.


White color preview on #896E81 background

This text has white color on #896E81 background.