COLOR #978B99

HEX: #978B99 RGB: (151,139,153)

Color info

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

RGB color model

#978B99 color RGB value is (151,139,153).

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

RGB channels and saturation

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

151
139
153

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

Portions of RGB colors in percentages

R + G + B = 151 + 139 + 153 = 443 (100%)
R 151 of 443 ~ 34.09%
G 139 of 443 ~ 31.38%
B 153 of 443 ~ 34.54'%

%34.09
%31.38
%34.54

CMYK color model

#978B99 color CMYK value is (1,9,0,40).

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

CMYK: (1,9,0,40)
C1M9Y0K40 (1%, 9%, 0%, 40%)
(0.01 / 0.09 / 0.00 / 0.40)

CMYK percentages

%1.31
%9.15
%0
%40

Codes

Color #978B99 in popluar color models

97 8B 99
RGB 151 139 153
HSL 291° 6.42% 57.25%
HSB/HSV 291° 9.15% 60.00%
CMYK 1.31% 9.15% 0.00%
40.00%

Color #978B99 in popluar number systems.

HEX 97 8B 99
Decimal 151 139 153
Binary 10010111 10001011 10011001
Octal 227 213 231

Shades and tints

Shades of #978B99

#978B99
(151,139,153)
#8A7F8C
(138,127,140)
#7D737F
(125,115,127)
#706772
(112,103,114)
#635B65
(99,91,101)
#564F58
(86,79,88)
#49434B
(73,67,75)
#3C373E
(60,55,62)
#2F2B31
(47,43,49)
#221F24
(34,31,36)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #978B99

#978B99
(151,139,153)
#A095A2
(160,149,162)
#A99FAB
(169,159,171)
#B2A9B4
(178,169,180)
#BBB3BD
(187,179,189)
#C4BDC6
(196,189,198)
#CDC7CF
(205,199,207)
#D6D1D8
(214,209,216)
#DFDBE1
(223,219,225)
#E8E5EA
(232,229,234)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978B99; }

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

This text font color is #978B99.

Background Color

.myBgColor { background-color: #978B99; }

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

This div background color is #978B99.

Border color

.myBorderColor { border: 1px solid #978B99; }

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

This div border color is #978B99.

Opacity

.myOpacity80 { color: #978B99; opacity: 0.8; }

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

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

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

This text has shadow with #978B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978B99.

Preview

Color preview on black background

This text has color #978B99 on black background.


Color preview on white background

This text has color #978B99 on white background.


Black color preview on #978B99 background

This text has black color on #978B99 background.


White color preview on #978B99 background

This text has white color on #978B99 background.


Related colors

Complementary color

Complementary color for #hex is #687466.


I love getcolorcode.com

Triadic colors

1 #99978B and #8B9997 with #978B99 are triadic colors.

2 #998B97 and #8B9799 with #978B99 are triadic colors.