COLOR #9B9E80

HEX: #9B9E80
RGB: (155,158,128)

Color info

#9B9E80 contains red, green and blue colors in about the same proportion. Web safe color of #9B9E80 is #999966 (or #996).

RGB color model

#9B9E80 color RGB value is (155,158,128).

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

RGB channels and saturation

R 155 of 255 = 61%
G 158 of 255 = 62%
B 128 of 255 = 50%

155
158
128

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

Portions of RGB colors in percentages

R + G + B =
155 + 158 + 128 = 441 (100%)
R 155 of 441 ~ 35.15%
G 158 of 441 ~ 35.83%
B 128 of 441 ~ 29.02%

%35.15
%35.83
%29.02

CMYK color model

#9B9E80 color CMYK value is (2,0,19,38).

  • cyan value is 1.90%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 38.04%
CMYK:
(2,0,19,38)
C2M0Y19K38 
(2%,0%,19%,38%)
(0.02/0.00/0.19/0.38)	

CMYK percentages

%1.9
%0
%18.99
%38.04

Codes

Color #9B9E80 in popluar color models

9B9E80
RGB155158128
HSL66°13.39%56.08%
HSB/HSV66°18.99%61.96%
CMYK1.90%0.00%18.99%
38.04%

Color #9B9E80 in popluar number systems.

HEX9B9E80
Decimal155158128
Binary100110111001111010000000
Octal233236200

Shades and tints

Shades of #9B9E80

#9B9E80
(155,158,128)
#8D9075
(141,144,117)
#7F826A
(127,130,106)
#71745F
(113,116,95)
#636654
(99,102,84)
#555849
(85,88,73)
#474A3E
(71,74,62)
#393C33
(57,60,51)
#2B2E28
(43,46,40)
#1D201D
(29,32,29)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #9B9E80

#9B9E80
(155,158,128)
#A4A68B
(164,166,139)
#ADAE96
(173,174,150)
#B6B6A1
(182,182,161)
#BFBEAC
(191,190,172)
#C8C6B7
(200,198,183)
#D1CEC2
(209,206,194)
#DAD6CD
(218,214,205)
#E3DED8
(227,222,216)
#ECE6E3
(236,230,227)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9E80; }

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

This text font color is #9B9E80.


Background Color

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

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

This div background color is #9B9E80.


Border color

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

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

This div border color is #9B9E80.


Opacity

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

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

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

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

This text has shadow with #9B9E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9E80 on black background.


Color preview on white background

This text has color #9B9E80 on white background.



Black color preview on #9B9E80 background

This text has black color on #9B9E80 background.


White color preview on #9B9E80 background

This text has white color on #9B9E80 background.