COLOR #978A7F

HEX: #978A7F
RGB: (151,138,127)

Color info

#978A7F contains red, green and blue colors in about the same proportion. Web safe color of #978A7F is #999966 (or #996).

RGB color model

#978A7F color RGB value is (151,138,127).

  • red value is 151;
  • green value is 138;
  • blue value is 127.
RGB:
(151,138,127)
(59%,54%,50%)

RGB channels and saturation

R 151 of 255 = 59%
G 138 of 255 = 54%
B 127 of 255 = 50%

151
138
127

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

Portions of RGB colors in percentages

R + G + B =
151 + 138 + 127 = 416 (100%)
R 151 of 416 ~ 36.3%
G 138 of 416 ~ 33.17%
B 127 of 416 ~ 30.53%

%36.3
%33.17
%30.53

CMYK color model

#978A7F color CMYK value is (0,9,16,41).

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 15.89%
  • key color value is 40.78%
CMYK:
(0,9,16,41)
C0M9Y16K41 
(0%,9%,16%,41%)
(0.00/0.09/0.16/0.41)	

CMYK percentages

%0
%8.61
%15.89
%40.78

Codes

Color #978A7F in popluar color models

978A7F
RGB151138127
HSL28°10.34%54.51%
HSB/HSV28°15.89%59.22%
CMYK0.00%8.61%15.89%
40.78%

Color #978A7F in popluar number systems.

HEX978A7F
Decimal151138127
Binary10010111100010101111111
Octal227212177

Shades and tints

Shades of #978A7F

#978A7F
(151,138,127)
#8A7E74
(138,126,116)
#7D7269
(125,114,105)
#70665E
(112,102,94)
#635A53
(99,90,83)
#564E48
(86,78,72)
#49423D
(73,66,61)
#3C3632
(60,54,50)
#2F2A27
(47,42,39)
#221E1C
(34,30,28)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #978A7F

#978A7F
(151,138,127)
#A0948A
(160,148,138)
#A99E95
(169,158,149)
#B2A8A0
(178,168,160)
#BBB2AB
(187,178,171)
#C4BCB6
(196,188,182)
#CDC6C1
(205,198,193)
#D6D0CC
(214,208,204)
#DFDAD7
(223,218,215)
#E8E4E2
(232,228,226)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978A7F color. Also use rgb(151,138,127) instead hex code.

Text Font Color

.myTextColor { color: #978A7F; }

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

This text font color is #978A7F.


Background Color

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

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

This div background color is #978A7F.


Border color

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

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

This div border color is #978A7F.


Opacity

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

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

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

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

This text has shadow with #978A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978A7F on black background.


Color preview on white background

This text has color #978A7F on white background.



Black color preview on #978A7F background

This text has black color on #978A7F background.


White color preview on #978A7F background

This text has white color on #978A7F background.