COLOR #89C9AD

HEX: #89C9AD RGB: (137,201,173)

Color info

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

RGB color model

#89C9AD color RGB value is (137,201,173).

RGB: (137,201,173) (54%, 79%, 68%)

RGB channels and saturation

R 137 of 255 = 54%
G 201 of 255 = 79%
B 173 of 255 = 68%

137
201
173

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

Portions of RGB colors in percentages

R + G + B = 137 + 201 + 173 = 511 (100%)
R 137 of 511 ~ 26.81%
G 201 of 511 ~ 39.33%
B 173 of 511 ~ 33.86'%

%26.81
%39.33
%33.86

CMYK color model

#89C9AD color CMYK value is (32,0,14,21).

  • cyan value is 31.84%
  • magenta value is 0.00%
  • yellow value is 13.93%
  • key color value is 21.18%
CMYK: (32,0,14,21) C32M0Y14K21 (32%,0%,14%,21%) (0.32/0.00/0.14/0.21) 

CMYK percentages

%31.84
%0
%13.93
%21.18

Codes

Color #89C9AD in popluar color models

89 C9 AD
RGB 137 201 173
HSL 154° 37.21% 66.27%
HSB/HSV 154° 31.84% 78.82%
CMYK 31.84% 0.00% 13.93%
21.18%

Color #89C9AD in popluar number systems.

HEX 89 C9 AD
Decimal 137 201 173
Binary 10001001 11001001 10101101
Octal 211 311 255

Shades and tints

Shades of #89C9AD

#89C9AD
(137,201,173)
#7DB79E
(125,183,158)
#71A58F
(113,165,143)
#659380
(101,147,128)
#598171
(89,129,113)
#4D6F62
(77,111,98)
#415D53
(65,93,83)
#354B44
(53,75,68)
#293935
(41,57,53)
#1D2726
(29,39,38)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #89C9AD

#89C9AD
(137,201,173)
#93CDB4
(147,205,180)
#9DD1BB
(157,209,187)
#A7D5C2
(167,213,194)
#B1D9C9
(177,217,201)
#BBDDD0
(187,221,208)
#C5E1D7
(197,225,215)
#CFE5DE
(207,229,222)
#D9E9E5
(217,233,229)
#E3EDEC
(227,237,236)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C9AD color. Also use rgb(137,201,173) instead hex code.

Text Font Color

.myTextColor { color: #89C9AD; }

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

This text font color is #89C9AD.

Background Color

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

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

This div background color is #89C9AD.

Border color

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

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

This div border color is #89C9AD.

Opacity

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

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

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

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

This text has shadow with #89C9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C9AD.

Preview

Color preview on black background

This text has color #89C9AD on black background.


Color preview on white background

This text has color #89C9AD on white background.


Black color preview on #89C9AD background

This text has black color on #89C9AD background.


White color preview on #89C9AD background

This text has white color on #89C9AD background.


Related colors

Complementary color

Complementary color for #hex is #763652.


I love getcolorcode.com

Triadic colors

1 #AD89C9 and #C9AD89 with #89C9AD are triadic colors.

2 #ADC989 and #C989AD with #89C9AD are triadic colors.