COLOR #9B9E84

HEX: #9B9E84
RGB: (155,158,132)

Color info

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

RGB color model

#9B9E84 color RGB value is (155,158,132).

  • red value is 155;
  • green value is 158;
  • blue value is 132.
RGB:
(155,158,132)
(61%,62%,52%)

RGB channels and saturation

R 155 of 255 = 61%
G 158 of 255 = 62%
B 132 of 255 = 52%

155
158
132

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

Portions of RGB colors in percentages

R + G + B =
155 + 158 + 132 = 445 (100%)
R 155 of 445 ~ 34.83%
G 158 of 445 ~ 35.51%
B 132 of 445 ~ 29.66%

%34.83
%35.51
%29.66

CMYK color model

#9B9E84 color CMYK value is (2,0,16,38).

  • cyan value is 1.90%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 38.04%
CMYK:
(2,0,16,38)
C2M0Y16K38 
(2%,0%,16%,38%)
(0.02/0.00/0.16/0.38)	

CMYK percentages

%1.9
%0
%16.46
%38.04

Codes

Color #9B9E84 in popluar color models

9B9E84
RGB155158132
HSL67°11.82%56.86%
HSB/HSV67°16.46%61.96%
CMYK1.90%0.00%16.46%
38.04%

Color #9B9E84 in popluar number systems.

HEX9B9E84
Decimal155158132
Binary100110111001111010000100
Octal233236204

Shades and tints

Shades of #9B9E84

#9B9E84
(155,158,132)
#8D9078
(141,144,120)
#7F826C
(127,130,108)
#717460
(113,116,96)
#636654
(99,102,84)
#555848
(85,88,72)
#474A3C
(71,74,60)
#393C30
(57,60,48)
#2B2E24
(43,46,36)
#1D2018
(29,32,24)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #9B9E84

#9B9E84
(155,158,132)
#A4A68F
(164,166,143)
#ADAE9A
(173,174,154)
#B6B6A5
(182,182,165)
#BFBEB0
(191,190,176)
#C8C6BB
(200,198,187)
#D1CEC6
(209,206,198)
#DAD6D1
(218,214,209)
#E3DEDC
(227,222,220)
#ECE6E7
(236,230,231)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9E84; }

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

This text font color is #9B9E84.


Background Color

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

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

This div background color is #9B9E84.


Border color

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

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

This div border color is #9B9E84.


Opacity

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

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

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

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

This text has shadow with #9B9E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9E84 on black background.


Color preview on white background

This text has color #9B9E84 on white background.



Black color preview on #9B9E84 background

This text has black color on #9B9E84 background.


White color preview on #9B9E84 background

This text has white color on #9B9E84 background.