COLOR #89D0B7

HEX: #89D0B7
RGB: (137,208,183)

Color info

#89D0B7 contains mainly green and blue colors. Web safe color of #89D0B7 is #99CCCC (or #9CC).

RGB color model

#89D0B7 color RGB value is (137,208,183).

  • red value is 137;
  • green value is 208;
  • blue value is 183.
RGB:
(137,208,183)
(54%,82%,72%)

RGB channels and saturation

R 137 of 255 = 54%
G 208 of 255 = 82%
B 183 of 255 = 72%

137
208
183

R + G + B ~ 69%. #89D0B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 208 + 183 = 528 (100%)
R 137 of 528 ~ 25.95%
G 208 of 528 ~ 39.39%
B 183 of 528 ~ 34.66%

%25.95
%39.39
%34.66

CMYK color model

#89D0B7 color CMYK value is (34,0,12,18).

  • cyan value is 34.13%
  • magenta value is 0.00%
  • yellow value is 12.02%
  • key color value is 18.43%
CMYK:
(34,0,12,18)
C34M0Y12K18 
(34%,0%,12%,18%)
(0.34/0.00/0.12/0.18)	

CMYK percentages

%34.13
%0
%12.02
%18.43

Codes

Color #89D0B7 in popluar color models

89D0B7
RGB137208183
HSL159°43.03%67.65%
HSB/HSV159°34.13%81.57%
CMYK34.13%0.00%12.02%
18.43%

Color #89D0B7 in popluar number systems.

HEX89D0B7
Decimal137208183
Binary100010011101000010110111
Octal211320267

Shades and tints

Shades of #89D0B7

#89D0B7
(137,208,183)
#7DBEA7
(125,190,167)
#71AC97
(113,172,151)
#659A87
(101,154,135)
#598877
(89,136,119)
#4D7667
(77,118,103)
#416457
(65,100,87)
#355247
(53,82,71)
#294037
(41,64,55)
#1D2E27
(29,46,39)
#111C17
(17,28,23)
#000000
(0,0,0)

Tints of #89D0B7

#89D0B7
(137,208,183)
#93D4BD
(147,212,189)
#9DD8C3
(157,216,195)
#A7DCC9
(167,220,201)
#B1E0CF
(177,224,207)
#BBE4D5
(187,228,213)
#C5E8DB
(197,232,219)
#CFECE1
(207,236,225)
#D9F0E7
(217,240,231)
#E3F4ED
(227,244,237)
#EDF8F3
(237,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89D0B7 color. Also use rgb(137,208,183) instead hex code.

Text Font Color

.myTextColor { color: #89D0B7; }

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

This text font color is #89D0B7.


Background Color

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

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

This div background color is #89D0B7.


Border color

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

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

This div border color is #89D0B7.


Opacity

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

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

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

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

This text has shadow with #89D0B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D0B7 on black background.


Color preview on white background

This text has color #89D0B7 on white background.



Black color preview on #89D0B7 background

This text has black color on #89D0B7 background.


White color preview on #89D0B7 background

This text has white color on #89D0B7 background.