COLOR #89B9AB

HEX: #89B9AB
RGB: (137,185,171)

Color info

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

RGB color model

#89B9AB color RGB value is (137,185,171).

  • red value is 137;
  • green value is 185;
  • blue value is 171.
RGB:
(137,185,171)
(54%,73%,67%)

RGB channels and saturation

R 137 of 255 = 54%
G 185 of 255 = 73%
B 171 of 255 = 67%

137
185
171

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

Portions of RGB colors in percentages

R + G + B =
137 + 185 + 171 = 493 (100%)
R 137 of 493 ~ 27.79%
G 185 of 493 ~ 37.53%
B 171 of 493 ~ 34.69%

%27.79
%37.53
%34.69

CMYK color model

#89B9AB color CMYK value is (26,0,8,27).

  • cyan value is 25.95%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(26,0,8,27)
C26M0Y8K27 
(26%,0%,8%,27%)
(0.26/0.00/0.08/0.27)	

CMYK percentages

%25.95
%0
%7.57
%27.45

Codes

Color #89B9AB in popluar color models

89B9AB
RGB137185171
HSL163°25.53%63.14%
HSB/HSV163°25.95%72.55%
CMYK25.95%0.00%7.57%
27.45%

Color #89B9AB in popluar number systems.

HEX89B9AB
Decimal137185171
Binary100010011011100110101011
Octal211271253

Shades and tints

Shades of #89B9AB

#89B9AB
(137,185,171)
#7DA99C
(125,169,156)
#71998D
(113,153,141)
#65897E
(101,137,126)
#59796F
(89,121,111)
#4D6960
(77,105,96)
#415951
(65,89,81)
#354942
(53,73,66)
#293933
(41,57,51)
#1D2924
(29,41,36)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #89B9AB

#89B9AB
(137,185,171)
#93BFB2
(147,191,178)
#9DC5B9
(157,197,185)
#A7CBC0
(167,203,192)
#B1D1C7
(177,209,199)
#BBD7CE
(187,215,206)
#C5DDD5
(197,221,213)
#CFE3DC
(207,227,220)
#D9E9E3
(217,233,227)
#E3EFEA
(227,239,234)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B9AB color. Also use rgb(137,185,171) instead hex code.

Text Font Color

.myTextColor { color: #89B9AB; }

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

This text font color is #89B9AB.


Background Color

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

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

This div background color is #89B9AB.


Border color

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

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

This div border color is #89B9AB.


Opacity

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

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

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

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

This text has shadow with #89B9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B9AB on black background.


Color preview on white background

This text has color #89B9AB on white background.



Black color preview on #89B9AB background

This text has black color on #89B9AB background.


White color preview on #89B9AB background

This text has white color on #89B9AB background.