COLOR #889681

HEX: #889681
RGB: (136,150,129)

Color info

#889681 contains red, green and blue colors in about the same proportion. Web safe color of #889681 is #999999 (or #999).

RGB color model

#889681 color RGB value is (136,150,129).

  • red value is 136;
  • green value is 150;
  • blue value is 129.
RGB:
(136,150,129)
(53%,59%,51%)

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 129 of 255 = 51%

136
150
129

R + G + B ~ 54%. #889681 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 150 + 129 = 415 (100%)
R 136 of 415 ~ 32.77%
G 150 of 415 ~ 36.14%
B 129 of 415 ~ 31.08%

%32.77
%36.14
%31.08

CMYK color model

#889681 color CMYK value is (9,0,14,41).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • key color value is 41.18%
CMYK:
(9,0,14,41)
C9M0Y14K41 
(9%,0%,14%,41%)
(0.09/0.00/0.14/0.41)	

CMYK percentages

%9.33
%0
%14
%41.18

Codes

Color #889681 in popluar color models

889681
RGB136150129
HSL100°9.09%54.71%
HSB/HSV100°14.00%58.82%
CMYK9.33%0.00%14.00%
41.18%

Color #889681 in popluar number systems.

HEX889681
Decimal136150129
Binary100010001001011010000001
Octal210226201

Shades and tints

Shades of #889681

#889681
(136,150,129)
#7C8976
(124,137,118)
#707C6B
(112,124,107)
#646F60
(100,111,96)
#586255
(88,98,85)
#4C554A
(76,85,74)
#40483F
(64,72,63)
#343B34
(52,59,52)
#282E29
(40,46,41)
#1C211E
(28,33,30)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #889681

#889681
(136,150,129)
#929F8C
(146,159,140)
#9CA897
(156,168,151)
#A6B1A2
(166,177,162)
#B0BAAD
(176,186,173)
#BAC3B8
(186,195,184)
#C4CCC3
(196,204,195)
#CED5CE
(206,213,206)
#D8DED9
(216,222,217)
#E2E7E4
(226,231,228)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889681 color. Also use rgb(136,150,129) instead hex code.

Text Font Color

.myTextColor { color: #889681; }

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

This text font color is #889681.


Background Color

.myBgColor { background-color: #889681; }

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

This div background color is #889681.


Border color

.myBorderColor { border: 1px solid #889681; }

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

This div border color is #889681.


Opacity

.myOpacity80 { color: #889681; opacity: 0.8; }

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

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

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

This text has shadow with #889681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889681 on black background.


Color preview on white background

This text has color #889681 on white background.



Black color preview on #889681 background

This text has black color on #889681 background.


White color preview on #889681 background

This text has white color on #889681 background.