COLOR #978197

HEX: #978197
RGB: (151,129,151)

Color info

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

RGB color model

#978197 color RGB value is (151,129,151).

  • red value is 151;
  • green value is 129;
  • blue value is 151.
RGB:
(151,129,151)
(59%,51%,59%)

RGB channels and saturation

R 151 of 255 = 59%
G 129 of 255 = 51%
B 151 of 255 = 59%

151
129
151

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

Portions of RGB colors in percentages

R + G + B =
151 + 129 + 151 = 431 (100%)
R 151 of 431 ~ 35.03%
G 129 of 431 ~ 29.93%
B 151 of 431 ~ 35.03%

%35.03
%29.93
%35.03

CMYK color model

#978197 color CMYK value is (0,15,0,41).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(0,15,0,41)
C0M15Y0K41 
(0%,15%,0%,41%)
(0.00/0.15/0.00/0.41)	

CMYK percentages

%0
%14.57
%0
%40.78

Codes

Color #978197 in popluar color models

978197
RGB151129151
HSL300°9.57%54.90%
HSB/HSV300°14.57%59.22%
CMYK0.00%14.57%0.00%
40.78%

Color #978197 in popluar number systems.

HEX978197
Decimal151129151
Binary100101111000000110010111
Octal227201227

Shades and tints

Shades of #978197

#978197
(151,129,151)
#8A768A
(138,118,138)
#7D6B7D
(125,107,125)
#706070
(112,96,112)
#635563
(99,85,99)
#564A56
(86,74,86)
#493F49
(73,63,73)
#3C343C
(60,52,60)
#2F292F
(47,41,47)
#221E22
(34,30,34)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #978197

#978197
(151,129,151)
#A08CA0
(160,140,160)
#A997A9
(169,151,169)
#B2A2B2
(178,162,178)
#BBADBB
(187,173,187)
#C4B8C4
(196,184,196)
#CDC3CD
(205,195,205)
#D6CED6
(214,206,214)
#DFD9DF
(223,217,223)
#E8E4E8
(232,228,232)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978197; }

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

This text font color is #978197.


Background Color

.myBgColor { background-color: #978197; }

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

This div background color is #978197.


Border color

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

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

This div border color is #978197.


Opacity

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

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

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

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

This text has shadow with #978197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978197 on black background.


Color preview on white background

This text has color #978197 on white background.



Black color preview on #978197 background

This text has black color on #978197 background.


White color preview on #978197 background

This text has white color on #978197 background.