COLOR #998B92

HEX: #998B92
RGB: (153,139,146)

Color info

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

RGB color model

#998B92 color RGB value is (153,139,146).

  • red value is 153;
  • green value is 139;
  • blue value is 146.
RGB:
(153,139,146)
(60%,55%,57%)

RGB channels and saturation

R 153 of 255 = 60%
G 139 of 255 = 55%
B 146 of 255 = 57%

153
139
146

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

Portions of RGB colors in percentages

R + G + B =
153 + 139 + 146 = 438 (100%)
R 153 of 438 ~ 34.93%
G 139 of 438 ~ 31.74%
B 146 of 438 ~ 33.33%

%34.93
%31.74
%33.33

CMYK color model

#998B92 color CMYK value is (0,9,5,40).

  • cyan value is 0.00%
  • magenta value is 9.15%
  • yellow value is 4.58%
  • key color value is 40.00%
CMYK:
(0,9,5,40)
C0M9Y5K40 
(0%,9%,5%,40%)
(0.00/0.09/0.05/0.40)	

CMYK percentages

%0
%9.15
%4.58
%40

Codes

Color #998B92 in popluar color models

998B92
RGB153139146
HSL330°6.42%57.25%
HSB/HSV330°9.15%60.00%
CMYK0.00%9.15%4.58%
40.00%

Color #998B92 in popluar number systems.

HEX998B92
Decimal153139146
Binary100110011000101110010010
Octal231213222

Shades and tints

Shades of #998B92

#998B92
(153,139,146)
#8C7F85
(140,127,133)
#7F7378
(127,115,120)
#72676B
(114,103,107)
#655B5E
(101,91,94)
#584F51
(88,79,81)
#4B4344
(75,67,68)
#3E3737
(62,55,55)
#312B2A
(49,43,42)
#241F1D
(36,31,29)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #998B92

#998B92
(153,139,146)
#A2959B
(162,149,155)
#AB9FA4
(171,159,164)
#B4A9AD
(180,169,173)
#BDB3B6
(189,179,182)
#C6BDBF
(198,189,191)
#CFC7C8
(207,199,200)
#D8D1D1
(216,209,209)
#E1DBDA
(225,219,218)
#EAE5E3
(234,229,227)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998B92 color. Also use rgb(153,139,146) instead hex code.

Text Font Color

.myTextColor { color: #998B92; }

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

This text font color is #998B92.


Background Color

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

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

This div background color is #998B92.


Border color

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

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

This div border color is #998B92.


Opacity

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

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

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

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

This text has shadow with #998B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998B92 on black background.


Color preview on white background

This text has color #998B92 on white background.



Black color preview on #998B92 background

This text has black color on #998B92 background.


White color preview on #998B92 background

This text has white color on #998B92 background.