COLOR #928988

HEX: #928988
RGB: (146,137,136)

Color info

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

RGB color model

#928988 color RGB value is (146,137,136).

  • red value is 146;
  • green value is 137;
  • blue value is 136.
RGB:
(146,137,136)
(57%,54%,53%)

RGB channels and saturation

R 146 of 255 = 57%
G 137 of 255 = 54%
B 136 of 255 = 53%

146
137
136

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

Portions of RGB colors in percentages

R + G + B =
146 + 137 + 136 = 419 (100%)
R 146 of 419 ~ 34.84%
G 137 of 419 ~ 32.7%
B 136 of 419 ~ 32.46%

%34.84
%32.7
%32.46

CMYK color model

#928988 color CMYK value is (0,6,7,43).

  • cyan value is 0.00%
  • magenta value is 6.16%
  • yellow value is 6.85%
  • key color value is 42.75%
CMYK:
(0,6,7,43)
C0M6Y7K43 
(0%,6%,7%,43%)
(0.00/0.06/0.07/0.43)	

CMYK percentages

%0
%6.16
%6.85
%42.75

Codes

Color #928988 in popluar color models

928988
RGB146137136
HSL4.39%55.29%
HSB/HSV6.85%57.25%
CMYK0.00%6.16%6.85%
42.75%

Color #928988 in popluar number systems.

HEX928988
Decimal146137136
Binary100100101000100110001000
Octal222211210

Shades and tints

Shades of #928988

#928988
(146,137,136)
#857D7C
(133,125,124)
#787170
(120,113,112)
#6B6564
(107,101,100)
#5E5958
(94,89,88)
#514D4C
(81,77,76)
#444140
(68,65,64)
#373534
(55,53,52)
#2A2928
(42,41,40)
#1D1D1C
(29,29,28)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #928988

#928988
(146,137,136)
#9B9392
(155,147,146)
#A49D9C
(164,157,156)
#ADA7A6
(173,167,166)
#B6B1B0
(182,177,176)
#BFBBBA
(191,187,186)
#C8C5C4
(200,197,196)
#D1CFCE
(209,207,206)
#DAD9D8
(218,217,216)
#E3E3E2
(227,227,226)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #928988 color. Also use rgb(146,137,136) instead hex code.

Text Font Color

.myTextColor { color: #928988; }

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

This text font color is #928988.


Background Color

.myBgColor { background-color: #928988; }

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

This div background color is #928988.


Border color

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

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

This div border color is #928988.


Opacity

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

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

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

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

This text has shadow with #928988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928988 on black background.


Color preview on white background

This text has color #928988 on white background.



Black color preview on #928988 background

This text has black color on #928988 background.


White color preview on #928988 background

This text has white color on #928988 background.