COLOR #988392

HEX: #988392
RGB: (152,131,146)

Color info

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

RGB color model

#988392 color RGB value is (152,131,146).

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

RGB channels and saturation

R 152 of 255 = 60%
G 131 of 255 = 51%
B 146 of 255 = 57%

152
131
146

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

Portions of RGB colors in percentages

R + G + B =
152 + 131 + 146 = 429 (100%)
R 152 of 429 ~ 35.43%
G 131 of 429 ~ 30.54%
B 146 of 429 ~ 34.03%

%35.43
%30.54
%34.03

CMYK color model

#988392 color CMYK value is (0,14,4,40).

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 3.95%
  • key color value is 40.39%
CMYK:
(0,14,4,40)
C0M14Y4K40 
(0%,14%,4%,40%)
(0.00/0.14/0.04/0.40)	

CMYK percentages

%0
%13.82
%3.95
%40.39

Codes

Color #988392 in popluar color models

988392
RGB152131146
HSL317°9.25%55.49%
HSB/HSV317°13.82%59.61%
CMYK0.00%13.82%3.95%
40.39%

Color #988392 in popluar number systems.

HEX988392
Decimal152131146
Binary100110001000001110010010
Octal230203222

Shades and tints

Shades of #988392

#988392
(152,131,146)
#8B7885
(139,120,133)
#7E6D78
(126,109,120)
#71626B
(113,98,107)
#64575E
(100,87,94)
#574C51
(87,76,81)
#4A4144
(74,65,68)
#3D3637
(61,54,55)
#302B2A
(48,43,42)
#23201D
(35,32,29)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #988392

#988392
(152,131,146)
#A18E9B
(161,142,155)
#AA99A4
(170,153,164)
#B3A4AD
(179,164,173)
#BCAFB6
(188,175,182)
#C5BABF
(197,186,191)
#CEC5C8
(206,197,200)
#D7D0D1
(215,208,209)
#E0DBDA
(224,219,218)
#E9E6E3
(233,230,227)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988392; }

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

This text font color is #988392.


Background Color

.myBgColor { background-color: #988392; }

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

This div background color is #988392.


Border color

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

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

This div border color is #988392.


Opacity

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

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

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

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

This text has shadow with #988392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988392 on black background.


Color preview on white background

This text has color #988392 on white background.



Black color preview on #988392 background

This text has black color on #988392 background.


White color preview on #988392 background

This text has white color on #988392 background.