COLOR #89CDAB

HEX: #89CDAB RGB: (137,205,171)

Color info

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

RGB color model

#89CDAB color RGB value is (137,205,171).

RGB: (137,205,171) (54%, 80%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 205 of 255 = 80%
B 171 of 255 = 67%

137
205
171

R + G + B ~ 67%. #89CDAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 205 + 171 = 513 (100%)
R 137 of 513 ~ 26.71%
G 205 of 513 ~ 39.96%
B 171 of 513 ~ 33.33'%

%26.71
%39.96
%33.33

CMYK color model

#89CDAB color CMYK value is (33,0,17,20).

  • cyan value is 33.17%
  • magenta value is 0.00%
  • yellow value is 16.59%
  • key color value is 19.61%

CMYK: (33,0,17,20)
C33M0Y17K20 (33%, 0%, 17%, 20%)
(0.33 / 0.00 / 0.17 / 0.20)

CMYK percentages

%33.17
%0
%16.59
%19.61

Codes

Color #89CDAB in popluar color models

89 CD AB
RGB 137 205 171
HSL 150° 40.48% 67.06%
HSB/HSV 150° 33.17% 80.39%
CMYK 33.17% 0.00% 16.59%
19.61%

Color #89CDAB in popluar number systems.

HEX 89 CD AB
Decimal 137 205 171
Binary 10001001 11001101 10101011
Octal 211 315 253

Shades and tints

Shades of #89CDAB

#89CDAB
(137,205,171)
#7DBB9C
(125,187,156)
#71A98D
(113,169,141)
#65977E
(101,151,126)
#59856F
(89,133,111)
#4D7360
(77,115,96)
#416151
(65,97,81)
#354F42
(53,79,66)
#293D33
(41,61,51)
#1D2B24
(29,43,36)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #89CDAB

#89CDAB
(137,205,171)
#93D1B2
(147,209,178)
#9DD5B9
(157,213,185)
#A7D9C0
(167,217,192)
#B1DDC7
(177,221,199)
#BBE1CE
(187,225,206)
#C5E5D5
(197,229,213)
#CFE9DC
(207,233,220)
#D9EDE3
(217,237,227)
#E3F1EA
(227,241,234)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89CDAB; }

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

This text font color is #89CDAB.

Background Color

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

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

This div background color is #89CDAB.

Border color

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

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

This div border color is #89CDAB.

Opacity

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

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

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

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

This text has shadow with #89CDAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89CDAB.

Preview

Color preview on black background

This text has color #89CDAB on black background.


Color preview on white background

This text has color #89CDAB on white background.


Black color preview on #89CDAB background

This text has black color on #89CDAB background.


White color preview on #89CDAB background

This text has white color on #89CDAB background.


Related colors

Complementary color

Complementary color for #hex is #763254.


I love getcolorcode.com

Triadic colors

1 #AB89CD and #CDAB89 with #89CDAB are triadic colors.

2 #ABCD89 and #CD89AB with #89CDAB are triadic colors.