COLOR #978A67

HEX: #978A67 RGB: (151,138,103)

Color info

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

RGB color model

#978A67 color RGB value is (151,138,103).

RGB: (151,138,103) (59%, 54%, 40%)

RGB channels and saturation

R 151 of 255 = 59%
G 138 of 255 = 54%
B 103 of 255 = 40%

151
138
103

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

Portions of RGB colors in percentages

R + G + B = 151 + 138 + 103 = 392 (100%)
R 151 of 392 ~ 38.52%
G 138 of 392 ~ 35.2%
B 103 of 392 ~ 26.28'%

%38.52
%35.2
%26.28

CMYK color model

#978A67 color CMYK value is (0,9,32,41).

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 31.79%
  • key color value is 40.78%

CMYK: (0,9,32,41)
C0M9Y32K41 (0%, 9%, 32%, 41%)
(0.00 / 0.09 / 0.32 / 0.41)

CMYK percentages

%0
%8.61
%31.79
%40.78

Codes

Color #978A67 in popluar color models

97 8A 67
RGB 151 138 103
HSL 44° 18.90% 49.80%
HSB/HSV 44° 31.79% 59.22%
CMYK 0.00% 8.61% 31.79%
40.78%

Color #978A67 in popluar number systems.

HEX 97 8A 67
Decimal 151 138 103
Binary 10010111 10001010 1100111
Octal 227 212 147

Shades and tints

Shades of #978A67

#978A67
(151,138,103)
#8A7E5E
(138,126,94)
#7D7255
(125,114,85)
#70664C
(112,102,76)
#635A43
(99,90,67)
#564E3A
(86,78,58)
#494231
(73,66,49)
#3C3628
(60,54,40)
#2F2A1F
(47,42,31)
#221E16
(34,30,22)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #978A67

#978A67
(151,138,103)
#A09474
(160,148,116)
#A99E81
(169,158,129)
#B2A88E
(178,168,142)
#BBB29B
(187,178,155)
#C4BCA8
(196,188,168)
#CDC6B5
(205,198,181)
#D6D0C2
(214,208,194)
#DFDACF
(223,218,207)
#E8E4DC
(232,228,220)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978A67; }

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

This text font color is #978A67.

Background Color

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

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

This div background color is #978A67.

Border color

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

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

This div border color is #978A67.

Opacity

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

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

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

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

This text has shadow with #978A67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978A67.

Preview

Color preview on black background

This text has color #978A67 on black background.


Color preview on white background

This text has color #978A67 on white background.


Black color preview on #978A67 background

This text has black color on #978A67 background.


White color preview on #978A67 background

This text has white color on #978A67 background.


Related colors

Complementary color

Complementary color for #hex is #687598.


I love getcolorcode.com

Triadic colors

1 #67978A and #8A6797 with #978A67 are triadic colors.

2 #678A97 and #8A9767 with #978A67 are triadic colors.