COLOR #998E8E

HEX: #998E8E
RGB: (153,142,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
142
142

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

Portions of RGB colors in percentages

R + G + B =
153 + 142 + 142 = 437 (100%)
R 153 of 437 ~ 35.01%
G 142 of 437 ~ 32.49%
B 142 of 437 ~ 32.49%

%35.01
%32.49
%32.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 7.19%
  • key color value is 40.00%
CMYK:
(0,7,7,40)
C0M7Y7K40 
(0%,7%,7%,40%)
(0.00/0.07/0.07/0.40)	

CMYK percentages

%0
%7.19
%7.19
%40

Codes

Color #998E8E in popluar color models

998E8E
RGB153142142
HSL5.12%57.84%
HSB/HSV7.19%60.00%
CMYK0.00%7.19%7.19%
40.00%

Color #998E8E in popluar number systems.

HEX998E8E
Decimal153142142
Binary100110011000111010001110
Octal231216216

Shades and tints

Shades of #998E8E

#998E8E
(153,142,142)
#8C8282
(140,130,130)
#7F7676
(127,118,118)
#726A6A
(114,106,106)
#655E5E
(101,94,94)
#585252
(88,82,82)
#4B4646
(75,70,70)
#3E3A3A
(62,58,58)
#312E2E
(49,46,46)
#242222
(36,34,34)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #998E8E

#998E8E
(153,142,142)
#A29898
(162,152,152)
#ABA2A2
(171,162,162)
#B4ACAC
(180,172,172)
#BDB6B6
(189,182,182)
#C6C0C0
(198,192,192)
#CFCACA
(207,202,202)
#D8D4D4
(216,212,212)
#E1DEDE
(225,222,222)
#EAE8E8
(234,232,232)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998E8E; }

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

This text font color is #998E8E.


Background Color

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

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

This div background color is #998E8E.


Border color

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

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

This div border color is #998E8E.


Opacity

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

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

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

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

This text has shadow with #998E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998E8E on black background.


Color preview on white background

This text has color #998E8E on white background.



Black color preview on #998E8E background

This text has black color on #998E8E background.


White color preview on #998E8E background

This text has white color on #998E8E background.