COLOR #998F96

HEX: #998F96 RGB: (153,143,150)

Color info

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

RGB color model

#998F96 color RGB value is (153,143,150).

RGB: (153,143,150) (60%, 56%, 59%)

RGB channels and saturation

R 153 of 255 = 60%
G 143 of 255 = 56%
B 150 of 255 = 59%

153
143
150

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

Portions of RGB colors in percentages

R + G + B = 153 + 143 + 150 = 446 (100%)
R 153 of 446 ~ 34.3%
G 143 of 446 ~ 32.06%
B 150 of 446 ~ 33.63'%

%34.3
%32.06
%33.63

CMYK color model

#998F96 color CMYK value is (0,7,2,40).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 1.96%
  • key color value is 40.00%

CMYK: (0,7,2,40)
C0M7Y2K40 (0%, 7%, 2%, 40%)
(0.00 / 0.07 / 0.02 / 0.40)

CMYK percentages

%0
%6.54
%1.96
%40

Codes

Color #998F96 in popluar color models

99 8F 96
RGB 153 143 150
HSL 318° 4.67% 58.04%
HSB/HSV 318° 6.54% 60.00%
CMYK 0.00% 6.54% 1.96%
40.00%

Color #998F96 in popluar number systems.

HEX 99 8F 96
Decimal 153 143 150
Binary 10011001 10001111 10010110
Octal 231 217 226

Shades and tints

Shades of #998F96

#998F96
(153,143,150)
#8C8289
(140,130,137)
#7F757C
(127,117,124)
#72686F
(114,104,111)
#655B62
(101,91,98)
#584E55
(88,78,85)
#4B4148
(75,65,72)
#3E343B
(62,52,59)
#31272E
(49,39,46)
#241A21
(36,26,33)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #998F96

#998F96
(153,143,150)
#A2999F
(162,153,159)
#ABA3A8
(171,163,168)
#B4ADB1
(180,173,177)
#BDB7BA
(189,183,186)
#C6C1C3
(198,193,195)
#CFCBCC
(207,203,204)
#D8D5D5
(216,213,213)
#E1DFDE
(225,223,222)
#EAE9E7
(234,233,231)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998F96; }

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

This text font color is #998F96.

Background Color

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

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

This div background color is #998F96.

Border color

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

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

This div border color is #998F96.

Opacity

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

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

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

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

This text has shadow with #998F96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998F96.

Preview

Color preview on black background

This text has color #998F96 on black background.


Color preview on white background

This text has color #998F96 on white background.


Black color preview on #998F96 background

This text has black color on #998F96 background.


White color preview on #998F96 background

This text has white color on #998F96 background.


Related colors

Complementary color

Complementary color for #hex is #667069.


I love getcolorcode.com

Triadic colors

1 #96998F and #8F9699 with #998F96 are triadic colors.

2 #968F99 and #8F9996 with #998F96 are triadic colors.