COLOR #988B92

HEX: #988B92
RGB: (152,139,146)

Color info

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

RGB color model

#988B92 color RGB value is (152,139,146).

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

RGB channels and saturation

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

152
139
146

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

Portions of RGB colors in percentages

R + G + B =
152 + 139 + 146 = 437 (100%)
R 152 of 437 ~ 34.78%
G 139 of 437 ~ 31.81%
B 146 of 437 ~ 33.41%

%34.78
%31.81
%33.41

CMYK color model

#988B92 color CMYK value is (0,9,4,40).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 3.95%
  • key color value is 40.39%
CMYK:
(0,9,4,40)
C0M9Y4K40 
(0%,9%,4%,40%)
(0.00/0.09/0.04/0.40)	

CMYK percentages

%0
%8.55
%3.95
%40.39

Codes

Color #988B92 in popluar color models

988B92
RGB152139146
HSL328°5.94%57.06%
HSB/HSV328°8.55%59.61%
CMYK0.00%8.55%3.95%
40.39%

Color #988B92 in popluar number systems.

HEX988B92
Decimal152139146
Binary100110001000101110010010
Octal230213222

Shades and tints

Shades of #988B92

#988B92
(152,139,146)
#8B7F85
(139,127,133)
#7E7378
(126,115,120)
#71676B
(113,103,107)
#645B5E
(100,91,94)
#574F51
(87,79,81)
#4A4344
(74,67,68)
#3D3737
(61,55,55)
#302B2A
(48,43,42)
#231F1D
(35,31,29)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #988B92

#988B92
(152,139,146)
#A1959B
(161,149,155)
#AA9FA4
(170,159,164)
#B3A9AD
(179,169,173)
#BCB3B6
(188,179,182)
#C5BDBF
(197,189,191)
#CEC7C8
(206,199,200)
#D7D1D1
(215,209,209)
#E0DBDA
(224,219,218)
#E9E5E3
(233,229,227)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988B92; }

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

This text font color is #988B92.


Background Color

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

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

This div background color is #988B92.


Border color

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

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

This div border color is #988B92.


Opacity

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

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

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

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

This text has shadow with #988B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988B92 on black background.


Color preview on white background

This text has color #988B92 on white background.



Black color preview on #988B92 background

This text has black color on #988B92 background.


White color preview on #988B92 background

This text has white color on #988B92 background.