COLOR #998F9C

HEX: #998F9C RGB: (153,143,156)

Color info

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

RGB color model

#998F9C color RGB value is (153,143,156).

RGB: (153,143,156) (60%, 56%, 61%)

RGB channels and saturation

R 153 of 255 = 60%
G 143 of 255 = 56%
B 156 of 255 = 61%

153
143
156

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

Portions of RGB colors in percentages

R + G + B = 153 + 143 + 156 = 452 (100%)
R 153 of 452 ~ 33.85%
G 143 of 452 ~ 31.64%
B 156 of 452 ~ 34.51'%

%33.85
%31.64
%34.51

CMYK color model

#998F9C color CMYK value is (2,8,0,39).

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

CMYK: (2,8,0,39)
C2M8Y0K39 (2%, 8%, 0%, 39%)
(0.02 / 0.08 / 0.00 / 0.39)

CMYK percentages

%1.92
%8.33
%0
%38.82

Codes

Color #998F9C in popluar color models

99 8F 9C
RGB 153 143 156
HSL 286° 6.16% 58.63%
HSB/HSV 286° 8.33% 61.18%
CMYK 1.92% 8.33% 0.00%
38.82%

Color #998F9C in popluar number systems.

HEX 99 8F 9C
Decimal 153 143 156
Binary 10011001 10001111 10011100
Octal 231 217 234

Shades and tints

Shades of #998F9C

#998F9C
(153,143,156)
#8C828E
(140,130,142)
#7F7580
(127,117,128)
#726872
(114,104,114)
#655B64
(101,91,100)
#584E56
(88,78,86)
#4B4148
(75,65,72)
#3E343A
(62,52,58)
#31272C
(49,39,44)
#241A1E
(36,26,30)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #998F9C

#998F9C
(153,143,156)
#A299A5
(162,153,165)
#ABA3AE
(171,163,174)
#B4ADB7
(180,173,183)
#BDB7C0
(189,183,192)
#C6C1C9
(198,193,201)
#CFCBD2
(207,203,210)
#D8D5DB
(216,213,219)
#E1DFE4
(225,223,228)
#EAE9ED
(234,233,237)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998F9C; }

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

This text font color is #998F9C.

Background Color

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

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

This div background color is #998F9C.

Border color

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

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

This div border color is #998F9C.

Opacity

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

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

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

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

This text has shadow with #998F9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998F9C.

Preview

Color preview on black background

This text has color #998F9C on black background.


Color preview on white background

This text has color #998F9C on white background.


Black color preview on #998F9C background

This text has black color on #998F9C background.


White color preview on #998F9C background

This text has white color on #998F9C background.


Related colors

Complementary color

Complementary color for #hex is #667063.


I love getcolorcode.com

Triadic colors

1 #9C998F and #8F9C99 with #998F9C are triadic colors.

2 #9C8F99 and #8F999C with #998F9C are triadic colors.