COLOR #98968C

HEX: #98968C
RGB: (152,150,140)

Color info

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

RGB color model

#98968C color RGB value is (152,150,140).

  • red value is 152;
  • green value is 150;
  • blue value is 140.
RGB: (152,150,140) (60%,59%,55%)

RGB channels and saturation

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

152
150
140

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

Portions of RGB colors in percentages

R + G + B =
152 + 150 + 140 = 442 (100%)
R 152 of 442 ~ 34.39%
G 150 of 442 ~ 33.94%
B 140 of 442 ~ 31.67%

%34.39
%33.94
%31.67

CMYK color model

#98968C color CMYK value is (0,1,8,40).

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK: (0,1,8,40) C0M1Y8K40 (0%,1%,8%,40%) (0.00/0.01/0.08/0.40)

CMYK percentages

%0
%1.32
%7.89
%40.39

Codes

Color #98968C in popluar color models

98968C
RGB152150140
HSL50°5.50%57.25%
HSB/HSV50°7.89%59.61%
CMYK0.00%1.32%7.89%
40.39%

Color #98968C in popluar number systems.

HEX98968C
Decimal152150140
Binary100110001001011010001100
Octal230226214

Shades and tints

Shades of #98968C

#98968C
(152,150,140)
#8B8980
(139,137,128)
#7E7C74
(126,124,116)
#716F68
(113,111,104)
#64625C
(100,98,92)
#575550
(87,85,80)
#4A4844
(74,72,68)
#3D3B38
(61,59,56)
#302E2C
(48,46,44)
#232120
(35,33,32)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #98968C

#98968C
(152,150,140)
#A19F96
(161,159,150)
#AAA8A0
(170,168,160)
#B3B1AA
(179,177,170)
#BCBAB4
(188,186,180)
#C5C3BE
(197,195,190)
#CECCC8
(206,204,200)
#D7D5D2
(215,213,210)
#E0DEDC
(224,222,220)
#E9E7E6
(233,231,230)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98968C color. Also use rgb(152,150,140) instead hex code.

Text Font Color

.myTextColor { color: #98968C; }

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

This text font color is #98968C.


Background Color

.myBgColor { background-color: #98968C; }

<div style="background-color:#98968C">Inner text</div>

This div background color is #98968C.


Border color

.myBorderColor { border: 1px solid #98968C; }

<div style="border:3px solid #98968C">Div</div>

This div border color is #98968C.


Opacity

.myOpacity80 { color: #98968C; opacity: 0.8; }

<p style="color:#98968C;opacity:0.8;">80%</p>

Text with #98968C 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 #98968C;}

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

This text has shadow with #98968C color.

.textShadow {text-shadow: 3px 3px 1px #98968C, 3px 3px 1px red;}

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

This text has shadow with #98968C primary color and red secondary color.


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

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

This text has shadow with #98968C and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #98968C; -webkit-box-shadow:	1px 1px 3px 2px #98968C; box-shadow:	1px 1px 3px 2px #98968C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #98968C; -webkit-box-shadow: 1px 1px 3px 2px #98968C; box-shadow:1px 1px 3px 2px #98968C;">
Div content here</div>
This div box has shadow with color #98968C.

Preview

Color preview on black background

This text has color #98968C on black background.


Color preview on white background

This text has color #98968C on white background.



Black color preview on #98968C background

This text has black color on #98968C background.


White color preview on #98968C background

This text has white color on #98968C background.