COLOR #978588

HEX: #978588
RGB: (151,133,136)

Color info

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

RGB color model

#978588 color RGB value is (151,133,136).

  • red value is 151;
  • green value is 133;
  • blue value is 136.
RGB:
(151,133,136)
(59%,52%,53%)

RGB channels and saturation

R 151 of 255 = 59%
G 133 of 255 = 52%
B 136 of 255 = 53%

151
133
136

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

Portions of RGB colors in percentages

R + G + B =
151 + 133 + 136 = 420 (100%)
R 151 of 420 ~ 35.95%
G 133 of 420 ~ 31.67%
B 136 of 420 ~ 32.38%

%35.95
%31.67
%32.38

CMYK color model

#978588 color CMYK value is (0,12,10,41).

  • cyan value is 0.00%
  • magenta value is 11.92%
  • yellow value is 9.93%
  • key color value is 40.78%
CMYK:
(0,12,10,41)
C0M12Y10K41 
(0%,12%,10%,41%)
(0.00/0.12/0.10/0.41)	

CMYK percentages

%0
%11.92
%9.93
%40.78

Codes

Color #978588 in popluar color models

978588
RGB151133136
HSL350°7.96%55.69%
HSB/HSV350°11.92%59.22%
CMYK0.00%11.92%9.93%
40.78%

Color #978588 in popluar number systems.

HEX978588
Decimal151133136
Binary100101111000010110001000
Octal227205210

Shades and tints

Shades of #978588

#978588
(151,133,136)
#8A797C
(138,121,124)
#7D6D70
(125,109,112)
#706164
(112,97,100)
#635558
(99,85,88)
#56494C
(86,73,76)
#493D40
(73,61,64)
#3C3134
(60,49,52)
#2F2528
(47,37,40)
#22191C
(34,25,28)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #978588

#978588
(151,133,136)
#A09092
(160,144,146)
#A99B9C
(169,155,156)
#B2A6A6
(178,166,166)
#BBB1B0
(187,177,176)
#C4BCBA
(196,188,186)
#CDC7C4
(205,199,196)
#D6D2CE
(214,210,206)
#DFDDD8
(223,221,216)
#E8E8E2
(232,232,226)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978588 color. Also use rgb(151,133,136) instead hex code.

Text Font Color

.myTextColor { color: #978588; }

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

This text font color is #978588.


Background Color

.myBgColor { background-color: #978588; }

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

This div background color is #978588.


Border color

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

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

This div border color is #978588.


Opacity

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

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

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

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

This text has shadow with #978588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978588 on black background.


Color preview on white background

This text has color #978588 on white background.



Black color preview on #978588 background

This text has black color on #978588 background.


White color preview on #978588 background

This text has white color on #978588 background.