COLOR #89C2A7

HEX: #89C2A7
RGB: (137,194,167)

Color info

#89C2A7 contains red, green and blue colors in about the same proportion. Web safe color of #89C2A7 is #99CC99 (or #9C9).

RGB color model

#89C2A7 color RGB value is (137,194,167).

  • red value is 137;
  • green value is 194;
  • blue value is 167.
RGB:
(137,194,167)
(54%,76%,65%)

RGB channels and saturation

R 137 of 255 = 54%
G 194 of 255 = 76%
B 167 of 255 = 65%

137
194
167

R + G + B ~ 65%. #89C2A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 194 + 167 = 498 (100%)
R 137 of 498 ~ 27.51%
G 194 of 498 ~ 38.96%
B 167 of 498 ~ 33.53%

%27.51
%38.96
%33.53

CMYK color model

#89C2A7 color CMYK value is (29,0,14,24).

  • cyan value is 29.38%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 23.92%
CMYK:
(29,0,14,24)
C29M0Y14K24 
(29%,0%,14%,24%)
(0.29/0.00/0.14/0.24)	

CMYK percentages

%29.38
%0
%13.92
%23.92

Codes

Color #89C2A7 in popluar color models

89C2A7
RGB137194167
HSL152°31.84%64.90%
HSB/HSV152°29.38%76.08%
CMYK29.38%0.00%13.92%
23.92%

Color #89C2A7 in popluar number systems.

HEX89C2A7
Decimal137194167
Binary100010011100001010100111
Octal211302247

Shades and tints

Shades of #89C2A7

#89C2A7
(137,194,167)
#7DB198
(125,177,152)
#71A089
(113,160,137)
#658F7A
(101,143,122)
#597E6B
(89,126,107)
#4D6D5C
(77,109,92)
#415C4D
(65,92,77)
#354B3E
(53,75,62)
#293A2F
(41,58,47)
#1D2920
(29,41,32)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #89C2A7

#89C2A7
(137,194,167)
#93C7AF
(147,199,175)
#9DCCB7
(157,204,183)
#A7D1BF
(167,209,191)
#B1D6C7
(177,214,199)
#BBDBCF
(187,219,207)
#C5E0D7
(197,224,215)
#CFE5DF
(207,229,223)
#D9EAE7
(217,234,231)
#E3EFEF
(227,239,239)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C2A7 color. Also use rgb(137,194,167) instead hex code.

Text Font Color

.myTextColor { color: #89C2A7; }

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

This text font color is #89C2A7.


Background Color

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

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

This div background color is #89C2A7.


Border color

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

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

This div border color is #89C2A7.


Opacity

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

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

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

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

This text has shadow with #89C2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C2A7 on black background.


Color preview on white background

This text has color #89C2A7 on white background.



Black color preview on #89C2A7 background

This text has black color on #89C2A7 background.


White color preview on #89C2A7 background

This text has white color on #89C2A7 background.