COLOR #988792

HEX: #988792
RGB: (152,135,146)

Color info

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

RGB color model

#988792 color RGB value is (152,135,146).

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

RGB channels and saturation

R 152 of 255 = 60%
G 135 of 255 = 53%
B 146 of 255 = 57%

152
135
146

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

Portions of RGB colors in percentages

R + G + B =
152 + 135 + 146 = 433 (100%)
R 152 of 433 ~ 35.1%
G 135 of 433 ~ 31.18%
B 146 of 433 ~ 33.72%

%35.1
%31.18
%33.72

CMYK color model

#988792 color CMYK value is (0,11,4,40).

  • cyan value is 0.00%
  • magenta value is 11.18%
  • yellow value is 3.95%
  • key color value is 40.39%
CMYK:
(0,11,4,40)
C0M11Y4K40 
(0%,11%,4%,40%)
(0.00/0.11/0.04/0.40)	

CMYK percentages

%0
%11.18
%3.95
%40.39

Codes

Color #988792 in popluar color models

988792
RGB152135146
HSL321°7.62%56.27%
HSB/HSV321°11.18%59.61%
CMYK0.00%11.18%3.95%
40.39%

Color #988792 in popluar number systems.

HEX988792
Decimal152135146
Binary100110001000011110010010
Octal230207222

Shades and tints

Shades of #988792

#988792
(152,135,146)
#8B7B85
(139,123,133)
#7E6F78
(126,111,120)
#71636B
(113,99,107)
#64575E
(100,87,94)
#574B51
(87,75,81)
#4A3F44
(74,63,68)
#3D3337
(61,51,55)
#30272A
(48,39,42)
#231B1D
(35,27,29)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #988792

#988792
(152,135,146)
#A1919B
(161,145,155)
#AA9BA4
(170,155,164)
#B3A5AD
(179,165,173)
#BCAFB6
(188,175,182)
#C5B9BF
(197,185,191)
#CEC3C8
(206,195,200)
#D7CDD1
(215,205,209)
#E0D7DA
(224,215,218)
#E9E1E3
(233,225,227)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988792; }

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

This text font color is #988792.


Background Color

.myBgColor { background-color: #988792; }

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

This div background color is #988792.


Border color

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

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

This div border color is #988792.


Opacity

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

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

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

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

This text has shadow with #988792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988792 on black background.


Color preview on white background

This text has color #988792 on white background.



Black color preview on #988792 background

This text has black color on #988792 background.


White color preview on #988792 background

This text has white color on #988792 background.