COLOR #979990

HEX: #979990
RGB: (151,153,144)

Color info

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

RGB color model

#979990 color RGB value is (151,153,144).

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

RGB channels and saturation

R 151 of 255 = 59%
G 153 of 255 = 60%
B 144 of 255 = 56%

151
153
144

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

Portions of RGB colors in percentages

R + G + B =
151 + 153 + 144 = 448 (100%)
R 151 of 448 ~ 33.71%
G 153 of 448 ~ 34.15%
B 144 of 448 ~ 32.14%

%33.71
%34.15
%32.14

CMYK color model

#979990 color CMYK value is (1,0,6,40).

  • cyan value is 1.31%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 40.00%
CMYK:
(1,0,6,40)
C1M0Y6K40 
(1%,0%,6%,40%)
(0.01/0.00/0.06/0.40)	

CMYK percentages

%1.31
%0
%5.88
%40

Codes

Color #979990 in popluar color models

979990
RGB151153144
HSL73°4.23%58.24%
HSB/HSV73°5.88%60.00%
CMYK1.31%0.00%5.88%
40.00%

Color #979990 in popluar number systems.

HEX979990
Decimal151153144
Binary100101111001100110010000
Octal227231220

Shades and tints

Shades of #979990

#979990
(151,153,144)
#8A8C83
(138,140,131)
#7D7F76
(125,127,118)
#707269
(112,114,105)
#63655C
(99,101,92)
#56584F
(86,88,79)
#494B42
(73,75,66)
#3C3E35
(60,62,53)
#2F3128
(47,49,40)
#22241B
(34,36,27)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #979990

#979990
(151,153,144)
#A0A29A
(160,162,154)
#A9ABA4
(169,171,164)
#B2B4AE
(178,180,174)
#BBBDB8
(187,189,184)
#C4C6C2
(196,198,194)
#CDCFCC
(205,207,204)
#D6D8D6
(214,216,214)
#DFE1E0
(223,225,224)
#E8EAEA
(232,234,234)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979990; }

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

This text font color is #979990.


Background Color

.myBgColor { background-color: #979990; }

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

This div background color is #979990.


Border color

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

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

This div border color is #979990.


Opacity

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

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

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

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

This text has shadow with #979990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979990 on black background.


Color preview on white background

This text has color #979990 on white background.



Black color preview on #979990 background

This text has black color on #979990 background.


White color preview on #979990 background

This text has white color on #979990 background.