COLOR #998A8A

HEX: #998A8A RGB: (153,138,138)

Color info

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

RGB color model

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

RGB: (153,138,138) (60%, 54%, 54%)

RGB channels and saturation

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

153
138
138

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

Portions of RGB colors in percentages

R + G + B = 153 + 138 + 138 = 429 (100%)
R 153 of 429 ~ 35.66%
G 138 of 429 ~ 32.17%
B 138 of 429 ~ 32.17'%

%35.66
%32.17
%32.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 9.80%
  • key color value is 40.00%

CMYK: (0,10,10,40)
C0M10Y10K40 (0%, 10%, 10%, 40%)
(0.00 / 0.10 / 0.10 / 0.40)

CMYK percentages

%0
%9.8
%9.8
%40

Codes

Color #998A8A in popluar color models

99 8A 8A
RGB 153 138 138
HSL 6.85% 57.06%
HSB/HSV 9.80% 60.00%
CMYK 0.00% 9.80% 9.80%
40.00%

Color #998A8A in popluar number systems.

HEX 99 8A 8A
Decimal 153 138 138
Binary 10011001 10001010 10001010
Octal 231 212 212

Shades and tints

Shades of #998A8A

#998A8A
(153,138,138)
#8C7E7E
(140,126,126)
#7F7272
(127,114,114)
#726666
(114,102,102)
#655A5A
(101,90,90)
#584E4E
(88,78,78)
#4B4242
(75,66,66)
#3E3636
(62,54,54)
#312A2A
(49,42,42)
#241E1E
(36,30,30)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #998A8A

#998A8A
(153,138,138)
#A29494
(162,148,148)
#AB9E9E
(171,158,158)
#B4A8A8
(180,168,168)
#BDB2B2
(189,178,178)
#C6BCBC
(198,188,188)
#CFC6C6
(207,198,198)
#D8D0D0
(216,208,208)
#E1DADA
(225,218,218)
#EAE4E4
(234,228,228)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998A8A; }

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

This text font color is #998A8A.

Background Color

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

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

This div background color is #998A8A.

Border color

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

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

This div border color is #998A8A.

Opacity

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

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

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

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

This text has shadow with #998A8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998A8A.

Preview

Color preview on black background

This text has color #998A8A on black background.


Color preview on white background

This text has color #998A8A on white background.


Black color preview on #998A8A background

This text has black color on #998A8A background.


White color preview on #998A8A background

This text has white color on #998A8A background.


Related colors

Complementary color

Complementary color for #hex is #667575.


I love getcolorcode.com