COLOR #978D99

HEX: #978D99
RGB: (151,141,153)

Color info

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

RGB color model

#978D99 color RGB value is (151,141,153).

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

RGB channels and saturation

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

151
141
153

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

Portions of RGB colors in percentages

R + G + B =
151 + 141 + 153 = 445 (100%)
R 151 of 445 ~ 33.93%
G 141 of 445 ~ 31.69%
B 153 of 445 ~ 34.38%

%33.93
%31.69
%34.38

CMYK color model

#978D99 color CMYK value is (1,8,0,40).

  • cyan value is 1.31%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(1,8,0,40)
C1M8Y0K40 
(1%,8%,0%,40%)
(0.01/0.08/0.00/0.40)	

CMYK percentages

%1.31
%7.84
%0
%40

Codes

Color #978D99 in popluar color models

978D99
RGB151141153
HSL290°5.56%57.65%
HSB/HSV290°7.84%60.00%
CMYK1.31%7.84%0.00%
40.00%

Color #978D99 in popluar number systems.

HEX978D99
Decimal151141153
Binary100101111000110110011001
Octal227215231

Shades and tints

Shades of #978D99

#978D99
(151,141,153)
#8A818C
(138,129,140)
#7D757F
(125,117,127)
#706972
(112,105,114)
#635D65
(99,93,101)
#565158
(86,81,88)
#49454B
(73,69,75)
#3C393E
(60,57,62)
#2F2D31
(47,45,49)
#222124
(34,33,36)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #978D99

#978D99
(151,141,153)
#A097A2
(160,151,162)
#A9A1AB
(169,161,171)
#B2ABB4
(178,171,180)
#BBB5BD
(187,181,189)
#C4BFC6
(196,191,198)
#CDC9CF
(205,201,207)
#D6D3D8
(214,211,216)
#DFDDE1
(223,221,225)
#E8E7EA
(232,231,234)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978D99; }

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

This text font color is #978D99.


Background Color

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

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

This div background color is #978D99.


Border color

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

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

This div border color is #978D99.


Opacity

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

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

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

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

This text has shadow with #978D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978D99 on black background.


Color preview on white background

This text has color #978D99 on white background.



Black color preview on #978D99 background

This text has black color on #978D99 background.


White color preview on #978D99 background

This text has white color on #978D99 background.