COLOR #89D8B7

HEX: #89D8B7
RGB: (137,216,183)

Color info

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

RGB color model

#89D8B7 color RGB value is (137,216,183).

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

RGB channels and saturation

R 137 of 255 = 54%
G 216 of 255 = 85%
B 183 of 255 = 72%

137
216
183

R + G + B ~ 70%. #89D8B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 216 + 183 = 536 (100%)
R 137 of 536 ~ 25.56%
G 216 of 536 ~ 40.3%
B 183 of 536 ~ 34.14%

%25.56
%40.3
%34.14

CMYK color model

#89D8B7 color CMYK value is (37,0,15,15).

  • cyan value is 36.57%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 15.29%
CMYK:
(37,0,15,15)
C37M0Y15K15 
(37%,0%,15%,15%)
(0.37/0.00/0.15/0.15)	

CMYK percentages

%36.57
%0
%15.28
%15.29

Codes

Color #89D8B7 in popluar color models

89D8B7
RGB137216183
HSL155°50.32%69.22%
HSB/HSV155°36.57%84.71%
CMYK36.57%0.00%15.28%
15.29%

Color #89D8B7 in popluar number systems.

HEX89D8B7
Decimal137216183
Binary100010011101100010110111
Octal211330267

Shades and tints

Shades of #89D8B7

#89D8B7
(137,216,183)
#7DC5A7
(125,197,167)
#71B297
(113,178,151)
#659F87
(101,159,135)
#598C77
(89,140,119)
#4D7967
(77,121,103)
#416657
(65,102,87)
#355347
(53,83,71)
#294037
(41,64,55)
#1D2D27
(29,45,39)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #89D8B7

#89D8B7
(137,216,183)
#93DBBD
(147,219,189)
#9DDEC3
(157,222,195)
#A7E1C9
(167,225,201)
#B1E4CF
(177,228,207)
#BBE7D5
(187,231,213)
#C5EADB
(197,234,219)
#CFEDE1
(207,237,225)
#D9F0E7
(217,240,231)
#E3F3ED
(227,243,237)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89D8B7; }

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

This text font color is #89D8B7.


Background Color

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

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

This div background color is #89D8B7.


Border color

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

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

This div border color is #89D8B7.


Opacity

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

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

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

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

This text has shadow with #89D8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D8B7 on black background.


Color preview on white background

This text has color #89D8B7 on white background.



Black color preview on #89D8B7 background

This text has black color on #89D8B7 background.


White color preview on #89D8B7 background

This text has white color on #89D8B7 background.