COLOR #999788

HEX: #999788
RGB: (153,151,136)

Color info

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

RGB color model

#999788 color RGB value is (153,151,136).

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

RGB channels and saturation

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

153
151
136

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

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 136 = 440 (100%)
R 153 of 440 ~ 34.77%
G 151 of 440 ~ 34.32%
B 136 of 440 ~ 30.91%

%34.77
%34.32
%30.91

CMYK color model

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

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

CMYK percentages

%0
%1.31
%11.11
%40

Codes

Color #999788 in popluar color models

999788
RGB153151136
HSL53°7.69%56.67%
HSB/HSV53°11.11%60.00%
CMYK0.00%1.31%11.11%
40.00%

Color #999788 in popluar number systems.

HEX999788
Decimal153151136
Binary100110011001011110001000
Octal231227210

Shades and tints

Shades of #999788

#999788
(153,151,136)
#8C8A7C
(140,138,124)
#7F7D70
(127,125,112)
#727064
(114,112,100)
#656358
(101,99,88)
#58564C
(88,86,76)
#4B4940
(75,73,64)
#3E3C34
(62,60,52)
#312F28
(49,47,40)
#24221C
(36,34,28)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #999788

#999788
(153,151,136)
#A2A092
(162,160,146)
#ABA99C
(171,169,156)
#B4B2A6
(180,178,166)
#BDBBB0
(189,187,176)
#C6C4BA
(198,196,186)
#CFCDC4
(207,205,196)
#D8D6CE
(216,214,206)
#E1DFD8
(225,223,216)
#EAE8E2
(234,232,226)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999788; }

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

This text font color is #999788.


Background Color

.myBgColor { background-color: #999788; }

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

This div background color is #999788.


Border color

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

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

This div border color is #999788.


Opacity

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

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

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

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

This text has shadow with #999788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999788 on black background.


Color preview on white background

This text has color #999788 on white background.



Black color preview on #999788 background

This text has black color on #999788 background.


White color preview on #999788 background

This text has white color on #999788 background.