COLOR #9BBD89

HEX: #9BBD89 RGB: (155,189,137)

Color info

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

RGB color model

#9BBD89 color RGB value is (155,189,137).

RGB: (155,189,137) (61%, 74%, 54%)

RGB channels and saturation

R 155 of 255 = 61%
G 189 of 255 = 74%
B 137 of 255 = 54%

155
189
137

R + G + B ~ 63%. #9BBD89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 189 + 137 = 481 (100%)
R 155 of 481 ~ 32.22%
G 189 of 481 ~ 39.29%
B 137 of 481 ~ 28.48'%

%32.22
%39.29
%28.48

CMYK color model

#9BBD89 color CMYK value is (18,0,28,26).

  • cyan value is 17.99%
  • magenta value is 0.00%
  • yellow value is 27.51%
  • key color value is 25.88%

CMYK: (18,0,28,26)
C18M0Y28K26 (18%, 0%, 28%, 26%)
(0.18 / 0.00 / 0.28 / 0.26)

CMYK percentages

%17.99
%0
%27.51
%25.88

Codes

Color #9BBD89 in popluar color models

9B BD 89
RGB 155 189 137
HSL 99° 28.26% 63.92%
HSB/HSV 99° 27.51% 74.12%
CMYK 17.99% 0.00% 27.51%
25.88%

Color #9BBD89 in popluar number systems.

HEX 9B BD 89
Decimal 155 189 137
Binary 10011011 10111101 10001001
Octal 233 275 211

Shades and tints

Shades of #9BBD89

#9BBD89
(155,189,137)
#8DAC7D
(141,172,125)
#7F9B71
(127,155,113)
#718A65
(113,138,101)
#637959
(99,121,89)
#55684D
(85,104,77)
#475741
(71,87,65)
#394635
(57,70,53)
#2B3529
(43,53,41)
#1D241D
(29,36,29)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #9BBD89

#9BBD89
(155,189,137)
#A4C393
(164,195,147)
#ADC99D
(173,201,157)
#B6CFA7
(182,207,167)
#BFD5B1
(191,213,177)
#C8DBBB
(200,219,187)
#D1E1C5
(209,225,197)
#DAE7CF
(218,231,207)
#E3EDD9
(227,237,217)
#ECF3E3
(236,243,227)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBD89; }

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

This text font color is #9BBD89.

Background Color

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

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

This div background color is #9BBD89.

Border color

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

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

This div border color is #9BBD89.

Opacity

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

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

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

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

This text has shadow with #9BBD89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBD89.

Preview

Color preview on black background

This text has color #9BBD89 on black background.


Color preview on white background

This text has color #9BBD89 on white background.


Black color preview on #9BBD89 background

This text has black color on #9BBD89 background.


White color preview on #9BBD89 background

This text has white color on #9BBD89 background.


Related colors

Complementary color

Complementary color for #hex is #644276.


I love getcolorcode.com

Triadic colors

1 #899BBD and #BD899B with #9BBD89 are triadic colors.

2 #89BD9B and #BD9B89 with #9BBD89 are triadic colors.