COLOR #89B6A8

HEX: #89B6A8
RGB: (137,182,168)

Color info

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

RGB color model

#89B6A8 color RGB value is (137,182,168).

  • red value is 137;
  • green value is 182;
  • blue value is 168.
RGB:
(137,182,168)
(54%,71%,66%)

RGB channels and saturation

R 137 of 255 = 54%
G 182 of 255 = 71%
B 168 of 255 = 66%

137
182
168

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

Portions of RGB colors in percentages

R + G + B =
137 + 182 + 168 = 487 (100%)
R 137 of 487 ~ 28.13%
G 182 of 487 ~ 37.37%
B 168 of 487 ~ 34.5%

%28.13
%37.37
%34.5

CMYK color model

#89B6A8 color CMYK value is (25,0,8,29).

  • cyan value is 24.73%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 28.63%
CMYK:
(25,0,8,29)
C25M0Y8K29 
(25%,0%,8%,29%)
(0.25/0.00/0.08/0.29)	

CMYK percentages

%24.73
%0
%7.69
%28.63

Codes

Color #89B6A8 in popluar color models

89B6A8
RGB137182168
HSL161°23.56%62.55%
HSB/HSV161°24.73%71.37%
CMYK24.73%0.00%7.69%
28.63%

Color #89B6A8 in popluar number systems.

HEX89B6A8
Decimal137182168
Binary100010011011011010101000
Octal211266250

Shades and tints

Shades of #89B6A8

#89B6A8
(137,182,168)
#7DA699
(125,166,153)
#71968A
(113,150,138)
#65867B
(101,134,123)
#59766C
(89,118,108)
#4D665D
(77,102,93)
#41564E
(65,86,78)
#35463F
(53,70,63)
#293630
(41,54,48)
#1D2621
(29,38,33)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #89B6A8

#89B6A8
(137,182,168)
#93BCAF
(147,188,175)
#9DC2B6
(157,194,182)
#A7C8BD
(167,200,189)
#B1CEC4
(177,206,196)
#BBD4CB
(187,212,203)
#C5DAD2
(197,218,210)
#CFE0D9
(207,224,217)
#D9E6E0
(217,230,224)
#E3ECE7
(227,236,231)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B6A8 color. Also use rgb(137,182,168) instead hex code.

Text Font Color

.myTextColor { color: #89B6A8; }

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

This text font color is #89B6A8.


Background Color

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

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

This div background color is #89B6A8.


Border color

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

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

This div border color is #89B6A8.


Opacity

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

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

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

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

This text has shadow with #89B6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B6A8 on black background.


Color preview on white background

This text has color #89B6A8 on white background.



Black color preview on #89B6A8 background

This text has black color on #89B6A8 background.


White color preview on #89B6A8 background

This text has white color on #89B6A8 background.