COLOR #999887

HEX: #999887
RGB: (153,152,135)

Color info

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

RGB color model

#999887 color RGB value is (153,152,135).

  • red value is 153;
  • green value is 152;
  • blue value is 135.
RGB:
(153,152,135)
(60%,60%,53%)

RGB channels and saturation

R 153 of 255 = 60%
G 152 of 255 = 60%
B 135 of 255 = 53%

153
152
135

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

Portions of RGB colors in percentages

R + G + B =
153 + 152 + 135 = 440 (100%)
R 153 of 440 ~ 34.77%
G 152 of 440 ~ 34.55%
B 135 of 440 ~ 30.68%

%34.77
%34.55
%30.68

CMYK color model

#999887 color CMYK value is (0,1,12,40).

  • cyan value is 0.00%
  • magenta value is 0.65%
  • yellow value is 11.76%
  • key color value is 40.00%
CMYK:
(0,1,12,40)
C0M1Y12K40 
(0%,1%,12%,40%)
(0.00/0.01/0.12/0.40)	

CMYK percentages

%0
%0.65
%11.76
%40

Codes

Color #999887 in popluar color models

999887
RGB153152135
HSL57°8.11%56.47%
HSB/HSV57°11.76%60.00%
CMYK0.00%0.65%11.76%
40.00%

Color #999887 in popluar number systems.

HEX999887
Decimal153152135
Binary100110011001100010000111
Octal231230207

Shades and tints

Shades of #999887

#999887
(153,152,135)
#8C8B7B
(140,139,123)
#7F7E6F
(127,126,111)
#727163
(114,113,99)
#656457
(101,100,87)
#58574B
(88,87,75)
#4B4A3F
(75,74,63)
#3E3D33
(62,61,51)
#313027
(49,48,39)
#24231B
(36,35,27)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #999887

#999887
(153,152,135)
#A2A191
(162,161,145)
#ABAA9B
(171,170,155)
#B4B3A5
(180,179,165)
#BDBCAF
(189,188,175)
#C6C5B9
(198,197,185)
#CFCEC3
(207,206,195)
#D8D7CD
(216,215,205)
#E1E0D7
(225,224,215)
#EAE9E1
(234,233,225)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999887; }

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

This text font color is #999887.


Background Color

.myBgColor { background-color: #999887; }

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

This div background color is #999887.


Border color

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

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

This div border color is #999887.


Opacity

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

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

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

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

This text has shadow with #999887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999887 on black background.


Color preview on white background

This text has color #999887 on white background.



Black color preview on #999887 background

This text has black color on #999887 background.


White color preview on #999887 background

This text has white color on #999887 background.