COLOR #9B949B

HEX: #9B949B
RGB: (155,148,155)

Color info

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

RGB color model

#9B949B color RGB value is (155,148,155).

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

RGB channels and saturation

R 155 of 255 = 61%
G 148 of 255 = 58%
B 155 of 255 = 61%

155
148
155

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

Portions of RGB colors in percentages

R + G + B =
155 + 148 + 155 = 458 (100%)
R 155 of 458 ~ 33.84%
G 148 of 458 ~ 32.31%
B 155 of 458 ~ 33.84%

%33.84
%32.31
%33.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(0,5,0,39)
C0M5Y0K39 
(0%,5%,0%,39%)
(0.00/0.05/0.00/0.39)	

CMYK percentages

%0
%4.52
%0
%39.22

Codes

Color #9B949B in popluar color models

9B949B
RGB155148155
HSL300°3.38%59.41%
HSB/HSV300°4.52%60.78%
CMYK0.00%4.52%0.00%
39.22%

Color #9B949B in popluar number systems.

HEX9B949B
Decimal155148155
Binary100110111001010010011011
Octal233224233

Shades and tints

Shades of #9B949B

#9B949B
(155,148,155)
#8D878D
(141,135,141)
#7F7A7F
(127,122,127)
#716D71
(113,109,113)
#636063
(99,96,99)
#555355
(85,83,85)
#474647
(71,70,71)
#393939
(57,57,57)
#2B2C2B
(43,44,43)
#1D1F1D
(29,31,29)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #9B949B

#9B949B
(155,148,155)
#A49DA4
(164,157,164)
#ADA6AD
(173,166,173)
#B6AFB6
(182,175,182)
#BFB8BF
(191,184,191)
#C8C1C8
(200,193,200)
#D1CAD1
(209,202,209)
#DAD3DA
(218,211,218)
#E3DCE3
(227,220,227)
#ECE5EC
(236,229,236)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B949B; }

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

This text font color is #9B949B.


Background Color

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

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

This div background color is #9B949B.


Border color

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

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

This div border color is #9B949B.


Opacity

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

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

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

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

This text has shadow with #9B949B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B949B on black background.


Color preview on white background

This text has color #9B949B on white background.



Black color preview on #9B949B background

This text has black color on #9B949B background.


White color preview on #9B949B background

This text has white color on #9B949B background.