COLOR #9BB987

HEX: #9BB987
RGB: (155,185,135)

Color info

#9BB987 contains red, green and blue colors in about the same proportion. Web safe color of #9BB987 is #99CC99 (or #9C9).

RGB color model

#9BB987 color RGB value is (155,185,135).

  • red value is 155;
  • green value is 185;
  • blue value is 135.
RGB:
(155,185,135)
(61%,73%,53%)

RGB channels and saturation

R 155 of 255 = 61%
G 185 of 255 = 73%
B 135 of 255 = 53%

155
185
135

R + G + B ~ 62%. #9BB987 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 185 + 135 = 475 (100%)
R 155 of 475 ~ 32.63%
G 185 of 475 ~ 38.95%
B 135 of 475 ~ 28.42%

%32.63
%38.95
%28.42

CMYK color model

#9BB987 color CMYK value is (16,0,27,27).

  • cyan value is 16.22%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 27.45%
CMYK:
(16,0,27,27)
C16M0Y27K27 
(16%,0%,27%,27%)
(0.16/0.00/0.27/0.27)	

CMYK percentages

%16.22
%0
%27.03
%27.45

Codes

Color #9BB987 in popluar color models

9BB987
RGB155185135
HSL96°26.32%62.75%
HSB/HSV96°27.03%72.55%
CMYK16.22%0.00%27.03%
27.45%

Color #9BB987 in popluar number systems.

HEX9BB987
Decimal155185135
Binary100110111011100110000111
Octal233271207

Shades and tints

Shades of #9BB987

#9BB987
(155,185,135)
#8DA97B
(141,169,123)
#7F996F
(127,153,111)
#718963
(113,137,99)
#637957
(99,121,87)
#55694B
(85,105,75)
#47593F
(71,89,63)
#394933
(57,73,51)
#2B3927
(43,57,39)
#1D291B
(29,41,27)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #9BB987

#9BB987
(155,185,135)
#A4BF91
(164,191,145)
#ADC59B
(173,197,155)
#B6CBA5
(182,203,165)
#BFD1AF
(191,209,175)
#C8D7B9
(200,215,185)
#D1DDC3
(209,221,195)
#DAE3CD
(218,227,205)
#E3E9D7
(227,233,215)
#ECEFE1
(236,239,225)
#F5F5EB
(245,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB987 color. Also use rgb(155,185,135) instead hex code.

Text Font Color

.myTextColor { color: #9BB987; }

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

This text font color is #9BB987.


Background Color

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

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

This div background color is #9BB987.


Border color

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

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

This div border color is #9BB987.


Opacity

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

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

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

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

This text has shadow with #9BB987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB987 on black background.


Color preview on white background

This text has color #9BB987 on white background.



Black color preview on #9BB987 background

This text has black color on #9BB987 background.


White color preview on #9BB987 background

This text has white color on #9BB987 background.