COLOR #998E8A

HEX: #998E8A
RGB: (153,142,138)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
142
138

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

Portions of RGB colors in percentages

R + G + B =
153 + 142 + 138 = 433 (100%)
R 153 of 433 ~ 35.33%
G 142 of 433 ~ 32.79%
B 138 of 433 ~ 31.87%

%35.33
%32.79
%31.87

CMYK color model

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

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

CMYK percentages

%0
%7.19
%9.8
%40

Codes

Color #998E8A in popluar color models

998E8A
RGB153142138
HSL16°6.85%57.06%
HSB/HSV16°9.80%60.00%
CMYK0.00%7.19%9.80%
40.00%

Color #998E8A in popluar number systems.

HEX998E8A
Decimal153142138
Binary100110011000111010001010
Octal231216212

Shades and tints

Shades of #998E8A

#998E8A
(153,142,138)
#8C827E
(140,130,126)
#7F7672
(127,118,114)
#726A66
(114,106,102)
#655E5A
(101,94,90)
#58524E
(88,82,78)
#4B4642
(75,70,66)
#3E3A36
(62,58,54)
#312E2A
(49,46,42)
#24221E
(36,34,30)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #998E8A

#998E8A
(153,142,138)
#A29894
(162,152,148)
#ABA29E
(171,162,158)
#B4ACA8
(180,172,168)
#BDB6B2
(189,182,178)
#C6C0BC
(198,192,188)
#CFCAC6
(207,202,198)
#D8D4D0
(216,212,208)
#E1DEDA
(225,222,218)
#EAE8E4
(234,232,228)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998E8A; }

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

This text font color is #998E8A.


Background Color

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

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

This div background color is #998E8A.


Border color

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

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

This div border color is #998E8A.


Opacity

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

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

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

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

This text has shadow with #998E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998E8A on black background.


Color preview on white background

This text has color #998E8A on white background.



Black color preview on #998E8A background

This text has black color on #998E8A background.


White color preview on #998E8A background

This text has white color on #998E8A background.