COLOR #89A68C

HEX: #89A68C
RGB: (137,166,140)

Color info

#89A68C contains red, green and blue colors in about the same proportion. Web safe color of #89A68C is #999999 (or #999).

RGB color model

#89A68C color RGB value is (137,166,140).

  • red value is 137;
  • green value is 166;
  • blue value is 140.
RGB:
(137,166,140)
(54%,65%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 166 of 255 = 65%
B 140 of 255 = 55%

137
166
140

R + G + B ~ 58%. #89A68C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 166 + 140 = 443 (100%)
R 137 of 443 ~ 30.93%
G 166 of 443 ~ 37.47%
B 140 of 443 ~ 31.6%

%30.93
%37.47
%31.6

CMYK color model

#89A68C color CMYK value is (17,0,16,35).

  • cyan value is 17.47%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 34.90%
CMYK:
(17,0,16,35)
C17M0Y16K35 
(17%,0%,16%,35%)
(0.17/0.00/0.16/0.35)	

CMYK percentages

%17.47
%0
%15.66
%34.9

Codes

Color #89A68C in popluar color models

89A68C
RGB137166140
HSL126°14.01%59.41%
HSB/HSV126°17.47%65.10%
CMYK17.47%0.00%15.66%
34.90%

Color #89A68C in popluar number systems.

HEX89A68C
Decimal137166140
Binary100010011010011010001100
Octal211246214

Shades and tints

Shades of #89A68C

#89A68C
(137,166,140)
#7D9780
(125,151,128)
#718874
(113,136,116)
#657968
(101,121,104)
#596A5C
(89,106,92)
#4D5B50
(77,91,80)
#414C44
(65,76,68)
#353D38
(53,61,56)
#292E2C
(41,46,44)
#1D1F20
(29,31,32)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #89A68C

#89A68C
(137,166,140)
#93AE96
(147,174,150)
#9DB6A0
(157,182,160)
#A7BEAA
(167,190,170)
#B1C6B4
(177,198,180)
#BBCEBE
(187,206,190)
#C5D6C8
(197,214,200)
#CFDED2
(207,222,210)
#D9E6DC
(217,230,220)
#E3EEE6
(227,238,230)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A68C color. Also use rgb(137,166,140) instead hex code.

Text Font Color

.myTextColor { color: #89A68C; }

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

This text font color is #89A68C.


Background Color

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

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

This div background color is #89A68C.


Border color

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

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

This div border color is #89A68C.


Opacity

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

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

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

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

This text has shadow with #89A68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A68C on black background.


Color preview on white background

This text has color #89A68C on white background.



Black color preview on #89A68C background

This text has black color on #89A68C background.


White color preview on #89A68C background

This text has white color on #89A68C background.