COLOR #89B0A4

HEX: #89B0A4
RGB: (137,176,164)

Color info

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

RGB color model

#89B0A4 color RGB value is (137,176,164).

  • red value is 137;
  • green value is 176;
  • blue value is 164.
RGB:
(137,176,164)
(54%,69%,64%)

RGB channels and saturation

R 137 of 255 = 54%
G 176 of 255 = 69%
B 164 of 255 = 64%

137
176
164

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

Portions of RGB colors in percentages

R + G + B =
137 + 176 + 164 = 477 (100%)
R 137 of 477 ~ 28.72%
G 176 of 477 ~ 36.9%
B 164 of 477 ~ 34.38%

%28.72
%36.9
%34.38

CMYK color model

#89B0A4 color CMYK value is (22,0,7,31).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 6.82%
  • key color value is 30.98%
CMYK:
(22,0,7,31)
C22M0Y7K31 
(22%,0%,7%,31%)
(0.22/0.00/0.07/0.31)	

CMYK percentages

%22.16
%0
%6.82
%30.98

Codes

Color #89B0A4 in popluar color models

89B0A4
RGB137176164
HSL162°19.80%61.37%
HSB/HSV162°22.16%69.02%
CMYK22.16%0.00%6.82%
30.98%

Color #89B0A4 in popluar number systems.

HEX89B0A4
Decimal137176164
Binary100010011011000010100100
Octal211260244

Shades and tints

Shades of #89B0A4

#89B0A4
(137,176,164)
#7DA096
(125,160,150)
#719088
(113,144,136)
#65807A
(101,128,122)
#59706C
(89,112,108)
#4D605E
(77,96,94)
#415050
(65,80,80)
#354042
(53,64,66)
#293034
(41,48,52)
#1D2026
(29,32,38)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #89B0A4

#89B0A4
(137,176,164)
#93B7AC
(147,183,172)
#9DBEB4
(157,190,180)
#A7C5BC
(167,197,188)
#B1CCC4
(177,204,196)
#BBD3CC
(187,211,204)
#C5DAD4
(197,218,212)
#CFE1DC
(207,225,220)
#D9E8E4
(217,232,228)
#E3EFEC
(227,239,236)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B0A4 color. Also use rgb(137,176,164) instead hex code.

Text Font Color

.myTextColor { color: #89B0A4; }

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

This text font color is #89B0A4.


Background Color

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

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

This div background color is #89B0A4.


Border color

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

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

This div border color is #89B0A4.


Opacity

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

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

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

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

This text has shadow with #89B0A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B0A4 on black background.


Color preview on white background

This text has color #89B0A4 on white background.



Black color preview on #89B0A4 background

This text has black color on #89B0A4 background.


White color preview on #89B0A4 background

This text has white color on #89B0A4 background.