COLOR #89A89B

HEX: #89A89B
RGB: (137,168,155)

Color info

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

RGB color model

#89A89B color RGB value is (137,168,155).

  • red value is 137;
  • green value is 168;
  • blue value is 155.
RGB:
(137,168,155)
(54%,66%,61%)

RGB channels and saturation

R 137 of 255 = 54%
G 168 of 255 = 66%
B 155 of 255 = 61%

137
168
155

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

Portions of RGB colors in percentages

R + G + B =
137 + 168 + 155 = 460 (100%)
R 137 of 460 ~ 29.78%
G 168 of 460 ~ 36.52%
B 155 of 460 ~ 33.7%

%29.78
%36.52
%33.7

CMYK color model

#89A89B color CMYK value is (18,0,8,34).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 7.74%
  • key color value is 34.12%
CMYK:
(18,0,8,34)
C18M0Y8K34 
(18%,0%,8%,34%)
(0.18/0.00/0.08/0.34)	

CMYK percentages

%18.45
%0
%7.74
%34.12

Codes

Color #89A89B in popluar color models

89A89B
RGB137168155
HSL155°15.12%59.80%
HSB/HSV155°18.45%65.88%
CMYK18.45%0.00%7.74%
34.12%

Color #89A89B in popluar number systems.

HEX89A89B
Decimal137168155
Binary100010011010100010011011
Octal211250233

Shades and tints

Shades of #89A89B

#89A89B
(137,168,155)
#7D998D
(125,153,141)
#718A7F
(113,138,127)
#657B71
(101,123,113)
#596C63
(89,108,99)
#4D5D55
(77,93,85)
#414E47
(65,78,71)
#353F39
(53,63,57)
#29302B
(41,48,43)
#1D211D
(29,33,29)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #89A89B

#89A89B
(137,168,155)
#93AFA4
(147,175,164)
#9DB6AD
(157,182,173)
#A7BDB6
(167,189,182)
#B1C4BF
(177,196,191)
#BBCBC8
(187,203,200)
#C5D2D1
(197,210,209)
#CFD9DA
(207,217,218)
#D9E0E3
(217,224,227)
#E3E7EC
(227,231,236)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A89B color. Also use rgb(137,168,155) instead hex code.

Text Font Color

.myTextColor { color: #89A89B; }

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

This text font color is #89A89B.


Background Color

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

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

This div background color is #89A89B.


Border color

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

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

This div border color is #89A89B.


Opacity

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

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

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

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

This text has shadow with #89A89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A89B on black background.


Color preview on white background

This text has color #89A89B on white background.



Black color preview on #89A89B background

This text has black color on #89A89B background.


White color preview on #89A89B background

This text has white color on #89A89B background.