COLOR #89B9B8

HEX: #89B9B8 RGB: (137,185,184)

Color info

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

RGB color model

#89B9B8 color RGB value is (137,185,184).

RGB: (137,185,184) (54%, 73%, 72%)

RGB channels and saturation

R 137 of 255 = 54%
G 185 of 255 = 73%
B 184 of 255 = 72%

137
185
184

R + G + B ~ 66%. #89B9B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 185 + 184 = 506 (100%)
R 137 of 506 ~ 27.08%
G 185 of 506 ~ 36.56%
B 184 of 506 ~ 36.36'%

%27.08
%36.56
%36.36

CMYK color model

#89B9B8 color CMYK value is (26,0,1,27).

  • cyan value is 25.95%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.45%

CMYK: (26,0,1,27)
C26M0Y1K27 (26%, 0%, 1%, 27%)
(0.26 / 0.00 / 0.01 / 0.27)

CMYK percentages

%25.95
%0
%0.54
%27.45

Codes

Color #89B9B8 in popluar color models

89 B9 B8
RGB 137 185 184
HSL 179° 25.53% 63.14%
HSB/HSV 179° 25.95% 72.55%
CMYK 25.95% 0.00% 0.54%
27.45%

Color #89B9B8 in popluar number systems.

HEX 89 B9 B8
Decimal 137 185 184
Binary 10001001 10111001 10111000
Octal 211 271 270

Shades and tints

Shades of #89B9B8

#89B9B8
(137,185,184)
#7DA9A8
(125,169,168)
#719998
(113,153,152)
#658988
(101,137,136)
#597978
(89,121,120)
#4D6968
(77,105,104)
#415958
(65,89,88)
#354948
(53,73,72)
#293938
(41,57,56)
#1D2928
(29,41,40)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #89B9B8

#89B9B8
(137,185,184)
#93BFBE
(147,191,190)
#9DC5C4
(157,197,196)
#A7CBCA
(167,203,202)
#B1D1D0
(177,209,208)
#BBD7D6
(187,215,214)
#C5DDDC
(197,221,220)
#CFE3E2
(207,227,226)
#D9E9E8
(217,233,232)
#E3EFEE
(227,239,238)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B9B8; }

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

This text font color is #89B9B8.

Background Color

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

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

This div background color is #89B9B8.

Border color

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

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

This div border color is #89B9B8.

Opacity

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

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

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

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

This text has shadow with #89B9B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89B9B8.

Preview

Color preview on black background

This text has color #89B9B8 on black background.


Color preview on white background

This text has color #89B9B8 on white background.


Black color preview on #89B9B8 background

This text has black color on #89B9B8 background.


White color preview on #89B9B8 background

This text has white color on #89B9B8 background.


Related colors

Complementary color

Complementary color for #hex is #764647.


I love getcolorcode.com

Triadic colors

1 #B889B9 and #B9B889 with #89B9B8 are triadic colors.

2 #B8B989 and #B989B8 with #89B9B8 are triadic colors.