COLOR #9B9E7B

HEX: #9B9E7B
RGB: (155,158,123)

Color info

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

RGB color model

#9B9E7B color RGB value is (155,158,123).

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

RGB channels and saturation

R 155 of 255 = 61%
G 158 of 255 = 62%
B 123 of 255 = 48%

155
158
123

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

Portions of RGB colors in percentages

R + G + B =
155 + 158 + 123 = 436 (100%)
R 155 of 436 ~ 35.55%
G 158 of 436 ~ 36.24%
B 123 of 436 ~ 28.21%

%35.55
%36.24
%28.21

CMYK color model

#9B9E7B color CMYK value is (2,0,22,38).

  • cyan value is 1.90%
  • magenta value is 0.00%
  • yellow value is 22.15%
  • key color value is 38.04%
CMYK:
(2,0,22,38)
C2M0Y22K38 
(2%,0%,22%,38%)
(0.02/0.00/0.22/0.38)	

CMYK percentages

%1.9
%0
%22.15
%38.04

Codes

Color #9B9E7B in popluar color models

9B9E7B
RGB155158123
HSL65°15.28%55.10%
HSB/HSV65°22.15%61.96%
CMYK1.90%0.00%22.15%
38.04%

Color #9B9E7B in popluar number systems.

HEX9B9E7B
Decimal155158123
Binary10011011100111101111011
Octal233236173

Shades and tints

Shades of #9B9E7B

#9B9E7B
(155,158,123)
#8D9070
(141,144,112)
#7F8265
(127,130,101)
#71745A
(113,116,90)
#63664F
(99,102,79)
#555844
(85,88,68)
#474A39
(71,74,57)
#393C2E
(57,60,46)
#2B2E23
(43,46,35)
#1D2018
(29,32,24)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #9B9E7B

#9B9E7B
(155,158,123)
#A4A687
(164,166,135)
#ADAE93
(173,174,147)
#B6B69F
(182,182,159)
#BFBEAB
(191,190,171)
#C8C6B7
(200,198,183)
#D1CEC3
(209,206,195)
#DAD6CF
(218,214,207)
#E3DEDB
(227,222,219)
#ECE6E7
(236,230,231)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9E7B; }

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

This text font color is #9B9E7B.


Background Color

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

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

This div background color is #9B9E7B.


Border color

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

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

This div border color is #9B9E7B.


Opacity

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

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

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

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

This text has shadow with #9B9E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9E7B on black background.


Color preview on white background

This text has color #9B9E7B on white background.



Black color preview on #9B9E7B background

This text has black color on #9B9E7B background.


White color preview on #9B9E7B background

This text has white color on #9B9E7B background.