COLOR #979799

HEX: #979799 RGB: (151,151,153)

Color info

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

RGB color model

#979799 color RGB value is (151,151,153).

RGB: (151,151,153) (59%, 59%, 60%)

RGB channels and saturation

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

151
151
153

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

Portions of RGB colors in percentages

R + G + B = 151 + 151 + 153 = 455 (100%)
R 151 of 455 ~ 33.19%
G 151 of 455 ~ 33.19%
B 153 of 455 ~ 33.63'%

%33.19
%33.19
%33.63

CMYK color model

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

  • cyan value is 1.31%
  • magenta value is 1.31%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (1,1,0,40)
C1M1Y0K40 (1%, 1%, 0%, 40%)
(0.01 / 0.01 / 0.00 / 0.40)

CMYK percentages

%1.31
%1.31
%0
%40

Codes

Color #979799 in popluar color models

97 97 99
RGB 151 151 153
HSL 240° 0.97% 59.61%
HSB/HSV 240° 1.31% 60.00%
CMYK 1.31% 1.31% 0.00%
40.00%

Color #979799 in popluar number systems.

HEX 97 97 99
Decimal 151 151 153
Binary 10010111 10010111 10011001
Octal 227 227 231

Shades and tints

Shades of #979799

#979799
(151,151,153)
#8A8A8C
(138,138,140)
#7D7D7F
(125,125,127)
#707072
(112,112,114)
#636365
(99,99,101)
#565658
(86,86,88)
#49494B
(73,73,75)
#3C3C3E
(60,60,62)
#2F2F31
(47,47,49)
#222224
(34,34,36)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #979799

#979799
(151,151,153)
#A0A0A2
(160,160,162)
#A9A9AB
(169,169,171)
#B2B2B4
(178,178,180)
#BBBBBD
(187,187,189)
#C4C4C6
(196,196,198)
#CDCDCF
(205,205,207)
#D6D6D8
(214,214,216)
#DFDFE1
(223,223,225)
#E8E8EA
(232,232,234)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979799; }

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

This text font color is #979799.

Background Color

.myBgColor { background-color: #979799; }

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

This div background color is #979799.

Border color

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

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

This div border color is #979799.

Opacity

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

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

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

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

This text has shadow with #979799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979799.

Preview

Color preview on black background

This text has color #979799 on black background.


Color preview on white background

This text has color #979799 on white background.


Black color preview on #979799 background

This text has black color on #979799 background.


White color preview on #979799 background

This text has white color on #979799 background.


Related colors

Complementary color

Complementary color for #hex is #686866.


I love getcolorcode.com