COLOR #9BBE89

HEX: #9BBE89 RGB: (155,190,137)

Color info

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

RGB color model

#9BBE89 color RGB value is (155,190,137).

RGB: (155,190,137) (61%, 75%, 54%)

RGB channels and saturation

R 155 of 255 = 61%
G 190 of 255 = 75%
B 137 of 255 = 54%

155
190
137

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

Portions of RGB colors in percentages

R + G + B = 155 + 190 + 137 = 482 (100%)
R 155 of 482 ~ 32.16%
G 190 of 482 ~ 39.42%
B 137 of 482 ~ 28.42'%

%32.16
%39.42
%28.42

CMYK color model

#9BBE89 color CMYK value is (18,0,28,25).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 27.89%
  • key color value is 25.49%

CMYK: (18,0,28,25)
C18M0Y28K25 (18%, 0%, 28%, 25%)
(0.18 / 0.00 / 0.28 / 0.25)

CMYK percentages

%18.42
%0
%27.89
%25.49

Codes

Color #9BBE89 in popluar color models

9B BE 89
RGB 155 190 137
HSL 100° 28.96% 64.12%
HSB/HSV 100° 27.89% 74.51%
CMYK 18.42% 0.00% 27.89%
25.49%

Color #9BBE89 in popluar number systems.

HEX 9B BE 89
Decimal 155 190 137
Binary 10011011 10111110 10001001
Octal 233 276 211

Shades and tints

Shades of #9BBE89

#9BBE89
(155,190,137)
#8DAD7D
(141,173,125)
#7F9C71
(127,156,113)
#718B65
(113,139,101)
#637A59
(99,122,89)
#55694D
(85,105,77)
#475841
(71,88,65)
#394735
(57,71,53)
#2B3629
(43,54,41)
#1D251D
(29,37,29)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #9BBE89

#9BBE89
(155,190,137)
#A4C393
(164,195,147)
#ADC89D
(173,200,157)
#B6CDA7
(182,205,167)
#BFD2B1
(191,210,177)
#C8D7BB
(200,215,187)
#D1DCC5
(209,220,197)
#DAE1CF
(218,225,207)
#E3E6D9
(227,230,217)
#ECEBE3
(236,235,227)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBE89; }

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

This text font color is #9BBE89.

Background Color

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

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

This div background color is #9BBE89.

Border color

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

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

This div border color is #9BBE89.

Opacity

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

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

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

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

This text has shadow with #9BBE89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBE89.

Preview

Color preview on black background

This text has color #9BBE89 on black background.


Color preview on white background

This text has color #9BBE89 on white background.


Black color preview on #9BBE89 background

This text has black color on #9BBE89 background.


White color preview on #9BBE89 background

This text has white color on #9BBE89 background.


Related colors

Complementary color

Complementary color for #hex is #644176.


I love getcolorcode.com

Triadic colors

1 #899BBE and #BE899B with #9BBE89 are triadic colors.

2 #89BE9B and #BE9B89 with #9BBE89 are triadic colors.