COLOR #998C8A

HEX: #998C8A
RGB: (153,140,138)

Color info

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

RGB color model

#998C8A color RGB value is (153,140,138).

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

RGB channels and saturation

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

153
140
138

R + G + B ~ 56%. #998C8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 140 + 138 = 431 (100%)
R 153 of 431 ~ 35.5%
G 140 of 431 ~ 32.48%
B 138 of 431 ~ 32.02%

%35.5
%32.48
%32.02

CMYK color model

#998C8A color CMYK value is (0,8,10,40).

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

CMYK percentages

%0
%8.5
%9.8
%40

Codes

Color #998C8A in popluar color models

998C8A
RGB153140138
HSL6.85%57.06%
HSB/HSV9.80%60.00%
CMYK0.00%8.50%9.80%
40.00%

Color #998C8A in popluar number systems.

HEX998C8A
Decimal153140138
Binary100110011000110010001010
Octal231214212

Shades and tints

Shades of #998C8A

#998C8A
(153,140,138)
#8C807E
(140,128,126)
#7F7472
(127,116,114)
#726866
(114,104,102)
#655C5A
(101,92,90)
#58504E
(88,80,78)
#4B4442
(75,68,66)
#3E3836
(62,56,54)
#312C2A
(49,44,42)
#24201E
(36,32,30)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #998C8A

#998C8A
(153,140,138)
#A29694
(162,150,148)
#ABA09E
(171,160,158)
#B4AAA8
(180,170,168)
#BDB4B2
(189,180,178)
#C6BEBC
(198,190,188)
#CFC8C6
(207,200,198)
#D8D2D0
(216,210,208)
#E1DCDA
(225,220,218)
#EAE6E4
(234,230,228)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998C8A; }

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

This text font color is #998C8A.


Background Color

.myBgColor { background-color: #998C8A; }

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

This div background color is #998C8A.


Border color

.myBorderColor { border: 1px solid #998C8A; }

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

This div border color is #998C8A.


Opacity

.myOpacity80 { color: #998C8A; opacity: 0.8; }

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

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

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

This text has shadow with #998C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998C8A on black background.


Color preview on white background

This text has color #998C8A on white background.



Black color preview on #998C8A background

This text has black color on #998C8A background.


White color preview on #998C8A background

This text has white color on #998C8A background.