COLOR #9B978D

HEX: #9B978D RGB: (155,151,141)

Color info

#9B978D contains red, green and blue colors in about the same proportion. Web safe color of #9B978D is #999999 (or #999).

RGB color model

#9B978D color RGB value is (155,151,141).

RGB: (155,151,141) (61%, 59%, 55%)

RGB channels and saturation

R 155 of 255 = 61%
G 151 of 255 = 59%
B 141 of 255 = 55%

155
151
141

R + G + B ~ 58%. #9B978D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 155 + 151 + 141 = 447 (100%)
R 155 of 447 ~ 34.68%
G 151 of 447 ~ 33.78%
B 141 of 447 ~ 31.54'%

%34.68
%33.78
%31.54

CMYK color model

#9B978D color CMYK value is (0,3,9,39).

  • cyan value is 0.00%
  • magenta value is 2.58%
  • yellow value is 9.03%
  • key color value is 39.22%

CMYK: (0,3,9,39)
C0M3Y9K39 (0%, 3%, 9%, 39%)
(0.00 / 0.03 / 0.09 / 0.39)

CMYK percentages

%0
%2.58
%9.03
%39.22

Codes

Color #9B978D in popluar color models

9B 97 8D
RGB 155 151 141
HSL 43° 6.54% 58.04%
HSB/HSV 43° 9.03% 60.78%
CMYK 0.00% 2.58% 9.03%
39.22%

Color #9B978D in popluar number systems.

HEX 9B 97 8D
Decimal 155 151 141
Binary 10011011 10010111 10001101
Octal 233 227 215

Shades and tints

Shades of #9B978D

#9B978D
(155,151,141)
#8D8A81
(141,138,129)
#7F7D75
(127,125,117)
#717069
(113,112,105)
#63635D
(99,99,93)
#555651
(85,86,81)
#474945
(71,73,69)
#393C39
(57,60,57)
#2B2F2D
(43,47,45)
#1D2221
(29,34,33)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #9B978D

#9B978D
(155,151,141)
#A4A097
(164,160,151)
#ADA9A1
(173,169,161)
#B6B2AB
(182,178,171)
#BFBBB5
(191,187,181)
#C8C4BF
(200,196,191)
#D1CDC9
(209,205,201)
#DAD6D3
(218,214,211)
#E3DFDD
(227,223,221)
#ECE8E7
(236,232,231)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B978D color. Also use rgb(155,151,141) instead hex code.

Text Font Color

.myTextColor { color: #9B978D; }

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

This text font color is #9B978D.

Background Color

.myBgColor { background-color: #9B978D; }

<div style="background-color:#9B978D">Inner text</div>

This div background color is #9B978D.

Border color

.myBorderColor { border: 1px solid #9B978D; }

<div style="border:3px solid #9B978D">Div</div>

This div border color is #9B978D.

Opacity

.myOpacity80 { color: #9B978D; opacity: 0.8; }

<p style="color:#9B978D;opacity:0.8;">80%</p>

Text with #9B978D 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 #9B978D;}

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

This text has shadow with #9B978D color.


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

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

This text has shadow with #9B978D primary color and red secondary color.


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

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

This text has shadow with #9B978D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9B978D.

Preview

Color preview on black background

This text has color #9B978D on black background.


Color preview on white background

This text has color #9B978D on white background.


Black color preview on #9B978D background

This text has black color on #9B978D background.


White color preview on #9B978D background

This text has white color on #9B978D background.


Related colors

Complementary color

Complementary color for #hex is #646872.


I love getcolorcode.com

Triadic colors

1 #8D9B97 and #978D9B with #9B978D are triadic colors.

2 #8D979B and #979B8D with #9B978D are triadic colors.