COLOR #988492

HEX: #988492
RGB: (152,132,146)

Color info

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

RGB color model

#988492 color RGB value is (152,132,146).

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

RGB channels and saturation

R 152 of 255 = 60%
G 132 of 255 = 52%
B 146 of 255 = 57%

152
132
146

R + G + B ~ 56%. #988492 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 132 + 146 = 430 (100%)
R 152 of 430 ~ 35.35%
G 132 of 430 ~ 30.7%
B 146 of 430 ~ 33.95%

%35.35
%30.7
%33.95

CMYK color model

#988492 color CMYK value is (0,13,4,40).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 3.95%
  • key color value is 40.39%
CMYK:
(0,13,4,40)
C0M13Y4K40 
(0%,13%,4%,40%)
(0.00/0.13/0.04/0.40)	

CMYK percentages

%0
%13.16
%3.95
%40.39

Codes

Color #988492 in popluar color models

988492
RGB152132146
HSL318°8.85%55.69%
HSB/HSV318°13.16%59.61%
CMYK0.00%13.16%3.95%
40.39%

Color #988492 in popluar number systems.

HEX988492
Decimal152132146
Binary100110001000010010010010
Octal230204222

Shades and tints

Shades of #988492

#988492
(152,132,146)
#8B7885
(139,120,133)
#7E6C78
(126,108,120)
#71606B
(113,96,107)
#64545E
(100,84,94)
#574851
(87,72,81)
#4A3C44
(74,60,68)
#3D3037
(61,48,55)
#30242A
(48,36,42)
#23181D
(35,24,29)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #988492

#988492
(152,132,146)
#A18F9B
(161,143,155)
#AA9AA4
(170,154,164)
#B3A5AD
(179,165,173)
#BCB0B6
(188,176,182)
#C5BBBF
(197,187,191)
#CEC6C8
(206,198,200)
#D7D1D1
(215,209,209)
#E0DCDA
(224,220,218)
#E9E7E3
(233,231,227)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988492; }

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

This text font color is #988492.


Background Color

.myBgColor { background-color: #988492; }

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

This div background color is #988492.


Border color

.myBorderColor { border: 1px solid #988492; }

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

This div border color is #988492.


Opacity

.myOpacity80 { color: #988492; opacity: 0.8; }

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

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

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

This text has shadow with #988492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988492 on black background.


Color preview on white background

This text has color #988492 on white background.



Black color preview on #988492 background

This text has black color on #988492 background.


White color preview on #988492 background

This text has white color on #988492 background.