COLOR #9B8796

HEX: #9B8796 RGB: (155,135,150)

Color info

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

RGB color model

#9B8796 color RGB value is (155,135,150).

RGB: (155,135,150) (61%, 53%, 59%)

RGB channels and saturation

R 155 of 255 = 61%
G 135 of 255 = 53%
B 150 of 255 = 59%

155
135
150

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

Portions of RGB colors in percentages

R + G + B = 155 + 135 + 150 = 440 (100%)
R 155 of 440 ~ 35.23%
G 135 of 440 ~ 30.68%
B 150 of 440 ~ 34.09'%

%35.23
%30.68
%34.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 3.23%
  • key color value is 39.22%

CMYK: (0,13,3,39)
C0M13Y3K39 (0%, 13%, 3%, 39%)
(0.00 / 0.13 / 0.03 / 0.39)

CMYK percentages

%0
%12.9
%3.23
%39.22

Codes

Color #9B8796 in popluar color models

9B 87 96
RGB 155 135 150
HSL 315° 9.09% 56.86%
HSB/HSV 315° 12.90% 60.78%
CMYK 0.00% 12.90% 3.23%
39.22%

Color #9B8796 in popluar number systems.

HEX 9B 87 96
Decimal 155 135 150
Binary 10011011 10000111 10010110
Octal 233 207 226

Shades and tints

Shades of #9B8796

#9B8796
(155,135,150)
#8D7B89
(141,123,137)
#7F6F7C
(127,111,124)
#71636F
(113,99,111)
#635762
(99,87,98)
#554B55
(85,75,85)
#473F48
(71,63,72)
#39333B
(57,51,59)
#2B272E
(43,39,46)
#1D1B21
(29,27,33)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #9B8796

#9B8796
(155,135,150)
#A4919F
(164,145,159)
#AD9BA8
(173,155,168)
#B6A5B1
(182,165,177)
#BFAFBA
(191,175,186)
#C8B9C3
(200,185,195)
#D1C3CC
(209,195,204)
#DACDD5
(218,205,213)
#E3D7DE
(227,215,222)
#ECE1E7
(236,225,231)
#F5EBF0
(245,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8796; }

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

This text font color is #9B8796.

Background Color

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

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

This div background color is #9B8796.

Border color

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

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

This div border color is #9B8796.

Opacity

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

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

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

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

This text has shadow with #9B8796 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B8796.

Preview

Color preview on black background

This text has color #9B8796 on black background.


Color preview on white background

This text has color #9B8796 on white background.


Black color preview on #9B8796 background

This text has black color on #9B8796 background.


White color preview on #9B8796 background

This text has white color on #9B8796 background.


Related colors

Complementary color

Complementary color for #hex is #647869.


I love getcolorcode.com

Triadic colors

1 #969B87 and #87969B with #9B8796 are triadic colors.

2 #96879B and #879B96 with #9B8796 are triadic colors.