COLOR #89B99A

HEX: #89B99A RGB: (137,185,154)

Color info

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

RGB color model

#89B99A color RGB value is (137,185,154).

RGB: (137,185,154) (54%, 73%, 60%)

RGB channels and saturation

R 137 of 255 = 54%
G 185 of 255 = 73%
B 154 of 255 = 60%

137
185
154

R + G + B ~ 62%. #89B99A is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 185 + 154 = 476 (100%)
R 137 of 476 ~ 28.78%
G 185 of 476 ~ 38.87%
B 154 of 476 ~ 32.35'%

%28.78
%38.87
%32.35

CMYK color model

#89B99A color CMYK value is (26,0,17,27).

  • cyan value is 25.95%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 27.45%

CMYK: (26,0,17,27)
C26M0Y17K27 (26%, 0%, 17%, 27%)
(0.26 / 0.00 / 0.17 / 0.27)

CMYK percentages

%25.95
%0
%16.76
%27.45

Codes

Color #89B99A in popluar color models

89 B9 9A
RGB 137 185 154
HSL 141° 25.53% 63.14%
HSB/HSV 141° 25.95% 72.55%
CMYK 25.95% 0.00% 16.76%
27.45%

Color #89B99A in popluar number systems.

HEX 89 B9 9A
Decimal 137 185 154
Binary 10001001 10111001 10011010
Octal 211 271 232

Shades and tints

Shades of #89B99A

#89B99A
(137,185,154)
#7DA98C
(125,169,140)
#71997E
(113,153,126)
#658970
(101,137,112)
#597962
(89,121,98)
#4D6954
(77,105,84)
#415946
(65,89,70)
#354938
(53,73,56)
#29392A
(41,57,42)
#1D291C
(29,41,28)
#11190E
(17,25,14)
#000000
(0,0,0)

Tints of #89B99A

#89B99A
(137,185,154)
#93BFA3
(147,191,163)
#9DC5AC
(157,197,172)
#A7CBB5
(167,203,181)
#B1D1BE
(177,209,190)
#BBD7C7
(187,215,199)
#C5DDD0
(197,221,208)
#CFE3D9
(207,227,217)
#D9E9E2
(217,233,226)
#E3EFEB
(227,239,235)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B99A color. Also use rgb(137,185,154) instead hex code.

Text Font Color

.myTextColor { color: #89B99A; }

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

This text font color is #89B99A.

Background Color

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

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

This div background color is #89B99A.

Border color

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

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

This div border color is #89B99A.

Opacity

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

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

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

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

This text has shadow with #89B99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89B99A.

Preview

Color preview on black background

This text has color #89B99A on black background.


Color preview on white background

This text has color #89B99A on white background.


Black color preview on #89B99A background

This text has black color on #89B99A background.


White color preview on #89B99A background

This text has white color on #89B99A background.


Related colors

Complementary color

Complementary color for #hex is #764665.


I love getcolorcode.com

Triadic colors

1 #9A89B9 and #B99A89 with #89B99A are triadic colors.

2 #9AB989 and #B9899A with #89B99A are triadic colors.