COLOR #89C08B

HEX: #89C08B RGB: (137,192,139)

Color info

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

RGB color model

#89C08B color RGB value is (137,192,139).

RGB: (137,192,139) (54%, 75%, 55%)

RGB channels and saturation

R 137 of 255 = 54%
G 192 of 255 = 75%
B 139 of 255 = 55%

137
192
139

R + G + B ~ 61%. #89C08B is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 192 + 139 = 468 (100%)
R 137 of 468 ~ 29.27%
G 192 of 468 ~ 41.03%
B 139 of 468 ~ 29.7'%

%29.27
%41.03
%29.7

CMYK color model

#89C08B color CMYK value is (29,0,28,25).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 27.60%
  • key color value is 24.71%

CMYK: (29,0,28,25)
C29M0Y28K25 (29%, 0%, 28%, 25%)
(0.29 / 0.00 / 0.28 / 0.25)

CMYK percentages

%28.65
%0
%27.6
%24.71

Codes

Color #89C08B in popluar color models

89 C0 8B
RGB 137 192 139
HSL 122° 30.39% 64.51%
HSB/HSV 122° 28.65% 75.29%
CMYK 28.65% 0.00% 27.60%
24.71%

Color #89C08B in popluar number systems.

HEX 89 C0 8B
Decimal 137 192 139
Binary 10001001 11000000 10001011
Octal 211 300 213

Shades and tints

Shades of #89C08B

#89C08B
(137,192,139)
#7DAF7F
(125,175,127)
#719E73
(113,158,115)
#658D67
(101,141,103)
#597C5B
(89,124,91)
#4D6B4F
(77,107,79)
#415A43
(65,90,67)
#354937
(53,73,55)
#29382B
(41,56,43)
#1D271F
(29,39,31)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #89C08B

#89C08B
(137,192,139)
#93C595
(147,197,149)
#9DCA9F
(157,202,159)
#A7CFA9
(167,207,169)
#B1D4B3
(177,212,179)
#BBD9BD
(187,217,189)
#C5DEC7
(197,222,199)
#CFE3D1
(207,227,209)
#D9E8DB
(217,232,219)
#E3EDE5
(227,237,229)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C08B color. Also use rgb(137,192,139) instead hex code.

Text Font Color

.myTextColor { color: #89C08B; }

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

This text font color is #89C08B.

Background Color

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

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

This div background color is #89C08B.

Border color

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

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

This div border color is #89C08B.

Opacity

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

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

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

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

This text has shadow with #89C08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C08B.

Preview

Color preview on black background

This text has color #89C08B on black background.


Color preview on white background

This text has color #89C08B on white background.


Black color preview on #89C08B background

This text has black color on #89C08B background.


White color preview on #89C08B background

This text has white color on #89C08B background.


Related colors

Complementary color

Complementary color for #hex is #763F74.


I love getcolorcode.com

Triadic colors

1 #8B89C0 and #C08B89 with #89C08B are triadic colors.

2 #8BC089 and #C0898B with #89C08B are triadic colors.