COLOR #998D9C

HEX: #998D9C RGB: (153,141,156)

Color info

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

RGB color model

#998D9C color RGB value is (153,141,156).

RGB: (153,141,156) (60%, 55%, 61%)

RGB channels and saturation

R 153 of 255 = 60%
G 141 of 255 = 55%
B 156 of 255 = 61%

153
141
156

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

Portions of RGB colors in percentages

R + G + B = 153 + 141 + 156 = 450 (100%)
R 153 of 450 ~ 34%
G 141 of 450 ~ 31.33%
B 156 of 450 ~ 34.67'%

%34
%31.33
%34.67

CMYK color model

#998D9C color CMYK value is (2,10,0,39).

  • cyan value is 1.92%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (2,10,0,39)
C2M10Y0K39 (2%, 10%, 0%, 39%)
(0.02 / 0.10 / 0.00 / 0.39)

CMYK percentages

%1.92
%9.62
%0
%38.82

Codes

Color #998D9C in popluar color models

99 8D 9C
RGB 153 141 156
HSL 288° 7.04% 58.24%
HSB/HSV 288° 9.62% 61.18%
CMYK 1.92% 9.62% 0.00%
38.82%

Color #998D9C in popluar number systems.

HEX 99 8D 9C
Decimal 153 141 156
Binary 10011001 10001101 10011100
Octal 231 215 234

Shades and tints

Shades of #998D9C

#998D9C
(153,141,156)
#8C818E
(140,129,142)
#7F7580
(127,117,128)
#726972
(114,105,114)
#655D64
(101,93,100)
#585156
(88,81,86)
#4B4548
(75,69,72)
#3E393A
(62,57,58)
#312D2C
(49,45,44)
#24211E
(36,33,30)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #998D9C

#998D9C
(153,141,156)
#A297A5
(162,151,165)
#ABA1AE
(171,161,174)
#B4ABB7
(180,171,183)
#BDB5C0
(189,181,192)
#C6BFC9
(198,191,201)
#CFC9D2
(207,201,210)
#D8D3DB
(216,211,219)
#E1DDE4
(225,221,228)
#EAE7ED
(234,231,237)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998D9C; }

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

This text font color is #998D9C.

Background Color

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

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

This div background color is #998D9C.

Border color

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

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

This div border color is #998D9C.

Opacity

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

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

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

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

This text has shadow with #998D9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998D9C.

Preview

Color preview on black background

This text has color #998D9C on black background.


Color preview on white background

This text has color #998D9C on white background.


Black color preview on #998D9C background

This text has black color on #998D9C background.


White color preview on #998D9C background

This text has white color on #998D9C background.


Related colors

Complementary color

Complementary color for #hex is #667263.


I love getcolorcode.com

Triadic colors

1 #9C998D and #8D9C99 with #998D9C are triadic colors.

2 #9C8D99 and #8D999C with #998D9C are triadic colors.