COLOR #9B9678

HEX: #9B9678
RGB: (155,150,120)

Color info

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

RGB color model

#9B9678 color RGB value is (155,150,120).

  • red value is 155;
  • green value is 150;
  • blue value is 120.
RGB:
(155,150,120)
(61%,59%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 150 of 255 = 59%
B 120 of 255 = 47%

155
150
120

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

Portions of RGB colors in percentages

R + G + B =
155 + 150 + 120 = 425 (100%)
R 155 of 425 ~ 36.47%
G 150 of 425 ~ 35.29%
B 120 of 425 ~ 28.24%

%36.47
%35.29
%28.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 22.58%
  • key color value is 39.22%
CMYK:
(0,3,23,39)
C0M3Y23K39 
(0%,3%,23%,39%)
(0.00/0.03/0.23/0.39)	

CMYK percentages

%0
%3.23
%22.58
%39.22

Codes

Color #9B9678 in popluar color models

9B9678
RGB155150120
HSL51°14.89%53.92%
HSB/HSV51°22.58%60.78%
CMYK0.00%3.23%22.58%
39.22%

Color #9B9678 in popluar number systems.

HEX9B9678
Decimal155150120
Binary10011011100101101111000
Octal233226170

Shades and tints

Shades of #9B9678

#9B9678
(155,150,120)
#8D896E
(141,137,110)
#7F7C64
(127,124,100)
#716F5A
(113,111,90)
#636250
(99,98,80)
#555546
(85,85,70)
#47483C
(71,72,60)
#393B32
(57,59,50)
#2B2E28
(43,46,40)
#1D211E
(29,33,30)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #9B9678

#9B9678
(155,150,120)
#A49F84
(164,159,132)
#ADA890
(173,168,144)
#B6B19C
(182,177,156)
#BFBAA8
(191,186,168)
#C8C3B4
(200,195,180)
#D1CCC0
(209,204,192)
#DAD5CC
(218,213,204)
#E3DED8
(227,222,216)
#ECE7E4
(236,231,228)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9678 color. Also use rgb(155,150,120) instead hex code.

Text Font Color

.myTextColor { color: #9B9678; }

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

This text font color is #9B9678.


Background Color

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

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

This div background color is #9B9678.


Border color

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

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

This div border color is #9B9678.


Opacity

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

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

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

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

This text has shadow with #9B9678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9678 on black background.


Color preview on white background

This text has color #9B9678 on white background.



Black color preview on #9B9678 background

This text has black color on #9B9678 background.


White color preview on #9B9678 background

This text has white color on #9B9678 background.