COLOR #89BBA7

HEX: #89BBA7 RGB: (137,187,167)

Color info

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

RGB color model

#89BBA7 color RGB value is (137,187,167).

RGB: (137,187,167) (54%, 73%, 65%)

RGB channels and saturation

R 137 of 255 = 54%
G 187 of 255 = 73%
B 167 of 255 = 65%

137
187
167

R + G + B ~ 64%. #89BBA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 187 + 167 = 491 (100%)
R 137 of 491 ~ 27.9%
G 187 of 491 ~ 38.09%
B 167 of 491 ~ 34.01'%

%27.9
%38.09
%34.01

CMYK color model

#89BBA7 color CMYK value is (27,0,11,27).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 26.67%

CMYK: (27,0,11,27)
C27M0Y11K27 (27%, 0%, 11%, 27%)
(0.27 / 0.00 / 0.11 / 0.27)

CMYK percentages

%26.74
%0
%10.7
%26.67

Codes

Color #89BBA7 in popluar color models

89 BB A7
RGB 137 187 167
HSL 156° 26.88% 63.53%
HSB/HSV 156° 26.74% 73.33%
CMYK 26.74% 0.00% 10.70%
26.67%

Color #89BBA7 in popluar number systems.

HEX 89 BB A7
Decimal 137 187 167
Binary 10001001 10111011 10100111
Octal 211 273 247

Shades and tints

Shades of #89BBA7

#89BBA7
(137,187,167)
#7DAA98
(125,170,152)
#719989
(113,153,137)
#65887A
(101,136,122)
#59776B
(89,119,107)
#4D665C
(77,102,92)
#41554D
(65,85,77)
#35443E
(53,68,62)
#29332F
(41,51,47)
#1D2220
(29,34,32)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #89BBA7

#89BBA7
(137,187,167)
#93C1AF
(147,193,175)
#9DC7B7
(157,199,183)
#A7CDBF
(167,205,191)
#B1D3C7
(177,211,199)
#BBD9CF
(187,217,207)
#C5DFD7
(197,223,215)
#CFE5DF
(207,229,223)
#D9EBE7
(217,235,231)
#E3F1EF
(227,241,239)
#EDF7F7
(237,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BBA7; }

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

This text font color is #89BBA7.

Background Color

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

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

This div background color is #89BBA7.

Border color

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

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

This div border color is #89BBA7.

Opacity

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

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

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

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

This text has shadow with #89BBA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89BBA7.

Preview

Color preview on black background

This text has color #89BBA7 on black background.


Color preview on white background

This text has color #89BBA7 on white background.


Black color preview on #89BBA7 background

This text has black color on #89BBA7 background.


White color preview on #89BBA7 background

This text has white color on #89BBA7 background.


Related colors

Complementary color

Complementary color for #hex is #764458.


I love getcolorcode.com

Triadic colors

1 #A789BB and #BBA789 with #89BBA7 are triadic colors.

2 #A7BB89 and #BB89A7 with #89BBA7 are triadic colors.