COLOR #89C5AB

HEX: #89C5AB RGB: (137,197,171)

Color info

#89C5AB contains mainly green and blue colors. Web safe color of #89C5AB is #99CC99 (or #9C9).

RGB color model

#89C5AB color RGB value is (137,197,171).

RGB: (137,197,171) (54%, 77%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 197 of 255 = 77%
B 171 of 255 = 67%

137
197
171

R + G + B ~ 66%. #89C5AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 197 + 171 = 505 (100%)
R 137 of 505 ~ 27.13%
G 197 of 505 ~ 39.01%
B 171 of 505 ~ 33.86'%

%27.13
%39.01
%33.86

CMYK color model

#89C5AB color CMYK value is (30,0,13,23).

  • cyan value is 30.46%
  • magenta value is 0.00%
  • yellow value is 13.20%
  • key color value is 22.75%

CMYK: (30,0,13,23)
C30M0Y13K23 (30%, 0%, 13%, 23%)
(0.30 / 0.00 / 0.13 / 0.23)

CMYK percentages

%30.46
%0
%13.2
%22.75

Codes

Color #89C5AB in popluar color models

89 C5 AB
RGB 137 197 171
HSL 154° 34.09% 65.49%
HSB/HSV 154° 30.46% 77.25%
CMYK 30.46% 0.00% 13.20%
22.75%

Color #89C5AB in popluar number systems.

HEX 89 C5 AB
Decimal 137 197 171
Binary 10001001 11000101 10101011
Octal 211 305 253

Shades and tints

Shades of #89C5AB

#89C5AB
(137,197,171)
#7DB49C
(125,180,156)
#71A38D
(113,163,141)
#65927E
(101,146,126)
#59816F
(89,129,111)
#4D7060
(77,112,96)
#415F51
(65,95,81)
#354E42
(53,78,66)
#293D33
(41,61,51)
#1D2C24
(29,44,36)
#111B15
(17,27,21)
#000000
(0,0,0)

Tints of #89C5AB

#89C5AB
(137,197,171)
#93CAB2
(147,202,178)
#9DCFB9
(157,207,185)
#A7D4C0
(167,212,192)
#B1D9C7
(177,217,199)
#BBDECE
(187,222,206)
#C5E3D5
(197,227,213)
#CFE8DC
(207,232,220)
#D9EDE3
(217,237,227)
#E3F2EA
(227,242,234)
#EDF7F1
(237,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C5AB; }

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

This text font color is #89C5AB.

Background Color

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

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

This div background color is #89C5AB.

Border color

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

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

This div border color is #89C5AB.

Opacity

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

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

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

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

This text has shadow with #89C5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C5AB.

Preview

Color preview on black background

This text has color #89C5AB on black background.


Color preview on white background

This text has color #89C5AB on white background.


Black color preview on #89C5AB background

This text has black color on #89C5AB background.


White color preview on #89C5AB background

This text has white color on #89C5AB background.


Related colors

Complementary color

Complementary color for #hex is #763A54.


I love getcolorcode.com

Triadic colors

1 #AB89C5 and #C5AB89 with #89C5AB are triadic colors.

2 #ABC589 and #C589AB with #89C5AB are triadic colors.