COLOR #89DFB6

HEX: #89DFB6 RGB: (137,223,182)

Color info

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

RGB color model

#89DFB6 color RGB value is (137,223,182).

RGB: (137,223,182) (54%, 87%, 71%)

RGB channels and saturation

R 137 of 255 = 54%
G 223 of 255 = 87%
B 182 of 255 = 71%

137
223
182

R + G + B ~ 71%. #89DFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 223 + 182 = 542 (100%)
R 137 of 542 ~ 25.28%
G 223 of 542 ~ 41.14%
B 182 of 542 ~ 33.58'%

%25.28
%41.14
%33.58

CMYK color model

#89DFB6 color CMYK value is (39,0,18,13).

  • cyan value is 38.57%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 12.55%

CMYK: (39,0,18,13)
C39M0Y18K13 (39%, 0%, 18%, 13%)
(0.39 / 0.00 / 0.18 / 0.13)

CMYK percentages

%38.57
%0
%18.39
%12.55

Codes

Color #89DFB6 in popluar color models

89 DF B6
RGB 137 223 182
HSL 151° 57.33% 70.59%
HSB/HSV 151° 38.57% 87.45%
CMYK 38.57% 0.00% 18.39%
12.55%

Color #89DFB6 in popluar number systems.

HEX 89 DF B6
Decimal 137 223 182
Binary 10001001 11011111 10110110
Octal 211 337 266

Shades and tints

Shades of #89DFB6

#89DFB6
(137,223,182)
#7DCBA6
(125,203,166)
#71B796
(113,183,150)
#65A386
(101,163,134)
#598F76
(89,143,118)
#4D7B66
(77,123,102)
#416756
(65,103,86)
#355346
(53,83,70)
#293F36
(41,63,54)
#1D2B26
(29,43,38)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #89DFB6

#89DFB6
(137,223,182)
#93E1BC
(147,225,188)
#9DE3C2
(157,227,194)
#A7E5C8
(167,229,200)
#B1E7CE
(177,231,206)
#BBE9D4
(187,233,212)
#C5EBDA
(197,235,218)
#CFEDE0
(207,237,224)
#D9EFE6
(217,239,230)
#E3F1EC
(227,241,236)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89DFB6; }

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

This text font color is #89DFB6.

Background Color

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

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

This div background color is #89DFB6.

Border color

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

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

This div border color is #89DFB6.

Opacity

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

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

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

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

This text has shadow with #89DFB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89DFB6.

Preview

Color preview on black background

This text has color #89DFB6 on black background.


Color preview on white background

This text has color #89DFB6 on white background.


Black color preview on #89DFB6 background

This text has black color on #89DFB6 background.


White color preview on #89DFB6 background

This text has white color on #89DFB6 background.


Related colors

Complementary color

Complementary color for #hex is #762049.


I love getcolorcode.com

Triadic colors

1 #B689DF and #DFB689 with #89DFB6 are triadic colors.

2 #B6DF89 and #DF89B6 with #89DFB6 are triadic colors.