COLOR #9B9693

HEX: #9B9693
RGB: (155,150,147)

Color info

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

RGB color model

#9B9693 color RGB value is (155,150,147).

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

RGB channels and saturation

R 155 of 255 = 61%
G 150 of 255 = 59%
B 147 of 255 = 58%

155
150
147

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

Portions of RGB colors in percentages

R + G + B =
155 + 150 + 147 = 452 (100%)
R 155 of 452 ~ 34.29%
G 150 of 452 ~ 33.19%
B 147 of 452 ~ 32.52%

%34.29
%33.19
%32.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 5.16%
  • key color value is 39.22%
CMYK:
(0,3,5,39)
C0M3Y5K39 
(0%,3%,5%,39%)
(0.00/0.03/0.05/0.39)	

CMYK percentages

%0
%3.23
%5.16
%39.22

Codes

Color #9B9693 in popluar color models

9B9693
RGB155150147
HSL23°3.85%59.22%
HSB/HSV23°5.16%60.78%
CMYK0.00%3.23%5.16%
39.22%

Color #9B9693 in popluar number systems.

HEX9B9693
Decimal155150147
Binary100110111001011010010011
Octal233226223

Shades and tints

Shades of #9B9693

#9B9693
(155,150,147)
#8D8986
(141,137,134)
#7F7C79
(127,124,121)
#716F6C
(113,111,108)
#63625F
(99,98,95)
#555552
(85,85,82)
#474845
(71,72,69)
#393B38
(57,59,56)
#2B2E2B
(43,46,43)
#1D211E
(29,33,30)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #9B9693

#9B9693
(155,150,147)
#A49F9C
(164,159,156)
#ADA8A5
(173,168,165)
#B6B1AE
(182,177,174)
#BFBAB7
(191,186,183)
#C8C3C0
(200,195,192)
#D1CCC9
(209,204,201)
#DAD5D2
(218,213,210)
#E3DEDB
(227,222,219)
#ECE7E4
(236,231,228)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9693; }

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

This text font color is #9B9693.


Background Color

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

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

This div background color is #9B9693.


Border color

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

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

This div border color is #9B9693.


Opacity

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

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

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

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

This text has shadow with #9B9693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9693 on black background.


Color preview on white background

This text has color #9B9693 on white background.



Black color preview on #9B9693 background

This text has black color on #9B9693 background.


White color preview on #9B9693 background

This text has white color on #9B9693 background.