COLOR #9B9688

HEX: #9B9688 RGB: (155,150,136)

Color info

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

RGB color model

#9B9688 color RGB value is (155,150,136).

RGB: (155,150,136) (61%, 59%, 53%)

RGB channels and saturation

R 155 of 255 = 61%
G 150 of 255 = 59%
B 136 of 255 = 53%

155
150
136

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

Portions of RGB colors in percentages

R + G + B = 155 + 150 + 136 = 441 (100%)
R 155 of 441 ~ 35.15%
G 150 of 441 ~ 34.01%
B 136 of 441 ~ 30.84'%

%35.15
%34.01
%30.84

CMYK color model

#9B9688 color CMYK value is (0,3,12,39).

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

CMYK: (0,3,12,39)
C0M3Y12K39 (0%, 3%, 12%, 39%)
(0.00 / 0.03 / 0.12 / 0.39)

CMYK percentages

%0
%3.23
%12.26
%39.22

Codes

Color #9B9688 in popluar color models

9B 96 88
RGB 155 150 136
HSL 44° 8.68% 57.06%
HSB/HSV 44° 12.26% 60.78%
CMYK 0.00% 3.23% 12.26%
39.22%

Color #9B9688 in popluar number systems.

HEX 9B 96 88
Decimal 155 150 136
Binary 10011011 10010110 10001000
Octal 233 226 210

Shades and tints

Shades of #9B9688

#9B9688
(155,150,136)
#8D897C
(141,137,124)
#7F7C70
(127,124,112)
#716F64
(113,111,100)
#636258
(99,98,88)
#55554C
(85,85,76)
#474840
(71,72,64)
#393B34
(57,59,52)
#2B2E28
(43,46,40)
#1D211C
(29,33,28)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #9B9688

#9B9688
(155,150,136)
#A49F92
(164,159,146)
#ADA89C
(173,168,156)
#B6B1A6
(182,177,166)
#BFBAB0
(191,186,176)
#C8C3BA
(200,195,186)
#D1CCC4
(209,204,196)
#DAD5CE
(218,213,206)
#E3DED8
(227,222,216)
#ECE7E2
(236,231,226)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9688; }

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

This text font color is #9B9688.

Background Color

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

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

This div background color is #9B9688.

Border color

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

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

This div border color is #9B9688.

Opacity

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

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

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

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

This text has shadow with #9B9688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9688.

Preview

Color preview on black background

This text has color #9B9688 on black background.


Color preview on white background

This text has color #9B9688 on white background.


Black color preview on #9B9688 background

This text has black color on #9B9688 background.


White color preview on #9B9688 background

This text has white color on #9B9688 background.


Related colors

Complementary color

Complementary color for #hex is #646977.


I love getcolorcode.com

Triadic colors

1 #889B96 and #96889B with #9B9688 are triadic colors.

2 #88969B and #969B88 with #9B9688 are triadic colors.