COLOR #89BB9B

HEX: #89BB9B RGB: (137,187,155)

Color info

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

RGB color model

#89BB9B color RGB value is (137,187,155).

RGB: (137,187,155) (54%, 73%, 61%)

RGB channels and saturation

R 137 of 255 = 54%
G 187 of 255 = 73%
B 155 of 255 = 61%

137
187
155

R + G + B ~ 63%. #89BB9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 187 + 155 = 479 (100%)
R 137 of 479 ~ 28.6%
G 187 of 479 ~ 39.04%
B 155 of 479 ~ 32.36'%

%28.6
%39.04
%32.36

CMYK color model

#89BB9B color CMYK value is (27,0,17,27).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 26.67%

CMYK: (27,0,17,27)
C27M0Y17K27 (27%, 0%, 17%, 27%)
(0.27 / 0.00 / 0.17 / 0.27)

CMYK percentages

%26.74
%0
%17.11
%26.67

Codes

Color #89BB9B in popluar color models

89 BB 9B
RGB 137 187 155
HSL 142° 26.88% 63.53%
HSB/HSV 142° 26.74% 73.33%
CMYK 26.74% 0.00% 17.11%
26.67%

Color #89BB9B in popluar number systems.

HEX 89 BB 9B
Decimal 137 187 155
Binary 10001001 10111011 10011011
Octal 211 273 233

Shades and tints

Shades of #89BB9B

#89BB9B
(137,187,155)
#7DAA8D
(125,170,141)
#71997F
(113,153,127)
#658871
(101,136,113)
#597763
(89,119,99)
#4D6655
(77,102,85)
#415547
(65,85,71)
#354439
(53,68,57)
#29332B
(41,51,43)
#1D221D
(29,34,29)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #89BB9B

#89BB9B
(137,187,155)
#93C1A4
(147,193,164)
#9DC7AD
(157,199,173)
#A7CDB6
(167,205,182)
#B1D3BF
(177,211,191)
#BBD9C8
(187,217,200)
#C5DFD1
(197,223,209)
#CFE5DA
(207,229,218)
#D9EBE3
(217,235,227)
#E3F1EC
(227,241,236)
#EDF7F5
(237,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BB9B color. Also use rgb(137,187,155) instead hex code.

Text Font Color

.myTextColor { color: #89BB9B; }

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

This text font color is #89BB9B.

Background Color

.myBgColor { background-color: #89BB9B; }

<div style="background-color:#89BB9B">Inner text</div>

This div background color is #89BB9B.

Border color

.myBorderColor { border: 1px solid #89BB9B; }

<div style="border:3px solid #89BB9B">Div</div>

This div border color is #89BB9B.

Opacity

.myOpacity80 { color: #89BB9B; opacity: 0.8; }

<p style="color:#89BB9B;opacity:0.8;">80%</p>

Text with #89BB9B 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 #89BB9B;}

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

This text has shadow with #89BB9B color.


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

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

This text has shadow with #89BB9B primary color and red secondary color.


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

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

This text has shadow with #89BB9B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89BB9B.

Preview

Color preview on black background

This text has color #89BB9B on black background.


Color preview on white background

This text has color #89BB9B on white background.


Black color preview on #89BB9B background

This text has black color on #89BB9B background.


White color preview on #89BB9B background

This text has white color on #89BB9B background.


Related colors

Complementary color

Complementary color for #hex is #764464.


I love getcolorcode.com

Triadic colors

1 #9B89BB and #BB9B89 with #89BB9B are triadic colors.

2 #9BBB89 and #BB899B with #89BB9B are triadic colors.