COLOR #89B08C

HEX: #89B08C RGB: (137,176,140)

Color info

#89B08C contains red, green and blue colors in about the same proportion. Web safe color of #89B08C is #999999 (or #999).

RGB color model

#89B08C color RGB value is (137,176,140).

RGB: (137,176,140) (54%, 69%, 55%)

RGB channels and saturation

R 137 of 255 = 54%
G 176 of 255 = 69%
B 140 of 255 = 55%

137
176
140

R + G + B ~ 59%. #89B08C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 176 + 140 = 453 (100%)
R 137 of 453 ~ 30.24%
G 176 of 453 ~ 38.85%
B 140 of 453 ~ 30.91'%

%30.24
%38.85
%30.91

CMYK color model

#89B08C color CMYK value is (22,0,20,31).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 20.45%
  • key color value is 30.98%

CMYK: (22,0,20,31)
C22M0Y20K31 (22%, 0%, 20%, 31%)
(0.22 / 0.00 / 0.20 / 0.31)

CMYK percentages

%22.16
%0
%20.45
%30.98

Codes

Color #89B08C in popluar color models

89 B0 8C
RGB 137 176 140
HSL 125° 19.80% 61.37%
HSB/HSV 125° 22.16% 69.02%
CMYK 22.16% 0.00% 20.45%
30.98%

Color #89B08C in popluar number systems.

HEX 89 B0 8C
Decimal 137 176 140
Binary 10001001 10110000 10001100
Octal 211 260 214

Shades and tints

Shades of #89B08C

#89B08C
(137,176,140)
#7DA080
(125,160,128)
#719074
(113,144,116)
#658068
(101,128,104)
#59705C
(89,112,92)
#4D6050
(77,96,80)
#415044
(65,80,68)
#354038
(53,64,56)
#29302C
(41,48,44)
#1D2020
(29,32,32)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #89B08C

#89B08C
(137,176,140)
#93B796
(147,183,150)
#9DBEA0
(157,190,160)
#A7C5AA
(167,197,170)
#B1CCB4
(177,204,180)
#BBD3BE
(187,211,190)
#C5DAC8
(197,218,200)
#CFE1D2
(207,225,210)
#D9E8DC
(217,232,220)
#E3EFE6
(227,239,230)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B08C color. Also use rgb(137,176,140) instead hex code.

Text Font Color

.myTextColor { color: #89B08C; }

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

This text font color is #89B08C.

Background Color

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

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

This div background color is #89B08C.

Border color

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

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

This div border color is #89B08C.

Opacity

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

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

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

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

This text has shadow with #89B08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89B08C.

Preview

Color preview on black background

This text has color #89B08C on black background.


Color preview on white background

This text has color #89B08C on white background.


Black color preview on #89B08C background

This text has black color on #89B08C background.


White color preview on #89B08C background

This text has white color on #89B08C background.


Related colors

Complementary color

Complementary color for #hex is #764F73.


I love getcolorcode.com

Triadic colors

1 #8C89B0 and #B08C89 with #89B08C are triadic colors.

2 #8CB089 and #B0898C with #89B08C are triadic colors.