COLOR #998E8D

HEX: #998E8D RGB: (153,142,141)

Color info

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

RGB color model

#998E8D color RGB value is (153,142,141).

RGB: (153,142,141) (60%, 56%, 55%)

RGB channels and saturation

R 153 of 255 = 60%
G 142 of 255 = 56%
B 141 of 255 = 55%

153
142
141

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

Portions of RGB colors in percentages

R + G + B = 153 + 142 + 141 = 436 (100%)
R 153 of 436 ~ 35.09%
G 142 of 436 ~ 32.57%
B 141 of 436 ~ 32.34'%

%35.09
%32.57
%32.34

CMYK color model

#998E8D color CMYK value is (0,7,8,40).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 7.84%
  • key color value is 40.00%

CMYK: (0,7,8,40)
C0M7Y8K40 (0%, 7%, 8%, 40%)
(0.00 / 0.07 / 0.08 / 0.40)

CMYK percentages

%0
%7.19
%7.84
%40

Codes

Color #998E8D in popluar color models

99 8E 8D
RGB 153 142 141
HSL 5.56% 57.65%
HSB/HSV 7.84% 60.00%
CMYK 0.00% 7.19% 7.84%
40.00%

Color #998E8D in popluar number systems.

HEX 99 8E 8D
Decimal 153 142 141
Binary 10011001 10001110 10001101
Octal 231 216 215

Shades and tints

Shades of #998E8D

#998E8D
(153,142,141)
#8C8281
(140,130,129)
#7F7675
(127,118,117)
#726A69
(114,106,105)
#655E5D
(101,94,93)
#585251
(88,82,81)
#4B4645
(75,70,69)
#3E3A39
(62,58,57)
#312E2D
(49,46,45)
#242221
(36,34,33)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #998E8D

#998E8D
(153,142,141)
#A29897
(162,152,151)
#ABA2A1
(171,162,161)
#B4ACAB
(180,172,171)
#BDB6B5
(189,182,181)
#C6C0BF
(198,192,191)
#CFCAC9
(207,202,201)
#D8D4D3
(216,212,211)
#E1DEDD
(225,222,221)
#EAE8E7
(234,232,231)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998E8D; }

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

This text font color is #998E8D.

Background Color

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

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

This div background color is #998E8D.

Border color

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

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

This div border color is #998E8D.

Opacity

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

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

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

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

This text has shadow with #998E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998E8D.

Preview

Color preview on black background

This text has color #998E8D on black background.


Color preview on white background

This text has color #998E8D on white background.


Black color preview on #998E8D background

This text has black color on #998E8D background.


White color preview on #998E8D background

This text has white color on #998E8D background.


Related colors

Complementary color

Complementary color for #hex is #667172.


I love getcolorcode.com

Triadic colors

1 #8D998E and #8E8D99 with #998E8D are triadic colors.

2 #8D8E99 and #8E998D with #998E8D are triadic colors.