COLOR #89C0AB

HEX: #89C0AB
RGB: (137,192,171)

Color info

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

RGB color model

#89C0AB color RGB value is (137,192,171).

  • red value is 137;
  • green value is 192;
  • blue value is 171.
RGB:
(137,192,171)
(54%,75%,67%)

RGB channels and saturation

R 137 of 255 = 54%
G 192 of 255 = 75%
B 171 of 255 = 67%

137
192
171

R + G + B ~ 65%. #89C0AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 192 + 171 = 500 (100%)
R 137 of 500 ~ 27.4%
G 192 of 500 ~ 38.4%
B 171 of 500 ~ 34.2%

%27.4
%38.4
%34.2

CMYK color model

#89C0AB color CMYK value is (29,0,11,25).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 10.94%
  • key color value is 24.71%
CMYK:
(29,0,11,25)
C29M0Y11K25 
(29%,0%,11%,25%)
(0.29/0.00/0.11/0.25)	

CMYK percentages

%28.65
%0
%10.94
%24.71

Codes

Color #89C0AB in popluar color models

89C0AB
RGB137192171
HSL157°30.39%64.51%
HSB/HSV157°28.65%75.29%
CMYK28.65%0.00%10.94%
24.71%

Color #89C0AB in popluar number systems.

HEX89C0AB
Decimal137192171
Binary100010011100000010101011
Octal211300253

Shades and tints

Shades of #89C0AB

#89C0AB
(137,192,171)
#7DAF9C
(125,175,156)
#719E8D
(113,158,141)
#658D7E
(101,141,126)
#597C6F
(89,124,111)
#4D6B60
(77,107,96)
#415A51
(65,90,81)
#354942
(53,73,66)
#293833
(41,56,51)
#1D2724
(29,39,36)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #89C0AB

#89C0AB
(137,192,171)
#93C5B2
(147,197,178)
#9DCAB9
(157,202,185)
#A7CFC0
(167,207,192)
#B1D4C7
(177,212,199)
#BBD9CE
(187,217,206)
#C5DED5
(197,222,213)
#CFE3DC
(207,227,220)
#D9E8E3
(217,232,227)
#E3EDEA
(227,237,234)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C0AB; }

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

This text font color is #89C0AB.


Background Color

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

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

This div background color is #89C0AB.


Border color

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

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

This div border color is #89C0AB.


Opacity

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

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

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

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

This text has shadow with #89C0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C0AB on black background.


Color preview on white background

This text has color #89C0AB on white background.



Black color preview on #89C0AB background

This text has black color on #89C0AB background.


White color preview on #89C0AB background

This text has white color on #89C0AB background.