COLOR #9B9488

HEX: #9B9488 RGB: (155,148,136)

Color info

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

RGB color model

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

RGB: (155,148,136) (61%, 58%, 53%)

RGB channels and saturation

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

155
148
136

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

Portions of RGB colors in percentages

R + G + B = 155 + 148 + 136 = 439 (100%)
R 155 of 439 ~ 35.31%
G 148 of 439 ~ 33.71%
B 136 of 439 ~ 30.98'%

%35.31
%33.71
%30.98

CMYK color model

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

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

CMYK: (0,5,12,39)
C0M5Y12K39 (0%, 5%, 12%, 39%)
(0.00 / 0.05 / 0.12 / 0.39)

CMYK percentages

%0
%4.52
%12.26
%39.22

Codes

Color #9B9488 in popluar color models

9B 94 88
RGB 155 148 136
HSL 38° 8.68% 57.06%
HSB/HSV 38° 12.26% 60.78%
CMYK 0.00% 4.52% 12.26%
39.22%

Color #9B9488 in popluar number systems.

HEX 9B 94 88
Decimal 155 148 136
Binary 10011011 10010100 10001000
Octal 233 224 210

Shades and tints

Shades of #9B9488

#9B9488
(155,148,136)
#8D877C
(141,135,124)
#7F7A70
(127,122,112)
#716D64
(113,109,100)
#636058
(99,96,88)
#55534C
(85,83,76)
#474640
(71,70,64)
#393934
(57,57,52)
#2B2C28
(43,44,40)
#1D1F1C
(29,31,28)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #9B9488

#9B9488
(155,148,136)
#A49D92
(164,157,146)
#ADA69C
(173,166,156)
#B6AFA6
(182,175,166)
#BFB8B0
(191,184,176)
#C8C1BA
(200,193,186)
#D1CAC4
(209,202,196)
#DAD3CE
(218,211,206)
#E3DCD8
(227,220,216)
#ECE5E2
(236,229,226)
#F5EEEC
(245,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9488; }

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

This text font color is #9B9488.

Background Color

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

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

This div background color is #9B9488.

Border color

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

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

This div border color is #9B9488.

Opacity

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

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

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

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

This text has shadow with #9B9488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9488.

Preview

Color preview on black background

This text has color #9B9488 on black background.


Color preview on white background

This text has color #9B9488 on white background.


Black color preview on #9B9488 background

This text has black color on #9B9488 background.


White color preview on #9B9488 background

This text has white color on #9B9488 background.


Related colors

Complementary color

Complementary color for #hex is #646B77.


I love getcolorcode.com

Triadic colors

1 #889B94 and #94889B with #9B9488 are triadic colors.

2 #88949B and #949B88 with #9B9488 are triadic colors.