COLOR #89C6BB

HEX: #89C6BB RGB: (137,198,187)

Color info

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

RGB color model

#89C6BB color RGB value is (137,198,187).

RGB: (137,198,187) (54%, 78%, 73%)

RGB channels and saturation

R 137 of 255 = 54%
G 198 of 255 = 78%
B 187 of 255 = 73%

137
198
187

R + G + B ~ 68%. #89C6BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 198 + 187 = 522 (100%)
R 137 of 522 ~ 26.25%
G 198 of 522 ~ 37.93%
B 187 of 522 ~ 35.82'%

%26.25
%37.93
%35.82

CMYK color model

#89C6BB color CMYK value is (31,0,6,22).

  • cyan value is 30.81%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 22.35%

CMYK: (31,0,6,22)
C31M0Y6K22 (31%, 0%, 6%, 22%)
(0.31 / 0.00 / 0.06 / 0.22)

CMYK percentages

%30.81
%0
%5.56
%22.35

Codes

Color #89C6BB in popluar color models

89 C6 BB
RGB 137 198 187
HSL 169° 34.86% 65.69%
HSB/HSV 169° 30.81% 77.65%
CMYK 30.81% 0.00% 5.56%
22.35%

Color #89C6BB in popluar number systems.

HEX 89 C6 BB
Decimal 137 198 187
Binary 10001001 11000110 10111011
Octal 211 306 273

Shades and tints

Shades of #89C6BB

#89C6BB
(137,198,187)
#7DB4AA
(125,180,170)
#71A299
(113,162,153)
#659088
(101,144,136)
#597E77
(89,126,119)
#4D6C66
(77,108,102)
#415A55
(65,90,85)
#354844
(53,72,68)
#293633
(41,54,51)
#1D2422
(29,36,34)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #89C6BB

#89C6BB
(137,198,187)
#93CBC1
(147,203,193)
#9DD0C7
(157,208,199)
#A7D5CD
(167,213,205)
#B1DAD3
(177,218,211)
#BBDFD9
(187,223,217)
#C5E4DF
(197,228,223)
#CFE9E5
(207,233,229)
#D9EEEB
(217,238,235)
#E3F3F1
(227,243,241)
#EDF8F7
(237,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C6BB color. Also use rgb(137,198,187) instead hex code.

Text Font Color

.myTextColor { color: #89C6BB; }

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

This text font color is #89C6BB.

Background Color

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

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

This div background color is #89C6BB.

Border color

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

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

This div border color is #89C6BB.

Opacity

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

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

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

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

This text has shadow with #89C6BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C6BB.

Preview

Color preview on black background

This text has color #89C6BB on black background.


Color preview on white background

This text has color #89C6BB on white background.


Black color preview on #89C6BB background

This text has black color on #89C6BB background.


White color preview on #89C6BB background

This text has white color on #89C6BB background.


Related colors

Complementary color

Complementary color for #hex is #763944.


I love getcolorcode.com

Triadic colors

1 #BB89C6 and #C6BB89 with #89C6BB are triadic colors.

2 #BBC689 and #C689BB with #89C6BB are triadic colors.