COLOR #89B0AA

HEX: #89B0AA
RGB: (137,176,170)

Color info

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

RGB color model

#89B0AA color RGB value is (137,176,170).

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

RGB channels and saturation

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

137
176
170

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

Portions of RGB colors in percentages

R + G + B =
137 + 176 + 170 = 483 (100%)
R 137 of 483 ~ 28.36%
G 176 of 483 ~ 36.44%
B 170 of 483 ~ 35.2%

%28.36
%36.44
%35.2

CMYK color model

#89B0AA color CMYK value is (22,0,3,31).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 30.98%
CMYK:
(22,0,3,31)
C22M0Y3K31 
(22%,0%,3%,31%)
(0.22/0.00/0.03/0.31)	

CMYK percentages

%22.16
%0
%3.41
%30.98

Codes

Color #89B0AA in popluar color models

89B0AA
RGB137176170
HSL171°19.80%61.37%
HSB/HSV171°22.16%69.02%
CMYK22.16%0.00%3.41%
30.98%

Color #89B0AA in popluar number systems.

HEX89B0AA
Decimal137176170
Binary100010011011000010101010
Octal211260252

Shades and tints

Shades of #89B0AA

#89B0AA
(137,176,170)
#7DA09B
(125,160,155)
#71908C
(113,144,140)
#65807D
(101,128,125)
#59706E
(89,112,110)
#4D605F
(77,96,95)
#415050
(65,80,80)
#354041
(53,64,65)
#293032
(41,48,50)
#1D2023
(29,32,35)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #89B0AA

#89B0AA
(137,176,170)
#93B7B1
(147,183,177)
#9DBEB8
(157,190,184)
#A7C5BF
(167,197,191)
#B1CCC6
(177,204,198)
#BBD3CD
(187,211,205)
#C5DAD4
(197,218,212)
#CFE1DB
(207,225,219)
#D9E8E2
(217,232,226)
#E3EFE9
(227,239,233)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B0AA; }

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

This text font color is #89B0AA.


Background Color

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

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

This div background color is #89B0AA.


Border color

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

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

This div border color is #89B0AA.


Opacity

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

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

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

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

This text has shadow with #89B0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B0AA on black background.


Color preview on white background

This text has color #89B0AA on white background.



Black color preview on #89B0AA background

This text has black color on #89B0AA background.


White color preview on #89B0AA background

This text has white color on #89B0AA background.