COLOR #978B7B

HEX: #978B7B
RGB: (151,139,123)

Color info

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

RGB color model

#978B7B color RGB value is (151,139,123).

  • red value is 151;
  • green value is 139;
  • blue value is 123.
RGB:
(151,139,123)
(59%,55%,48%)

RGB channels and saturation

R 151 of 255 = 59%
G 139 of 255 = 55%
B 123 of 255 = 48%

151
139
123

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

Portions of RGB colors in percentages

R + G + B =
151 + 139 + 123 = 413 (100%)
R 151 of 413 ~ 36.56%
G 139 of 413 ~ 33.66%
B 123 of 413 ~ 29.78%

%36.56
%33.66
%29.78

CMYK color model

#978B7B color CMYK value is (0,8,19,41).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 18.54%
  • key color value is 40.78%
CMYK:
(0,8,19,41)
C0M8Y19K41 
(0%,8%,19%,41%)
(0.00/0.08/0.19/0.41)	

CMYK percentages

%0
%7.95
%18.54
%40.78

Codes

Color #978B7B in popluar color models

978B7B
RGB151139123
HSL34°11.86%53.73%
HSB/HSV34°18.54%59.22%
CMYK0.00%7.95%18.54%
40.78%

Color #978B7B in popluar number systems.

HEX978B7B
Decimal151139123
Binary10010111100010111111011
Octal227213173

Shades and tints

Shades of #978B7B

#978B7B
(151,139,123)
#8A7F70
(138,127,112)
#7D7365
(125,115,101)
#70675A
(112,103,90)
#635B4F
(99,91,79)
#564F44
(86,79,68)
#494339
(73,67,57)
#3C372E
(60,55,46)
#2F2B23
(47,43,35)
#221F18
(34,31,24)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #978B7B

#978B7B
(151,139,123)
#A09587
(160,149,135)
#A99F93
(169,159,147)
#B2A99F
(178,169,159)
#BBB3AB
(187,179,171)
#C4BDB7
(196,189,183)
#CDC7C3
(205,199,195)
#D6D1CF
(214,209,207)
#DFDBDB
(223,219,219)
#E8E5E7
(232,229,231)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978B7B color. Also use rgb(151,139,123) instead hex code.

Text Font Color

.myTextColor { color: #978B7B; }

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

This text font color is #978B7B.


Background Color

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

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

This div background color is #978B7B.


Border color

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

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

This div border color is #978B7B.


Opacity

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

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

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

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

This text has shadow with #978B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978B7B on black background.


Color preview on white background

This text has color #978B7B on white background.



Black color preview on #978B7B background

This text has black color on #978B7B background.


White color preview on #978B7B background

This text has white color on #978B7B background.