COLOR #99998C

HEX: #99998C
RGB: (153,153,140)

Color info

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

RGB color model

#99998C color RGB value is (153,153,140).

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

RGB channels and saturation

R 153 of 255 = 60%
G 153 of 255 = 60%
B 140 of 255 = 55%

153
153
140

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

Portions of RGB colors in percentages

R + G + B =
153 + 153 + 140 = 446 (100%)
R 153 of 446 ~ 34.3%
G 153 of 446 ~ 34.3%
B 140 of 446 ~ 31.39%

%34.3
%34.3
%31.39

CMYK color model

#99998C color CMYK value is (0,0,8,40).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.50%
  • key color value is 40.00%
CMYK:
(0,0,8,40)
C0M0Y8K40 
(0%,0%,8%,40%)
(0.00/0.00/0.08/0.40)	

CMYK percentages

%0
%0
%8.5
%40

Codes

Color #99998C in popluar color models

99998C
RGB153153140
HSL60°5.99%57.45%
HSB/HSV60°8.50%60.00%
CMYK0.00%0.00%8.50%
40.00%

Color #99998C in popluar number systems.

HEX99998C
Decimal153153140
Binary100110011001100110001100
Octal231231214

Shades and tints

Shades of #99998C

#99998C
(153,153,140)
#8C8C80
(140,140,128)
#7F7F74
(127,127,116)
#727268
(114,114,104)
#65655C
(101,101,92)
#585850
(88,88,80)
#4B4B44
(75,75,68)
#3E3E38
(62,62,56)
#31312C
(49,49,44)
#242420
(36,36,32)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #99998C

#99998C
(153,153,140)
#A2A296
(162,162,150)
#ABABA0
(171,171,160)
#B4B4AA
(180,180,170)
#BDBDB4
(189,189,180)
#C6C6BE
(198,198,190)
#CFCFC8
(207,207,200)
#D8D8D2
(216,216,210)
#E1E1DC
(225,225,220)
#EAEAE6
(234,234,230)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99998C; }

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

This text font color is #99998C.


Background Color

.myBgColor { background-color: #99998C; }

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

This div background color is #99998C.


Border color

.myBorderColor { border: 1px solid #99998C; }

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

This div border color is #99998C.


Opacity

.myOpacity80 { color: #99998C; opacity: 0.8; }

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

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

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

This text has shadow with #99998C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99998C on black background.


Color preview on white background

This text has color #99998C on white background.



Black color preview on #99998C background

This text has black color on #99998C background.


White color preview on #99998C background

This text has white color on #99998C background.