COLOR #89B0AC

HEX: #89B0AC
RGB: (137,176,172)

Color info

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

RGB color model

#89B0AC color RGB value is (137,176,172).

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

RGB channels and saturation

R 137 of 255 = 54%
G 176 of 255 = 69%
B 172 of 255 = 67%

137
176
172

R + G + B ~ 63%. #89B0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 176 + 172 = 485 (100%)
R 137 of 485 ~ 28.25%
G 176 of 485 ~ 36.29%
B 172 of 485 ~ 35.46%

%28.25
%36.29
%35.46

CMYK color model

#89B0AC color CMYK value is (22,0,2,31).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 30.98%
CMYK:
(22,0,2,31)
C22M0Y2K31 
(22%,0%,2%,31%)
(0.22/0.00/0.02/0.31)	

CMYK percentages

%22.16
%0
%2.27
%30.98

Codes

Color #89B0AC in popluar color models

89B0AC
RGB137176172
HSL174°19.80%61.37%
HSB/HSV174°22.16%69.02%
CMYK22.16%0.00%2.27%
30.98%

Color #89B0AC in popluar number systems.

HEX89B0AC
Decimal137176172
Binary100010011011000010101100
Octal211260254

Shades and tints

Shades of #89B0AC

#89B0AC
(137,176,172)
#7DA09D
(125,160,157)
#71908E
(113,144,142)
#65807F
(101,128,127)
#597070
(89,112,112)
#4D6061
(77,96,97)
#415052
(65,80,82)
#354043
(53,64,67)
#293034
(41,48,52)
#1D2025
(29,32,37)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #89B0AC

#89B0AC
(137,176,172)
#93B7B3
(147,183,179)
#9DBEBA
(157,190,186)
#A7C5C1
(167,197,193)
#B1CCC8
(177,204,200)
#BBD3CF
(187,211,207)
#C5DAD6
(197,218,214)
#CFE1DD
(207,225,221)
#D9E8E4
(217,232,228)
#E3EFEB
(227,239,235)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B0AC; }

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

This text font color is #89B0AC.


Background Color

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

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

This div background color is #89B0AC.


Border color

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

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

This div border color is #89B0AC.


Opacity

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

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

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

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

This text has shadow with #89B0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B0AC on black background.


Color preview on white background

This text has color #89B0AC on white background.



Black color preview on #89B0AC background

This text has black color on #89B0AC background.


White color preview on #89B0AC background

This text has white color on #89B0AC background.