COLOR #89B7AB

HEX: #89B7AB
RGB: (137,183,171)

Color info

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

RGB color model

#89B7AB color RGB value is (137,183,171).

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

RGB channels and saturation

R 137 of 255 = 54%
G 183 of 255 = 72%
B 171 of 255 = 67%

137
183
171

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

Portions of RGB colors in percentages

R + G + B =
137 + 183 + 171 = 491 (100%)
R 137 of 491 ~ 27.9%
G 183 of 491 ~ 37.27%
B 171 of 491 ~ 34.83%

%27.9
%37.27
%34.83

CMYK color model

#89B7AB color CMYK value is (25,0,7,28).

  • cyan value is 25.14%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 28.24%
CMYK:
(25,0,7,28)
C25M0Y7K28 
(25%,0%,7%,28%)
(0.25/0.00/0.07/0.28)	

CMYK percentages

%25.14
%0
%6.56
%28.24

Codes

Color #89B7AB in popluar color models

89B7AB
RGB137183171
HSL164°24.21%62.75%
HSB/HSV164°25.14%71.76%
CMYK25.14%0.00%6.56%
28.24%

Color #89B7AB in popluar number systems.

HEX89B7AB
Decimal137183171
Binary100010011011011110101011
Octal211267253

Shades and tints

Shades of #89B7AB

#89B7AB
(137,183,171)
#7DA79C
(125,167,156)
#71978D
(113,151,141)
#65877E
(101,135,126)
#59776F
(89,119,111)
#4D6760
(77,103,96)
#415751
(65,87,81)
#354742
(53,71,66)
#293733
(41,55,51)
#1D2724
(29,39,36)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #89B7AB

#89B7AB
(137,183,171)
#93BDB2
(147,189,178)
#9DC3B9
(157,195,185)
#A7C9C0
(167,201,192)
#B1CFC7
(177,207,199)
#BBD5CE
(187,213,206)
#C5DBD5
(197,219,213)
#CFE1DC
(207,225,220)
#D9E7E3
(217,231,227)
#E3EDEA
(227,237,234)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B7AB; }

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

This text font color is #89B7AB.


Background Color

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

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

This div background color is #89B7AB.


Border color

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

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

This div border color is #89B7AB.


Opacity

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

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

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

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

This text has shadow with #89B7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B7AB on black background.


Color preview on white background

This text has color #89B7AB on white background.



Black color preview on #89B7AB background

This text has black color on #89B7AB background.


White color preview on #89B7AB background

This text has white color on #89B7AB background.