COLOR #9BAA87

HEX: #9BAA87
RGB: (155,170,135)

Color info

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

RGB color model

#9BAA87 color RGB value is (155,170,135).

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

RGB channels and saturation

R 155 of 255 = 61%
G 170 of 255 = 67%
B 135 of 255 = 53%

155
170
135

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

Portions of RGB colors in percentages

R + G + B =
155 + 170 + 135 = 460 (100%)
R 155 of 460 ~ 33.7%
G 170 of 460 ~ 36.96%
B 135 of 460 ~ 29.35%

%33.7
%36.96
%29.35

CMYK color model

#9BAA87 color CMYK value is (9,0,21,33).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 33.33%
CMYK:
(9,0,21,33)
C9M0Y21K33 
(9%,0%,21%,33%)
(0.09/0.00/0.21/0.33)	

CMYK percentages

%8.82
%0
%20.59
%33.33

Codes

Color #9BAA87 in popluar color models

9BAA87
RGB155170135
HSL86°17.07%59.80%
HSB/HSV86°20.59%66.67%
CMYK8.82%0.00%20.59%
33.33%

Color #9BAA87 in popluar number systems.

HEX9BAA87
Decimal155170135
Binary100110111010101010000111
Octal233252207

Shades and tints

Shades of #9BAA87

#9BAA87
(155,170,135)
#8D9B7B
(141,155,123)
#7F8C6F
(127,140,111)
#717D63
(113,125,99)
#636E57
(99,110,87)
#555F4B
(85,95,75)
#47503F
(71,80,63)
#394133
(57,65,51)
#2B3227
(43,50,39)
#1D231B
(29,35,27)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #9BAA87

#9BAA87
(155,170,135)
#A4B191
(164,177,145)
#ADB89B
(173,184,155)
#B6BFA5
(182,191,165)
#BFC6AF
(191,198,175)
#C8CDB9
(200,205,185)
#D1D4C3
(209,212,195)
#DADBCD
(218,219,205)
#E3E2D7
(227,226,215)
#ECE9E1
(236,233,225)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAA87; }

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

This text font color is #9BAA87.


Background Color

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

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

This div background color is #9BAA87.


Border color

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

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

This div border color is #9BAA87.


Opacity

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

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

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

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

This text has shadow with #9BAA87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAA87 on black background.


Color preview on white background

This text has color #9BAA87 on white background.



Black color preview on #9BAA87 background

This text has black color on #9BAA87 background.


White color preview on #9BAA87 background

This text has white color on #9BAA87 background.