COLOR #889982

HEX: #889982
RGB: (136,153,130)

Color info

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

RGB color model

#889982 color RGB value is (136,153,130).

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

RGB channels and saturation

R 136 of 255 = 53%
G 153 of 255 = 60%
B 130 of 255 = 51%

136
153
130

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

Portions of RGB colors in percentages

R + G + B =
136 + 153 + 130 = 419 (100%)
R 136 of 419 ~ 32.46%
G 153 of 419 ~ 36.52%
B 130 of 419 ~ 31.03%

%32.46
%36.52
%31.03

CMYK color model

#889982 color CMYK value is (11,0,15,40).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 15.03%
  • key color value is 40.00%
CMYK:
(11,0,15,40)
C11M0Y15K40 
(11%,0%,15%,40%)
(0.11/0.00/0.15/0.40)	

CMYK percentages

%11.11
%0
%15.03
%40

Codes

Color #889982 in popluar color models

889982
RGB136153130
HSL104°10.13%55.49%
HSB/HSV104°15.03%60.00%
CMYK11.11%0.00%15.03%
40.00%

Color #889982 in popluar number systems.

HEX889982
Decimal136153130
Binary100010001001100110000010
Octal210231202

Shades and tints

Shades of #889982

#889982
(136,153,130)
#7C8C77
(124,140,119)
#707F6C
(112,127,108)
#647261
(100,114,97)
#586556
(88,101,86)
#4C584B
(76,88,75)
#404B40
(64,75,64)
#343E35
(52,62,53)
#28312A
(40,49,42)
#1C241F
(28,36,31)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #889982

#889982
(136,153,130)
#92A28D
(146,162,141)
#9CAB98
(156,171,152)
#A6B4A3
(166,180,163)
#B0BDAE
(176,189,174)
#BAC6B9
(186,198,185)
#C4CFC4
(196,207,196)
#CED8CF
(206,216,207)
#D8E1DA
(216,225,218)
#E2EAE5
(226,234,229)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889982; }

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

This text font color is #889982.


Background Color

.myBgColor { background-color: #889982; }

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

This div background color is #889982.


Border color

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

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

This div border color is #889982.


Opacity

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

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

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

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

This text has shadow with #889982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889982 on black background.


Color preview on white background

This text has color #889982 on white background.



Black color preview on #889982 background

This text has black color on #889982 background.


White color preview on #889982 background

This text has white color on #889982 background.