COLOR #89C7AE

HEX: #89C7AE
RGB: (137,199,174)

Color info

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

RGB color model

#89C7AE color RGB value is (137,199,174).

  • red value is 137;
  • green value is 199;
  • blue value is 174.
RGB:
(137,199,174)
(54%,78%,68%)

RGB channels and saturation

R 137 of 255 = 54%
G 199 of 255 = 78%
B 174 of 255 = 68%

137
199
174

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

Portions of RGB colors in percentages

R + G + B =
137 + 199 + 174 = 510 (100%)
R 137 of 510 ~ 26.86%
G 199 of 510 ~ 39.02%
B 174 of 510 ~ 34.12%

%26.86
%39.02
%34.12

CMYK color model

#89C7AE color CMYK value is (31,0,13,22).

  • cyan value is 31.16%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 21.96%
CMYK:
(31,0,13,22)
C31M0Y13K22 
(31%,0%,13%,22%)
(0.31/0.00/0.13/0.22)	

CMYK percentages

%31.16
%0
%12.56
%21.96

Codes

Color #89C7AE in popluar color models

89C7AE
RGB137199174
HSL156°35.63%65.88%
HSB/HSV156°31.16%78.04%
CMYK31.16%0.00%12.56%
21.96%

Color #89C7AE in popluar number systems.

HEX89C7AE
Decimal137199174
Binary100010011100011110101110
Octal211307256

Shades and tints

Shades of #89C7AE

#89C7AE
(137,199,174)
#7DB59F
(125,181,159)
#71A390
(113,163,144)
#659181
(101,145,129)
#597F72
(89,127,114)
#4D6D63
(77,109,99)
#415B54
(65,91,84)
#354945
(53,73,69)
#293736
(41,55,54)
#1D2527
(29,37,39)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #89C7AE

#89C7AE
(137,199,174)
#93CCB5
(147,204,181)
#9DD1BC
(157,209,188)
#A7D6C3
(167,214,195)
#B1DBCA
(177,219,202)
#BBE0D1
(187,224,209)
#C5E5D8
(197,229,216)
#CFEADF
(207,234,223)
#D9EFE6
(217,239,230)
#E3F4ED
(227,244,237)
#EDF9F4
(237,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C7AE; }

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

This text font color is #89C7AE.


Background Color

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

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

This div background color is #89C7AE.


Border color

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

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

This div border color is #89C7AE.


Opacity

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

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

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

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

This text has shadow with #89C7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C7AE on black background.


Color preview on white background

This text has color #89C7AE on white background.



Black color preview on #89C7AE background

This text has black color on #89C7AE background.


White color preview on #89C7AE background

This text has white color on #89C7AE background.