COLOR #89B9A9

HEX: #89B9A9
RGB: (137,185,169)

Color info

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

RGB color model

#89B9A9 color RGB value is (137,185,169).

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

RGB channels and saturation

R 137 of 255 = 54%
G 185 of 255 = 73%
B 169 of 255 = 66%

137
185
169

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

Portions of RGB colors in percentages

R + G + B =
137 + 185 + 169 = 491 (100%)
R 137 of 491 ~ 27.9%
G 185 of 491 ~ 37.68%
B 169 of 491 ~ 34.42%

%27.9
%37.68
%34.42

CMYK color model

#89B9A9 color CMYK value is (26,0,9,27).

  • cyan value is 25.95%
  • magenta value is 0.00%
  • yellow value is 8.65%
  • key color value is 27.45%
CMYK:
(26,0,9,27)
C26M0Y9K27 
(26%,0%,9%,27%)
(0.26/0.00/0.09/0.27)	

CMYK percentages

%25.95
%0
%8.65
%27.45

Codes

Color #89B9A9 in popluar color models

89B9A9
RGB137185169
HSL160°25.53%63.14%
HSB/HSV160°25.95%72.55%
CMYK25.95%0.00%8.65%
27.45%

Color #89B9A9 in popluar number systems.

HEX89B9A9
Decimal137185169
Binary100010011011100110101001
Octal211271251

Shades and tints

Shades of #89B9A9

#89B9A9
(137,185,169)
#7DA99A
(125,169,154)
#71998B
(113,153,139)
#65897C
(101,137,124)
#59796D
(89,121,109)
#4D695E
(77,105,94)
#41594F
(65,89,79)
#354940
(53,73,64)
#293931
(41,57,49)
#1D2922
(29,41,34)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #89B9A9

#89B9A9
(137,185,169)
#93BFB0
(147,191,176)
#9DC5B7
(157,197,183)
#A7CBBE
(167,203,190)
#B1D1C5
(177,209,197)
#BBD7CC
(187,215,204)
#C5DDD3
(197,221,211)
#CFE3DA
(207,227,218)
#D9E9E1
(217,233,225)
#E3EFE8
(227,239,232)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B9A9; }

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

This text font color is #89B9A9.


Background Color

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

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

This div background color is #89B9A9.


Border color

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

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

This div border color is #89B9A9.


Opacity

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

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

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

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

This text has shadow with #89B9A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B9A9 on black background.


Color preview on white background

This text has color #89B9A9 on white background.



Black color preview on #89B9A9 background

This text has black color on #89B9A9 background.


White color preview on #89B9A9 background

This text has white color on #89B9A9 background.