COLOR #9BB887

HEX: #9BB887
RGB: (155,184,135)

Color info

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

RGB color model

#9BB887 color RGB value is (155,184,135).

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

RGB channels and saturation

R 155 of 255 = 61%
G 184 of 255 = 72%
B 135 of 255 = 53%

155
184
135

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

Portions of RGB colors in percentages

R + G + B =
155 + 184 + 135 = 474 (100%)
R 155 of 474 ~ 32.7%
G 184 of 474 ~ 38.82%
B 135 of 474 ~ 28.48%

%32.7
%38.82
%28.48

CMYK color model

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

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 26.63%
  • key color value is 27.84%
CMYK:
(16,0,27,28)
C16M0Y27K28 
(16%,0%,27%,28%)
(0.16/0.00/0.27/0.28)	

CMYK percentages

%15.76
%0
%26.63
%27.84

Codes

Color #9BB887 in popluar color models

9BB887
RGB155184135
HSL96°25.65%62.55%
HSB/HSV96°26.63%72.16%
CMYK15.76%0.00%26.63%
27.84%

Color #9BB887 in popluar number systems.

HEX9BB887
Decimal155184135
Binary100110111011100010000111
Octal233270207

Shades and tints

Shades of #9BB887

#9BB887
(155,184,135)
#8DA87B
(141,168,123)
#7F986F
(127,152,111)
#718863
(113,136,99)
#637857
(99,120,87)
#55684B
(85,104,75)
#47583F
(71,88,63)
#394833
(57,72,51)
#2B3827
(43,56,39)
#1D281B
(29,40,27)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #9BB887

#9BB887
(155,184,135)
#A4BE91
(164,190,145)
#ADC49B
(173,196,155)
#B6CAA5
(182,202,165)
#BFD0AF
(191,208,175)
#C8D6B9
(200,214,185)
#D1DCC3
(209,220,195)
#DAE2CD
(218,226,205)
#E3E8D7
(227,232,215)
#ECEEE1
(236,238,225)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB887; }

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

This text font color is #9BB887.


Background Color

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

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

This div background color is #9BB887.


Border color

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

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

This div border color is #9BB887.


Opacity

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

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

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

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

This text has shadow with #9BB887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB887 on black background.


Color preview on white background

This text has color #9BB887 on white background.



Black color preview on #9BB887 background

This text has black color on #9BB887 background.


White color preview on #9BB887 background

This text has white color on #9BB887 background.