COLOR #89BD9B

HEX: #89BD9B
RGB: (137,189,155)

Color info

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

RGB color model

#89BD9B color RGB value is (137,189,155).

  • red value is 137;
  • green value is 189;
  • blue value is 155.
RGB:
(137,189,155)
(54%,74%,61%)

RGB channels and saturation

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

137
189
155

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

Portions of RGB colors in percentages

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

%28.48
%39.29
%32.22

CMYK color model

#89BD9B color CMYK value is (28,0,18,26).

  • cyan value is 27.51%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 25.88%
CMYK:
(28,0,18,26)
C28M0Y18K26 
(28%,0%,18%,26%)
(0.28/0.00/0.18/0.26)	

CMYK percentages

%27.51
%0
%17.99
%25.88

Codes

Color #89BD9B in popluar color models

89BD9B
RGB137189155
HSL141°28.26%63.92%
HSB/HSV141°27.51%74.12%
CMYK27.51%0.00%17.99%
25.88%

Color #89BD9B in popluar number systems.

HEX89BD9B
Decimal137189155
Binary100010011011110110011011
Octal211275233

Shades and tints

Shades of #89BD9B

#89BD9B
(137,189,155)
#7DAC8D
(125,172,141)
#719B7F
(113,155,127)
#658A71
(101,138,113)
#597963
(89,121,99)
#4D6855
(77,104,85)
#415747
(65,87,71)
#354639
(53,70,57)
#29352B
(41,53,43)
#1D241D
(29,36,29)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #89BD9B

#89BD9B
(137,189,155)
#93C3A4
(147,195,164)
#9DC9AD
(157,201,173)
#A7CFB6
(167,207,182)
#B1D5BF
(177,213,191)
#BBDBC8
(187,219,200)
#C5E1D1
(197,225,209)
#CFE7DA
(207,231,218)
#D9EDE3
(217,237,227)
#E3F3EC
(227,243,236)
#EDF9F5
(237,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BD9B; }

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

This text font color is #89BD9B.


Background Color

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

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

This div background color is #89BD9B.


Border color

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

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

This div border color is #89BD9B.


Opacity

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

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

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

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

This text has shadow with #89BD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BD9B on black background.


Color preview on white background

This text has color #89BD9B on white background.



Black color preview on #89BD9B background

This text has black color on #89BD9B background.


White color preview on #89BD9B background

This text has white color on #89BD9B background.