COLOR #999988

HEX: #999988
RGB: (153,153,136)

Color info

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

RGB color model

#999988 color RGB value is (153,153,136).

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

RGB channels and saturation

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

153
153
136

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

Portions of RGB colors in percentages

R + G + B =
153 + 153 + 136 = 442 (100%)
R 153 of 442 ~ 34.62%
G 153 of 442 ~ 34.62%
B 136 of 442 ~ 30.77%

%34.62
%34.62
%30.77

CMYK color model

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

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

CMYK percentages

%0
%0
%11.11
%40

Codes

Color #999988 in popluar color models

999988
RGB153153136
HSL60°7.69%56.67%
HSB/HSV60°11.11%60.00%
CMYK0.00%0.00%11.11%
40.00%

Color #999988 in popluar number systems.

HEX999988
Decimal153153136
Binary100110011001100110001000
Octal231231210

Shades and tints

Shades of #999988

#999988
(153,153,136)
#8C8C7C
(140,140,124)
#7F7F70
(127,127,112)
#727264
(114,114,100)
#656558
(101,101,88)
#58584C
(88,88,76)
#4B4B40
(75,75,64)
#3E3E34
(62,62,52)
#313128
(49,49,40)
#24241C
(36,36,28)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #999988

#999988
(153,153,136)
#A2A292
(162,162,146)
#ABAB9C
(171,171,156)
#B4B4A6
(180,180,166)
#BDBDB0
(189,189,176)
#C6C6BA
(198,198,186)
#CFCFC4
(207,207,196)
#D8D8CE
(216,216,206)
#E1E1D8
(225,225,216)
#EAEAE2
(234,234,226)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999988; }

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

This text font color is #999988.


Background Color

.myBgColor { background-color: #999988; }

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

This div background color is #999988.


Border color

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

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

This div border color is #999988.


Opacity

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

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

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

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

This text has shadow with #999988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999988 on black background.


Color preview on white background

This text has color #999988 on white background.



Black color preview on #999988 background

This text has black color on #999988 background.


White color preview on #999988 background

This text has white color on #999988 background.