COLOR #89BC9C

HEX: #89BC9C RGB: (137,188,156)

Color info

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

RGB color model

#89BC9C color RGB value is (137,188,156).

RGB: (137,188,156) (54%, 74%, 61%)

RGB channels and saturation

R 137 of 255 = 54%
G 188 of 255 = 74%
B 156 of 255 = 61%

137
188
156

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

Portions of RGB colors in percentages

R + G + B = 137 + 188 + 156 = 481 (100%)
R 137 of 481 ~ 28.48%
G 188 of 481 ~ 39.09%
B 156 of 481 ~ 32.43'%

%28.48
%39.09
%32.43

CMYK color model

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

  • cyan value is 27.13%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 26.27%

CMYK: (27,0,17,26)
C27M0Y17K26 (27%, 0%, 17%, 26%)
(0.27 / 0.00 / 0.17 / 0.26)

CMYK percentages

%27.13
%0
%17.02
%26.27

Codes

Color #89BC9C in popluar color models

89 BC 9C
RGB 137 188 156
HSL 142° 27.57% 63.73%
HSB/HSV 142° 27.13% 73.73%
CMYK 27.13% 0.00% 17.02%
26.27%

Color #89BC9C in popluar number systems.

HEX 89 BC 9C
Decimal 137 188 156
Binary 10001001 10111100 10011100
Octal 211 274 234

Shades and tints

Shades of #89BC9C

#89BC9C
(137,188,156)
#7DAB8E
(125,171,142)
#719A80
(113,154,128)
#658972
(101,137,114)
#597864
(89,120,100)
#4D6756
(77,103,86)
#415648
(65,86,72)
#35453A
(53,69,58)
#29342C
(41,52,44)
#1D231E
(29,35,30)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #89BC9C

#89BC9C
(137,188,156)
#93C2A5
(147,194,165)
#9DC8AE
(157,200,174)
#A7CEB7
(167,206,183)
#B1D4C0
(177,212,192)
#BBDAC9
(187,218,201)
#C5E0D2
(197,224,210)
#CFE6DB
(207,230,219)
#D9ECE4
(217,236,228)
#E3F2ED
(227,242,237)
#EDF8F6
(237,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BC9C color. Also use rgb(137,188,156) instead hex code.

Text Font Color

.myTextColor { color: #89BC9C; }

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

This text font color is #89BC9C.

Background Color

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

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

This div background color is #89BC9C.

Border color

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

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

This div border color is #89BC9C.

Opacity

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

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

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

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

This text has shadow with #89BC9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89BC9C.

Preview

Color preview on black background

This text has color #89BC9C on black background.


Color preview on white background

This text has color #89BC9C on white background.


Black color preview on #89BC9C background

This text has black color on #89BC9C background.


White color preview on #89BC9C background

This text has white color on #89BC9C background.


Related colors

Complementary color

Complementary color for #hex is #764363.


I love getcolorcode.com

Triadic colors

1 #9C89BC and #BC9C89 with #89BC9C are triadic colors.

2 #9CBC89 and #BC899C with #89BC9C are triadic colors.