COLOR #889C82

HEX: #889C82
RGB: (136,156,130)

Color info

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

RGB color model

#889C82 color RGB value is (136,156,130).

  • red value is 136;
  • green value is 156;
  • blue value is 130.
RGB:
(136,156,130)
(53%,61%,51%)

RGB channels and saturation

R 136 of 255 = 53%
G 156 of 255 = 61%
B 130 of 255 = 51%

136
156
130

R + G + B ~ 55%. #889C82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 156 + 130 = 422 (100%)
R 136 of 422 ~ 32.23%
G 156 of 422 ~ 36.97%
B 130 of 422 ~ 30.81%

%32.23
%36.97
%30.81

CMYK color model

#889C82 color CMYK value is (13,0,17,39).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 38.82%
CMYK:
(13,0,17,39)
C13M0Y17K39 
(13%,0%,17%,39%)
(0.13/0.00/0.17/0.39)	

CMYK percentages

%12.82
%0
%16.67
%38.82

Codes

Color #889C82 in popluar color models

889C82
RGB136156130
HSL106°11.61%56.08%
HSB/HSV106°16.67%61.18%
CMYK12.82%0.00%16.67%
38.82%

Color #889C82 in popluar number systems.

HEX889C82
Decimal136156130
Binary100010001001110010000010
Octal210234202

Shades and tints

Shades of #889C82

#889C82
(136,156,130)
#7C8E77
(124,142,119)
#70806C
(112,128,108)
#647261
(100,114,97)
#586456
(88,100,86)
#4C564B
(76,86,75)
#404840
(64,72,64)
#343A35
(52,58,53)
#282C2A
(40,44,42)
#1C1E1F
(28,30,31)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #889C82

#889C82
(136,156,130)
#92A58D
(146,165,141)
#9CAE98
(156,174,152)
#A6B7A3
(166,183,163)
#B0C0AE
(176,192,174)
#BAC9B9
(186,201,185)
#C4D2C4
(196,210,196)
#CEDBCF
(206,219,207)
#D8E4DA
(216,228,218)
#E2EDE5
(226,237,229)
#ECF6F0
(236,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889C82 color. Also use rgb(136,156,130) instead hex code.

Text Font Color

.myTextColor { color: #889C82; }

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

This text font color is #889C82.


Background Color

.myBgColor { background-color: #889C82; }

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

This div background color is #889C82.


Border color

.myBorderColor { border: 1px solid #889C82; }

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

This div border color is #889C82.


Opacity

.myOpacity80 { color: #889C82; opacity: 0.8; }

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

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

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

This text has shadow with #889C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889C82 on black background.


Color preview on white background

This text has color #889C82 on white background.



Black color preview on #889C82 background

This text has black color on #889C82 background.


White color preview on #889C82 background

This text has white color on #889C82 background.