COLOR #89C0A1

HEX: #89C0A1
RGB: (137,192,161)

Color info

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

RGB color model

#89C0A1 color RGB value is (137,192,161).

  • red value is 137;
  • green value is 192;
  • blue value is 161.
RGB:
(137,192,161)
(54%,75%,63%)

RGB channels and saturation

R 137 of 255 = 54%
G 192 of 255 = 75%
B 161 of 255 = 63%

137
192
161

R + G + B ~ 64%. #89C0A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 192 + 161 = 490 (100%)
R 137 of 490 ~ 27.96%
G 192 of 490 ~ 39.18%
B 161 of 490 ~ 32.86%

%27.96
%39.18
%32.86

CMYK color model

#89C0A1 color CMYK value is (29,0,16,25).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 16.15%
  • key color value is 24.71%
CMYK:
(29,0,16,25)
C29M0Y16K25 
(29%,0%,16%,25%)
(0.29/0.00/0.16/0.25)	

CMYK percentages

%28.65
%0
%16.15
%24.71

Codes

Color #89C0A1 in popluar color models

89C0A1
RGB137192161
HSL146°30.39%64.51%
HSB/HSV146°28.65%75.29%
CMYK28.65%0.00%16.15%
24.71%

Color #89C0A1 in popluar number systems.

HEX89C0A1
Decimal137192161
Binary100010011100000010100001
Octal211300241

Shades and tints

Shades of #89C0A1

#89C0A1
(137,192,161)
#7DAF93
(125,175,147)
#719E85
(113,158,133)
#658D77
(101,141,119)
#597C69
(89,124,105)
#4D6B5B
(77,107,91)
#415A4D
(65,90,77)
#35493F
(53,73,63)
#293831
(41,56,49)
#1D2723
(29,39,35)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #89C0A1

#89C0A1
(137,192,161)
#93C5A9
(147,197,169)
#9DCAB1
(157,202,177)
#A7CFB9
(167,207,185)
#B1D4C1
(177,212,193)
#BBD9C9
(187,217,201)
#C5DED1
(197,222,209)
#CFE3D9
(207,227,217)
#D9E8E1
(217,232,225)
#E3EDE9
(227,237,233)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C0A1 color. Also use rgb(137,192,161) instead hex code.

Text Font Color

.myTextColor { color: #89C0A1; }

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

This text font color is #89C0A1.


Background Color

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

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

This div background color is #89C0A1.


Border color

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

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

This div border color is #89C0A1.


Opacity

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

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

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

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

This text has shadow with #89C0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C0A1 on black background.


Color preview on white background

This text has color #89C0A1 on white background.



Black color preview on #89C0A1 background

This text has black color on #89C0A1 background.


White color preview on #89C0A1 background

This text has white color on #89C0A1 background.