COLOR #999884

HEX: #999884 RGB: (153,152,132)

Color info

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

RGB color model

#999884 color RGB value is (153,152,132).

RGB: (153,152,132) (60%, 60%, 52%)

RGB channels and saturation

R 153 of 255 = 60%
G 152 of 255 = 60%
B 132 of 255 = 52%

153
152
132

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

Portions of RGB colors in percentages

R + G + B = 153 + 152 + 132 = 437 (100%)
R 153 of 437 ~ 35.01%
G 152 of 437 ~ 34.78%
B 132 of 437 ~ 30.21'%

%35.01
%34.78
%30.21

CMYK color model

#999884 color CMYK value is (0,1,14,40).

  • cyan value is 0.00%
  • magenta value is 0.65%
  • yellow value is 13.73%
  • key color value is 40.00%

CMYK: (0,1,14,40)
C0M1Y14K40 (0%, 1%, 14%, 40%)
(0.00 / 0.01 / 0.14 / 0.40)

CMYK percentages

%0
%0.65
%13.73
%40

Codes

Color #999884 in popluar color models

99 98 84
RGB 153 152 132
HSL 57° 9.33% 55.88%
HSB/HSV 57° 13.73% 60.00%
CMYK 0.00% 0.65% 13.73%
40.00%

Color #999884 in popluar number systems.

HEX 99 98 84
Decimal 153 152 132
Binary 10011001 10011000 10000100
Octal 231 230 204

Shades and tints

Shades of #999884

#999884
(153,152,132)
#8C8B78
(140,139,120)
#7F7E6C
(127,126,108)
#727160
(114,113,96)
#656454
(101,100,84)
#585748
(88,87,72)
#4B4A3C
(75,74,60)
#3E3D30
(62,61,48)
#313024
(49,48,36)
#242318
(36,35,24)
#17160C
(23,22,12)
#000000
(0,0,0)

Tints of #999884

#999884
(153,152,132)
#A2A18F
(162,161,143)
#ABAA9A
(171,170,154)
#B4B3A5
(180,179,165)
#BDBCB0
(189,188,176)
#C6C5BB
(198,197,187)
#CFCEC6
(207,206,198)
#D8D7D1
(216,215,209)
#E1E0DC
(225,224,220)
#EAE9E7
(234,233,231)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999884; }

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

This text font color is #999884.

Background Color

.myBgColor { background-color: #999884; }

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

This div background color is #999884.

Border color

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

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

This div border color is #999884.

Opacity

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

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

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

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

This text has shadow with #999884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999884.

Preview

Color preview on black background

This text has color #999884 on black background.


Color preview on white background

This text has color #999884 on white background.


Black color preview on #999884 background

This text has black color on #999884 background.


White color preview on #999884 background

This text has white color on #999884 background.


Related colors

Complementary color

Complementary color for #hex is #66677B.


I love getcolorcode.com

Triadic colors

1 #849998 and #988499 with #999884 are triadic colors.

2 #849899 and #989984 with #999884 are triadic colors.