COLOR #89B3A0

HEX: #89B3A0
RGB: (137,179,160)

Color info

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

RGB color model

#89B3A0 color RGB value is (137,179,160).

  • red value is 137;
  • green value is 179;
  • blue value is 160.
RGB:
(137,179,160)
(54%,70%,63%)

RGB channels and saturation

R 137 of 255 = 54%
G 179 of 255 = 70%
B 160 of 255 = 63%

137
179
160

R + G + B ~ 62%. #89B3A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 179 + 160 = 476 (100%)
R 137 of 476 ~ 28.78%
G 179 of 476 ~ 37.61%
B 160 of 476 ~ 33.61%

%28.78
%37.61
%33.61

CMYK color model

#89B3A0 color CMYK value is (23,0,11,30).

  • cyan value is 23.46%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 29.80%
CMYK:
(23,0,11,30)
C23M0Y11K30 
(23%,0%,11%,30%)
(0.23/0.00/0.11/0.30)	

CMYK percentages

%23.46
%0
%10.61
%29.8

Codes

Color #89B3A0 in popluar color models

89B3A0
RGB137179160
HSL153°21.65%61.96%
HSB/HSV153°23.46%70.20%
CMYK23.46%0.00%10.61%
29.80%

Color #89B3A0 in popluar number systems.

HEX89B3A0
Decimal137179160
Binary100010011011001110100000
Octal211263240

Shades and tints

Shades of #89B3A0

#89B3A0
(137,179,160)
#7DA392
(125,163,146)
#719384
(113,147,132)
#658376
(101,131,118)
#597368
(89,115,104)
#4D635A
(77,99,90)
#41534C
(65,83,76)
#35433E
(53,67,62)
#293330
(41,51,48)
#1D2322
(29,35,34)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #89B3A0

#89B3A0
(137,179,160)
#93B9A8
(147,185,168)
#9DBFB0
(157,191,176)
#A7C5B8
(167,197,184)
#B1CBC0
(177,203,192)
#BBD1C8
(187,209,200)
#C5D7D0
(197,215,208)
#CFDDD8
(207,221,216)
#D9E3E0
(217,227,224)
#E3E9E8
(227,233,232)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B3A0 color. Also use rgb(137,179,160) instead hex code.

Text Font Color

.myTextColor { color: #89B3A0; }

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

This text font color is #89B3A0.


Background Color

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

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

This div background color is #89B3A0.


Border color

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

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

This div border color is #89B3A0.


Opacity

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

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

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

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

This text has shadow with #89B3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B3A0 on black background.


Color preview on white background

This text has color #89B3A0 on white background.



Black color preview on #89B3A0 background

This text has black color on #89B3A0 background.


White color preview on #89B3A0 background

This text has white color on #89B3A0 background.