COLOR #89C0B6

HEX: #89C0B6
RGB: (137,192,182)

Color info

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

RGB color model

#89C0B6 color RGB value is (137,192,182).

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

RGB channels and saturation

R 137 of 255 = 54%
G 192 of 255 = 75%
B 182 of 255 = 71%

137
192
182

R + G + B ~ 67%. #89C0B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 192 + 182 = 511 (100%)
R 137 of 511 ~ 26.81%
G 192 of 511 ~ 37.57%
B 182 of 511 ~ 35.62%

%26.81
%37.57
%35.62

CMYK color model

#89C0B6 color CMYK value is (29,0,5,25).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 5.21%
  • key color value is 24.71%
CMYK:
(29,0,5,25)
C29M0Y5K25 
(29%,0%,5%,25%)
(0.29/0.00/0.05/0.25)	

CMYK percentages

%28.65
%0
%5.21
%24.71

Codes

Color #89C0B6 in popluar color models

89C0B6
RGB137192182
HSL169°30.39%64.51%
HSB/HSV169°28.65%75.29%
CMYK28.65%0.00%5.21%
24.71%

Color #89C0B6 in popluar number systems.

HEX89C0B6
Decimal137192182
Binary100010011100000010110110
Octal211300266

Shades and tints

Shades of #89C0B6

#89C0B6
(137,192,182)
#7DAFA6
(125,175,166)
#719E96
(113,158,150)
#658D86
(101,141,134)
#597C76
(89,124,118)
#4D6B66
(77,107,102)
#415A56
(65,90,86)
#354946
(53,73,70)
#293836
(41,56,54)
#1D2726
(29,39,38)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #89C0B6

#89C0B6
(137,192,182)
#93C5BC
(147,197,188)
#9DCAC2
(157,202,194)
#A7CFC8
(167,207,200)
#B1D4CE
(177,212,206)
#BBD9D4
(187,217,212)
#C5DEDA
(197,222,218)
#CFE3E0
(207,227,224)
#D9E8E6
(217,232,230)
#E3EDEC
(227,237,236)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C0B6; }

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

This text font color is #89C0B6.


Background Color

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

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

This div background color is #89C0B6.


Border color

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

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

This div border color is #89C0B6.


Opacity

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

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

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

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

This text has shadow with #89C0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C0B6 on black background.


Color preview on white background

This text has color #89C0B6 on white background.



Black color preview on #89C0B6 background

This text has black color on #89C0B6 background.


White color preview on #89C0B6 background

This text has white color on #89C0B6 background.