COLOR #9B978C

HEX: #9B978C RGB: (155,151,140)

Color info

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

RGB color model

#9B978C color RGB value is (155,151,140).

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

RGB channels and saturation

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

155
151
140

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

Portions of RGB colors in percentages

R + G + B = 155 + 151 + 140 = 446 (100%)
R 155 of 446 ~ 34.75%
G 151 of 446 ~ 33.86%
B 140 of 446 ~ 31.39'%

%34.75
%33.86
%31.39

CMYK color model

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

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

CMYK: (0,3,10,39)
C0M3Y10K39 (0%, 3%, 10%, 39%)
(0.00 / 0.03 / 0.10 / 0.39)

CMYK percentages

%0
%2.58
%9.68
%39.22

Codes

Color #9B978C in popluar color models

9B 97 8C
RGB 155 151 140
HSL 44° 6.98% 57.84%
HSB/HSV 44° 9.68% 60.78%
CMYK 0.00% 2.58% 9.68%
39.22%

Color #9B978C in popluar number systems.

HEX 9B 97 8C
Decimal 155 151 140
Binary 10011011 10010111 10001100
Octal 233 227 214

Shades and tints

Shades of #9B978C

#9B978C
(155,151,140)
#8D8A80
(141,138,128)
#7F7D74
(127,125,116)
#717068
(113,112,104)
#63635C
(99,99,92)
#555650
(85,86,80)
#474944
(71,73,68)
#393C38
(57,60,56)
#2B2F2C
(43,47,44)
#1D2220
(29,34,32)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #9B978C

#9B978C
(155,151,140)
#A4A096
(164,160,150)
#ADA9A0
(173,169,160)
#B6B2AA
(182,178,170)
#BFBBB4
(191,187,180)
#C8C4BE
(200,196,190)
#D1CDC8
(209,205,200)
#DAD6D2
(218,214,210)
#E3DFDC
(227,223,220)
#ECE8E6
(236,232,230)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B978C; }

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

This text font color is #9B978C.

Background Color

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

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

This div background color is #9B978C.

Border color

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

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

This div border color is #9B978C.

Opacity

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

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

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

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

This text has shadow with #9B978C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B978C.

Preview

Color preview on black background

This text has color #9B978C on black background.


Color preview on white background

This text has color #9B978C on white background.


Black color preview on #9B978C background

This text has black color on #9B978C background.


White color preview on #9B978C background

This text has white color on #9B978C background.


Related colors

Complementary color

Complementary color for #hex is #646873.


I love getcolorcode.com

Triadic colors

1 #8C9B97 and #978C9B with #9B978C are triadic colors.

2 #8C979B and #979B8C with #9B978C are triadic colors.