COLOR #978E6F

HEX: #978E6F
RGB: (151,142,111)

Color info

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

RGB color model

#978E6F color RGB value is (151,142,111).

  • red value is 151;
  • green value is 142;
  • blue value is 111.
RGB:
(151,142,111)
(59%,56%,44%)

RGB channels and saturation

R 151 of 255 = 59%
G 142 of 255 = 56%
B 111 of 255 = 44%

151
142
111

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

Portions of RGB colors in percentages

R + G + B =
151 + 142 + 111 = 404 (100%)
R 151 of 404 ~ 37.38%
G 142 of 404 ~ 35.15%
B 111 of 404 ~ 27.48%

%37.38
%35.15
%27.48

CMYK color model

#978E6F color CMYK value is (0,6,26,41).

  • cyan value is 0.00%
  • magenta value is 5.96%
  • yellow value is 26.49%
  • key color value is 40.78%
CMYK:
(0,6,26,41)
C0M6Y26K41 
(0%,6%,26%,41%)
(0.00/0.06/0.26/0.41)	

CMYK percentages

%0
%5.96
%26.49
%40.78

Codes

Color #978E6F in popluar color models

978E6F
RGB151142111
HSL47°16.13%51.37%
HSB/HSV47°26.49%59.22%
CMYK0.00%5.96%26.49%
40.78%

Color #978E6F in popluar number systems.

HEX978E6F
Decimal151142111
Binary10010111100011101101111
Octal227216157

Shades and tints

Shades of #978E6F

#978E6F
(151,142,111)
#8A8265
(138,130,101)
#7D765B
(125,118,91)
#706A51
(112,106,81)
#635E47
(99,94,71)
#56523D
(86,82,61)
#494633
(73,70,51)
#3C3A29
(60,58,41)
#2F2E1F
(47,46,31)
#222215
(34,34,21)
#15160B
(21,22,11)
#000000
(0,0,0)

Tints of #978E6F

#978E6F
(151,142,111)
#A0987C
(160,152,124)
#A9A289
(169,162,137)
#B2AC96
(178,172,150)
#BBB6A3
(187,182,163)
#C4C0B0
(196,192,176)
#CDCABD
(205,202,189)
#D6D4CA
(214,212,202)
#DFDED7
(223,222,215)
#E8E8E4
(232,232,228)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978E6F color. Also use rgb(151,142,111) instead hex code.

Text Font Color

.myTextColor { color: #978E6F; }

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

This text font color is #978E6F.


Background Color

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

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

This div background color is #978E6F.


Border color

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

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

This div border color is #978E6F.


Opacity

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

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

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

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

This text has shadow with #978E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978E6F on black background.


Color preview on white background

This text has color #978E6F on white background.



Black color preview on #978E6F background

This text has black color on #978E6F background.


White color preview on #978E6F background

This text has white color on #978E6F background.