COLOR #889984

HEX: #889984
RGB: (136,153,132)

Color info

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

RGB color model

#889984 color RGB value is (136,153,132).

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

RGB channels and saturation

R 136 of 255 = 53%
G 153 of 255 = 60%
B 132 of 255 = 52%

136
153
132

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

Portions of RGB colors in percentages

R + G + B =
136 + 153 + 132 = 421 (100%)
R 136 of 421 ~ 32.3%
G 153 of 421 ~ 36.34%
B 132 of 421 ~ 31.35%

%32.3
%36.34
%31.35

CMYK color model

#889984 color CMYK value is (11,0,14,40).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 40.00%
CMYK:
(11,0,14,40)
C11M0Y14K40 
(11%,0%,14%,40%)
(0.11/0.00/0.14/0.40)	

CMYK percentages

%11.11
%0
%13.73
%40

Codes

Color #889984 in popluar color models

889984
RGB136153132
HSL109°9.33%55.88%
HSB/HSV109°13.73%60.00%
CMYK11.11%0.00%13.73%
40.00%

Color #889984 in popluar number systems.

HEX889984
Decimal136153132
Binary100010001001100110000100
Octal210231204

Shades and tints

Shades of #889984

#889984
(136,153,132)
#7C8C78
(124,140,120)
#707F6C
(112,127,108)
#647260
(100,114,96)
#586554
(88,101,84)
#4C5848
(76,88,72)
#404B3C
(64,75,60)
#343E30
(52,62,48)
#283124
(40,49,36)
#1C2418
(28,36,24)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #889984

#889984
(136,153,132)
#92A28F
(146,162,143)
#9CAB9A
(156,171,154)
#A6B4A5
(166,180,165)
#B0BDB0
(176,189,176)
#BAC6BB
(186,198,187)
#C4CFC6
(196,207,198)
#CED8D1
(206,216,209)
#D8E1DC
(216,225,220)
#E2EAE7
(226,234,231)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889984; }

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

This text font color is #889984.


Background Color

.myBgColor { background-color: #889984; }

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

This div background color is #889984.


Border color

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

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

This div border color is #889984.


Opacity

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

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

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

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

This text has shadow with #889984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889984 on black background.


Color preview on white background

This text has color #889984 on white background.



Black color preview on #889984 background

This text has black color on #889984 background.


White color preview on #889984 background

This text has white color on #889984 background.