COLOR #979088

HEX: #979088
RGB: (151,144,136)

Color info

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

RGB color model

#979088 color RGB value is (151,144,136).

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

RGB channels and saturation

R 151 of 255 = 59%
G 144 of 255 = 56%
B 136 of 255 = 53%

151
144
136

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

Portions of RGB colors in percentages

R + G + B =
151 + 144 + 136 = 431 (100%)
R 151 of 431 ~ 35.03%
G 144 of 431 ~ 33.41%
B 136 of 431 ~ 31.55%

%35.03
%33.41
%31.55

CMYK color model

#979088 color CMYK value is (0,5,10,41).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 9.93%
  • key color value is 40.78%
CMYK:
(0,5,10,41)
C0M5Y10K41 
(0%,5%,10%,41%)
(0.00/0.05/0.10/0.41)	

CMYK percentages

%0
%4.64
%9.93
%40.78

Codes

Color #979088 in popluar color models

979088
RGB151144136
HSL32°6.73%56.27%
HSB/HSV32°9.93%59.22%
CMYK0.00%4.64%9.93%
40.78%

Color #979088 in popluar number systems.

HEX979088
Decimal151144136
Binary100101111001000010001000
Octal227220210

Shades and tints

Shades of #979088

#979088
(151,144,136)
#8A837C
(138,131,124)
#7D7670
(125,118,112)
#706964
(112,105,100)
#635C58
(99,92,88)
#564F4C
(86,79,76)
#494240
(73,66,64)
#3C3534
(60,53,52)
#2F2828
(47,40,40)
#221B1C
(34,27,28)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #979088

#979088
(151,144,136)
#A09A92
(160,154,146)
#A9A49C
(169,164,156)
#B2AEA6
(178,174,166)
#BBB8B0
(187,184,176)
#C4C2BA
(196,194,186)
#CDCCC4
(205,204,196)
#D6D6CE
(214,214,206)
#DFE0D8
(223,224,216)
#E8EAE2
(232,234,226)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979088; }

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

This text font color is #979088.


Background Color

.myBgColor { background-color: #979088; }

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

This div background color is #979088.


Border color

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

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

This div border color is #979088.


Opacity

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

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

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

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

This text has shadow with #979088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979088 on black background.


Color preview on white background

This text has color #979088 on white background.



Black color preview on #979088 background

This text has black color on #979088 background.


White color preview on #979088 background

This text has white color on #979088 background.