COLOR #998C96

HEX: #998C96 RGB: (153,140,150)

Color info

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

RGB color model

#998C96 color RGB value is (153,140,150).

RGB: (153,140,150) (60%, 55%, 59%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 150 of 255 = 59%

153
140
150

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

Portions of RGB colors in percentages

R + G + B = 153 + 140 + 150 = 443 (100%)
R 153 of 443 ~ 34.54%
G 140 of 443 ~ 31.6%
B 150 of 443 ~ 33.86'%

%34.54
%31.6
%33.86

CMYK color model

#998C96 color CMYK value is (0,8,2,40).

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

CMYK: (0,8,2,40)
C0M8Y2K40 (0%, 8%, 2%, 40%)
(0.00 / 0.08 / 0.02 / 0.40)

CMYK percentages

%0
%8.5
%1.96
%40

Codes

Color #998C96 in popluar color models

99 8C 96
RGB 153 140 150
HSL 314° 5.99% 57.45%
HSB/HSV 314° 8.50% 60.00%
CMYK 0.00% 8.50% 1.96%
40.00%

Color #998C96 in popluar number systems.

HEX 99 8C 96
Decimal 153 140 150
Binary 10011001 10001100 10010110
Octal 231 214 226

Shades and tints

Shades of #998C96

#998C96
(153,140,150)
#8C8089
(140,128,137)
#7F747C
(127,116,124)
#72686F
(114,104,111)
#655C62
(101,92,98)
#585055
(88,80,85)
#4B4448
(75,68,72)
#3E383B
(62,56,59)
#312C2E
(49,44,46)
#242021
(36,32,33)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #998C96

#998C96
(153,140,150)
#A2969F
(162,150,159)
#ABA0A8
(171,160,168)
#B4AAB1
(180,170,177)
#BDB4BA
(189,180,186)
#C6BEC3
(198,190,195)
#CFC8CC
(207,200,204)
#D8D2D5
(216,210,213)
#E1DCDE
(225,220,222)
#EAE6E7
(234,230,231)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998C96; }

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

This text font color is #998C96.

Background Color

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

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

This div background color is #998C96.

Border color

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

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

This div border color is #998C96.

Opacity

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

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

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

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

This text has shadow with #998C96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998C96.

Preview

Color preview on black background

This text has color #998C96 on black background.


Color preview on white background

This text has color #998C96 on white background.


Black color preview on #998C96 background

This text has black color on #998C96 background.


White color preview on #998C96 background

This text has white color on #998C96 background.


Related colors

Complementary color

Complementary color for #hex is #667369.


I love getcolorcode.com

Triadic colors

1 #96998C and #8C9699 with #998C96 are triadic colors.

2 #968C99 and #8C9996 with #998C96 are triadic colors.