COLOR #9B9993

HEX: #9B9993
RGB: (155,153,147)

Color info

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

RGB color model

#9B9993 color RGB value is (155,153,147).

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

RGB channels and saturation

R 155 of 255 = 61%
G 153 of 255 = 60%
B 147 of 255 = 58%

155
153
147

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

Portions of RGB colors in percentages

R + G + B =
155 + 153 + 147 = 455 (100%)
R 155 of 455 ~ 34.07%
G 153 of 455 ~ 33.63%
B 147 of 455 ~ 32.31%

%34.07
%33.63
%32.31

CMYK color model

#9B9993 color CMYK value is (0,1,5,39).

  • cyan value is 0.00%
  • magenta value is 1.29%
  • yellow value is 5.16%
  • key color value is 39.22%
CMYK:
(0,1,5,39)
C0M1Y5K39 
(0%,1%,5%,39%)
(0.00/0.01/0.05/0.39)	

CMYK percentages

%0
%1.29
%5.16
%39.22

Codes

Color #9B9993 in popluar color models

9B9993
RGB155153147
HSL45°3.85%59.22%
HSB/HSV45°5.16%60.78%
CMYK0.00%1.29%5.16%
39.22%

Color #9B9993 in popluar number systems.

HEX9B9993
Decimal155153147
Binary100110111001100110010011
Octal233231223

Shades and tints

Shades of #9B9993

#9B9993
(155,153,147)
#8D8C86
(141,140,134)
#7F7F79
(127,127,121)
#71726C
(113,114,108)
#63655F
(99,101,95)
#555852
(85,88,82)
#474B45
(71,75,69)
#393E38
(57,62,56)
#2B312B
(43,49,43)
#1D241E
(29,36,30)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #9B9993

#9B9993
(155,153,147)
#A4A29C
(164,162,156)
#ADABA5
(173,171,165)
#B6B4AE
(182,180,174)
#BFBDB7
(191,189,183)
#C8C6C0
(200,198,192)
#D1CFC9
(209,207,201)
#DAD8D2
(218,216,210)
#E3E1DB
(227,225,219)
#ECEAE4
(236,234,228)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9993; }

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

This text font color is #9B9993.


Background Color

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

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

This div background color is #9B9993.


Border color

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

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

This div border color is #9B9993.


Opacity

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

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

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

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

This text has shadow with #9B9993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9993 on black background.


Color preview on white background

This text has color #9B9993 on white background.



Black color preview on #9B9993 background

This text has black color on #9B9993 background.


White color preview on #9B9993 background

This text has white color on #9B9993 background.