COLOR #998A9A

HEX: #998A9A RGB: (153,138,154)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
138
154

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

Portions of RGB colors in percentages

R + G + B = 153 + 138 + 154 = 445 (100%)
R 153 of 445 ~ 34.38%
G 138 of 445 ~ 31.01%
B 154 of 445 ~ 34.61'%

%34.38
%31.01
%34.61

CMYK color model

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

  • cyan value is 0.65%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (1,10,0,40) C1M10Y0K40 (1%,10%,0%,40%) (0.01/0.10/0.00/0.40) 

CMYK percentages

%0.65
%10.39
%0
%39.61

Codes

Color #998A9A in popluar color models

99 8A 9A
RGB 153 138 154
HSL 296° 7.34% 57.25%
HSB/HSV 296° 10.39% 60.39%
CMYK 0.65% 10.39% 0.00%
39.61%

Color #998A9A in popluar number systems.

HEX 99 8A 9A
Decimal 153 138 154
Binary 10011001 10001010 10011010
Octal 231 212 232

Shades and tints

Shades of #998A9A

#998A9A
(153,138,154)
#8C7E8C
(140,126,140)
#7F727E
(127,114,126)
#726670
(114,102,112)
#655A62
(101,90,98)
#584E54
(88,78,84)
#4B4246
(75,66,70)
#3E3638
(62,54,56)
#312A2A
(49,42,42)
#241E1C
(36,30,28)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #998A9A

#998A9A
(153,138,154)
#A294A3
(162,148,163)
#AB9EAC
(171,158,172)
#B4A8B5
(180,168,181)
#BDB2BE
(189,178,190)
#C6BCC7
(198,188,199)
#CFC6D0
(207,198,208)
#D8D0D9
(216,208,217)
#E1DAE2
(225,218,226)
#EAE4EB
(234,228,235)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998A9A; }

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

This text font color is #998A9A.

Background Color

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

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

This div background color is #998A9A.

Border color

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

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

This div border color is #998A9A.

Opacity

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

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

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

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

This text has shadow with #998A9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998A9A.

Preview

Color preview on black background

This text has color #998A9A on black background.


Color preview on white background

This text has color #998A9A on white background.


Black color preview on #998A9A background

This text has black color on #998A9A background.


White color preview on #998A9A background

This text has white color on #998A9A background.


Related colors

Complementary color

Complementary color for #hex is #667565.


I love getcolorcode.com

Triadic colors

1 #9A998A and #8A9A99 with #998A9A are triadic colors.

2 #9A8A99 and #8A999A with #998A9A are triadic colors.