COLOR #89C7A5

HEX: #89C7A5 RGB: (137,199,165)

Color info

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

RGB color model

#89C7A5 color RGB value is (137,199,165).

RGB: (137,199,165) (54%, 78%, 65%)

RGB channels and saturation

R 137 of 255 = 54%
G 199 of 255 = 78%
B 165 of 255 = 65%

137
199
165

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

Portions of RGB colors in percentages

R + G + B = 137 + 199 + 165 = 501 (100%)
R 137 of 501 ~ 27.35%
G 199 of 501 ~ 39.72%
B 165 of 501 ~ 32.93'%

%27.35
%39.72
%32.93

CMYK color model

#89C7A5 color CMYK value is (31,0,17,22).

  • cyan value is 31.16%
  • magenta value is 0.00%
  • yellow value is 17.09%
  • key color value is 21.96%

CMYK: (31,0,17,22)
C31M0Y17K22 (31%, 0%, 17%, 22%)
(0.31 / 0.00 / 0.17 / 0.22)

CMYK percentages

%31.16
%0
%17.09
%21.96

Codes

Color #89C7A5 in popluar color models

89 C7 A5
RGB 137 199 165
HSL 147° 35.63% 65.88%
HSB/HSV 147° 31.16% 78.04%
CMYK 31.16% 0.00% 17.09%
21.96%

Color #89C7A5 in popluar number systems.

HEX 89 C7 A5
Decimal 137 199 165
Binary 10001001 11000111 10100101
Octal 211 307 245

Shades and tints

Shades of #89C7A5

#89C7A5
(137,199,165)
#7DB596
(125,181,150)
#71A387
(113,163,135)
#659178
(101,145,120)
#597F69
(89,127,105)
#4D6D5A
(77,109,90)
#415B4B
(65,91,75)
#35493C
(53,73,60)
#29372D
(41,55,45)
#1D251E
(29,37,30)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #89C7A5

#89C7A5
(137,199,165)
#93CCAD
(147,204,173)
#9DD1B5
(157,209,181)
#A7D6BD
(167,214,189)
#B1DBC5
(177,219,197)
#BBE0CD
(187,224,205)
#C5E5D5
(197,229,213)
#CFEADD
(207,234,221)
#D9EFE5
(217,239,229)
#E3F4ED
(227,244,237)
#EDF9F5
(237,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C7A5 color. Also use rgb(137,199,165) instead hex code.

Text Font Color

.myTextColor { color: #89C7A5; }

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

This text font color is #89C7A5.

Background Color

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

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

This div background color is #89C7A5.

Border color

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

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

This div border color is #89C7A5.

Opacity

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

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

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

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

This text has shadow with #89C7A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C7A5.

Preview

Color preview on black background

This text has color #89C7A5 on black background.


Color preview on white background

This text has color #89C7A5 on white background.


Black color preview on #89C7A5 background

This text has black color on #89C7A5 background.


White color preview on #89C7A5 background

This text has white color on #89C7A5 background.


Related colors

Complementary color

Complementary color for #hex is #76385A.


I love getcolorcode.com

Triadic colors

1 #A589C7 and #C7A589 with #89C7A5 are triadic colors.

2 #A5C789 and #C789A5 with #89C7A5 are triadic colors.