COLOR #978A69

HEX: #978A69 RGB: (151,138,105)

Color info

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

RGB color model

#978A69 color RGB value is (151,138,105).

RGB: (151,138,105) (59%, 54%, 41%)

RGB channels and saturation

R 151 of 255 = 59%
G 138 of 255 = 54%
B 105 of 255 = 41%

151
138
105

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

Portions of RGB colors in percentages

R + G + B = 151 + 138 + 105 = 394 (100%)
R 151 of 394 ~ 38.32%
G 138 of 394 ~ 35.03%
B 105 of 394 ~ 26.65'%

%38.32
%35.03
%26.65

CMYK color model

#978A69 color CMYK value is (0,9,30,41).

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

CMYK: (0,9,30,41)
C0M9Y30K41 (0%, 9%, 30%, 41%)
(0.00 / 0.09 / 0.30 / 0.41)

CMYK percentages

%0
%8.61
%30.46
%40.78

Codes

Color #978A69 in popluar color models

97 8A 69
RGB 151 138 105
HSL 43° 18.11% 50.20%
HSB/HSV 43° 30.46% 59.22%
CMYK 0.00% 8.61% 30.46%
40.78%

Color #978A69 in popluar number systems.

HEX 97 8A 69
Decimal 151 138 105
Binary 10010111 10001010 1101001
Octal 227 212 151

Shades and tints

Shades of #978A69

#978A69
(151,138,105)
#8A7E60
(138,126,96)
#7D7257
(125,114,87)
#70664E
(112,102,78)
#635A45
(99,90,69)
#564E3C
(86,78,60)
#494233
(73,66,51)
#3C362A
(60,54,42)
#2F2A21
(47,42,33)
#221E18
(34,30,24)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #978A69

#978A69
(151,138,105)
#A09476
(160,148,118)
#A99E83
(169,158,131)
#B2A890
(178,168,144)
#BBB29D
(187,178,157)
#C4BCAA
(196,188,170)
#CDC6B7
(205,198,183)
#D6D0C4
(214,208,196)
#DFDAD1
(223,218,209)
#E8E4DE
(232,228,222)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978A69; }

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

This text font color is #978A69.

Background Color

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

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

This div background color is #978A69.

Border color

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

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

This div border color is #978A69.

Opacity

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

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

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

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

This text has shadow with #978A69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978A69.

Preview

Color preview on black background

This text has color #978A69 on black background.


Color preview on white background

This text has color #978A69 on white background.


Black color preview on #978A69 background

This text has black color on #978A69 background.


White color preview on #978A69 background

This text has white color on #978A69 background.


Related colors

Complementary color

Complementary color for #hex is #687596.


I love getcolorcode.com

Triadic colors

1 #69978A and #8A6997 with #978A69 are triadic colors.

2 #698A97 and #8A9769 with #978A69 are triadic colors.