COLOR #9BAB89

HEX: #9BAB89 RGB: (155,171,137)

Color info

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

RGB color model

#9BAB89 color RGB value is (155,171,137).

RGB: (155,171,137) (61%, 67%, 54%)

RGB channels and saturation

R 155 of 255 = 61%
G 171 of 255 = 67%
B 137 of 255 = 54%

155
171
137

R + G + B ~ 61%. #9BAB89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 171 + 137 = 463 (100%)
R 155 of 463 ~ 33.48%
G 171 of 463 ~ 36.93%
B 137 of 463 ~ 29.59'%

%33.48
%36.93
%29.59

CMYK color model

#9BAB89 color CMYK value is (9,0,20,33).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 32.94%
CMYK: (9,0,20,33) C9M0Y20K33 (9%,0%,20%,33%) (0.09/0.00/0.20/0.33) 

CMYK percentages

%9.36
%0
%19.88
%32.94

Codes

Color #9BAB89 in popluar color models

9B AB 89
RGB 155 171 137
HSL 88° 16.83% 60.39%
HSB/HSV 88° 19.88% 67.06%
CMYK 9.36% 0.00% 19.88%
32.94%

Color #9BAB89 in popluar number systems.

HEX 9B AB 89
Decimal 155 171 137
Binary 10011011 10101011 10001001
Octal 233 253 211

Shades and tints

Shades of #9BAB89

#9BAB89
(155,171,137)
#8D9C7D
(141,156,125)
#7F8D71
(127,141,113)
#717E65
(113,126,101)
#636F59
(99,111,89)
#55604D
(85,96,77)
#475141
(71,81,65)
#394235
(57,66,53)
#2B3329
(43,51,41)
#1D241D
(29,36,29)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #9BAB89

#9BAB89
(155,171,137)
#A4B293
(164,178,147)
#ADB99D
(173,185,157)
#B6C0A7
(182,192,167)
#BFC7B1
(191,199,177)
#C8CEBB
(200,206,187)
#D1D5C5
(209,213,197)
#DADCCF
(218,220,207)
#E3E3D9
(227,227,217)
#ECEAE3
(236,234,227)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAB89 color. Also use rgb(155,171,137) instead hex code.

Text Font Color

.myTextColor { color: #9BAB89; }

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

This text font color is #9BAB89.

Background Color

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

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

This div background color is #9BAB89.

Border color

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

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

This div border color is #9BAB89.

Opacity

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

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

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

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

This text has shadow with #9BAB89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BAB89.

Preview

Color preview on black background

This text has color #9BAB89 on black background.


Color preview on white background

This text has color #9BAB89 on white background.


Black color preview on #9BAB89 background

This text has black color on #9BAB89 background.


White color preview on #9BAB89 background

This text has white color on #9BAB89 background.


Related colors

Complementary color

Complementary color for #hex is #645476.


I love getcolorcode.com

Triadic colors

1 #899BAB and #AB899B with #9BAB89 are triadic colors.

2 #89AB9B and #AB9B89 with #9BAB89 are triadic colors.