COLOR #978C66

HEX: #978C66
RGB: (151,140,102)

Color info

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

RGB color model

#978C66 color RGB value is (151,140,102).

  • red value is 151;
  • green value is 140;
  • blue value is 102.
RGB:
(151,140,102)
(59%,55%,40%)

RGB channels and saturation

R 151 of 255 = 59%
G 140 of 255 = 55%
B 102 of 255 = 40%

151
140
102

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

Portions of RGB colors in percentages

R + G + B =
151 + 140 + 102 = 393 (100%)
R 151 of 393 ~ 38.42%
G 140 of 393 ~ 35.62%
B 102 of 393 ~ 25.95%

%38.42
%35.62
%25.95

CMYK color model

#978C66 color CMYK value is (0,7,32,41).

  • cyan value is 0.00%
  • magenta value is 7.28%
  • yellow value is 32.45%
  • key color value is 40.78%
CMYK:
(0,7,32,41)
C0M7Y32K41 
(0%,7%,32%,41%)
(0.00/0.07/0.32/0.41)	

CMYK percentages

%0
%7.28
%32.45
%40.78

Codes

Color #978C66 in popluar color models

978C66
RGB151140102
HSL47°19.37%49.61%
HSB/HSV47°32.45%59.22%
CMYK0.00%7.28%32.45%
40.78%

Color #978C66 in popluar number systems.

HEX978C66
Decimal151140102
Binary10010111100011001100110
Octal227214146

Shades and tints

Shades of #978C66

#978C66
(151,140,102)
#8A805D
(138,128,93)
#7D7454
(125,116,84)
#70684B
(112,104,75)
#635C42
(99,92,66)
#565039
(86,80,57)
#494430
(73,68,48)
#3C3827
(60,56,39)
#2F2C1E
(47,44,30)
#222015
(34,32,21)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #978C66

#978C66
(151,140,102)
#A09673
(160,150,115)
#A9A080
(169,160,128)
#B2AA8D
(178,170,141)
#BBB49A
(187,180,154)
#C4BEA7
(196,190,167)
#CDC8B4
(205,200,180)
#D6D2C1
(214,210,193)
#DFDCCE
(223,220,206)
#E8E6DB
(232,230,219)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978C66 color. Also use rgb(151,140,102) instead hex code.

Text Font Color

.myTextColor { color: #978C66; }

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

This text font color is #978C66.


Background Color

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

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

This div background color is #978C66.


Border color

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

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

This div border color is #978C66.


Opacity

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

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

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

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

This text has shadow with #978C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978C66 on black background.


Color preview on white background

This text has color #978C66 on white background.



Black color preview on #978C66 background

This text has black color on #978C66 background.


White color preview on #978C66 background

This text has white color on #978C66 background.