COLOR #998A8D

HEX: #998A8D
RGB: (153,138,141)

Color info

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

RGB color model

#998A8D color RGB value is (153,138,141).

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

RGB channels and saturation

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

153
138
141

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

Portions of RGB colors in percentages

R + G + B =
153 + 138 + 141 = 432 (100%)
R 153 of 432 ~ 35.42%
G 138 of 432 ~ 31.94%
B 141 of 432 ~ 32.64%

%35.42
%31.94
%32.64

CMYK color model

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

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

CMYK percentages

%0
%9.8
%7.84
%40

Codes

Color #998A8D in popluar color models

998A8D
RGB153138141
HSL348°6.85%57.06%
HSB/HSV348°9.80%60.00%
CMYK0.00%9.80%7.84%
40.00%

Color #998A8D in popluar number systems.

HEX998A8D
Decimal153138141
Binary100110011000101010001101
Octal231212215

Shades and tints

Shades of #998A8D

#998A8D
(153,138,141)
#8C7E81
(140,126,129)
#7F7275
(127,114,117)
#726669
(114,102,105)
#655A5D
(101,90,93)
#584E51
(88,78,81)
#4B4245
(75,66,69)
#3E3639
(62,54,57)
#312A2D
(49,42,45)
#241E21
(36,30,33)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #998A8D

#998A8D
(153,138,141)
#A29497
(162,148,151)
#AB9EA1
(171,158,161)
#B4A8AB
(180,168,171)
#BDB2B5
(189,178,181)
#C6BCBF
(198,188,191)
#CFC6C9
(207,198,201)
#D8D0D3
(216,208,211)
#E1DADD
(225,218,221)
#EAE4E7
(234,228,231)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998A8D; }

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

This text font color is #998A8D.


Background Color

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

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

This div background color is #998A8D.


Border color

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

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

This div border color is #998A8D.


Opacity

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

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

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

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

This text has shadow with #998A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998A8D on black background.


Color preview on white background

This text has color #998A8D on white background.



Black color preview on #998A8D background

This text has black color on #998A8D background.


White color preview on #998A8D background

This text has white color on #998A8D background.