COLOR #9B8E88

HEX: #9B8E88
RGB: (155,142,136)

Color info

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

RGB color model

#9B8E88 color RGB value is (155,142,136).

  • red value is 155;
  • green value is 142;
  • blue value is 136.
RGB:
(155,142,136)
(61%,56%,53%)

RGB channels and saturation

R 155 of 255 = 61%
G 142 of 255 = 56%
B 136 of 255 = 53%

155
142
136

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

Portions of RGB colors in percentages

R + G + B =
155 + 142 + 136 = 433 (100%)
R 155 of 433 ~ 35.8%
G 142 of 433 ~ 32.79%
B 136 of 433 ~ 31.41%

%35.8
%32.79
%31.41

CMYK color model

#9B8E88 color CMYK value is (0,8,12,39).

  • cyan value is 0.00%
  • magenta value is 8.39%
  • yellow value is 12.26%
  • key color value is 39.22%
CMYK:
(0,8,12,39)
C0M8Y12K39 
(0%,8%,12%,39%)
(0.00/0.08/0.12/0.39)	

CMYK percentages

%0
%8.39
%12.26
%39.22

Codes

Color #9B8E88 in popluar color models

9B8E88
RGB155142136
HSL19°8.68%57.06%
HSB/HSV19°12.26%60.78%
CMYK0.00%8.39%12.26%
39.22%

Color #9B8E88 in popluar number systems.

HEX9B8E88
Decimal155142136
Binary100110111000111010001000
Octal233216210

Shades and tints

Shades of #9B8E88

#9B8E88
(155,142,136)
#8D827C
(141,130,124)
#7F7670
(127,118,112)
#716A64
(113,106,100)
#635E58
(99,94,88)
#55524C
(85,82,76)
#474640
(71,70,64)
#393A34
(57,58,52)
#2B2E28
(43,46,40)
#1D221C
(29,34,28)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #9B8E88

#9B8E88
(155,142,136)
#A49892
(164,152,146)
#ADA29C
(173,162,156)
#B6ACA6
(182,172,166)
#BFB6B0
(191,182,176)
#C8C0BA
(200,192,186)
#D1CAC4
(209,202,196)
#DAD4CE
(218,212,206)
#E3DED8
(227,222,216)
#ECE8E2
(236,232,226)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8E88; }

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

This text font color is #9B8E88.


Background Color

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

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

This div background color is #9B8E88.


Border color

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

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

This div border color is #9B8E88.


Opacity

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

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

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

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

This text has shadow with #9B8E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8E88 on black background.


Color preview on white background

This text has color #9B8E88 on white background.



Black color preview on #9B8E88 background

This text has black color on #9B8E88 background.


White color preview on #9B8E88 background

This text has white color on #9B8E88 background.