COLOR #9B9499

HEX: #9B9499 RGB: (155,148,153)

Color info

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

RGB color model

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

RGB: (155,148,153) (61%, 58%, 60%)

RGB channels and saturation

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

155
148
153

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

Portions of RGB colors in percentages

R + G + B = 155 + 148 + 153 = 456 (100%)
R 155 of 456 ~ 33.99%
G 148 of 456 ~ 32.46%
B 153 of 456 ~ 33.55'%

%33.99
%32.46
%33.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 1.29%
  • key color value is 39.22%

CMYK: (0,5,1,39)
C0M5Y1K39 (0%, 5%, 1%, 39%)
(0.00 / 0.05 / 0.01 / 0.39)

CMYK percentages

%0
%4.52
%1.29
%39.22

Codes

Color #9B9499 in popluar color models

9B 94 99
RGB 155 148 153
HSL 317° 3.38% 59.41%
HSB/HSV 317° 4.52% 60.78%
CMYK 0.00% 4.52% 1.29%
39.22%

Color #9B9499 in popluar number systems.

HEX 9B 94 99
Decimal 155 148 153
Binary 10011011 10010100 10011001
Octal 233 224 231

Shades and tints

Shades of #9B9499

#9B9499
(155,148,153)
#8D878C
(141,135,140)
#7F7A7F
(127,122,127)
#716D72
(113,109,114)
#636065
(99,96,101)
#555358
(85,83,88)
#47464B
(71,70,75)
#39393E
(57,57,62)
#2B2C31
(43,44,49)
#1D1F24
(29,31,36)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #9B9499

#9B9499
(155,148,153)
#A49DA2
(164,157,162)
#ADA6AB
(173,166,171)
#B6AFB4
(182,175,180)
#BFB8BD
(191,184,189)
#C8C1C6
(200,193,198)
#D1CACF
(209,202,207)
#DAD3D8
(218,211,216)
#E3DCE1
(227,220,225)
#ECE5EA
(236,229,234)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9499; }

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

This text font color is #9B9499.

Background Color

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

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

This div background color is #9B9499.

Border color

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

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

This div border color is #9B9499.

Opacity

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

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

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

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

This text has shadow with #9B9499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9499.

Preview

Color preview on black background

This text has color #9B9499 on black background.


Color preview on white background

This text has color #9B9499 on white background.


Black color preview on #9B9499 background

This text has black color on #9B9499 background.


White color preview on #9B9499 background

This text has white color on #9B9499 background.


Related colors

Complementary color

Complementary color for #hex is #646B66.


I love getcolorcode.com

Triadic colors

1 #999B94 and #94999B with #9B9499 are triadic colors.

2 #99949B and #949B99 with #9B9499 are triadic colors.