COLOR #89B884

HEX: #89B884 RGB: (137,184,132)

Color info

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

RGB color model

#89B884 color RGB value is (137,184,132).

RGB: (137,184,132) (54%, 72%, 52%)

RGB channels and saturation

R 137 of 255 = 54%
G 184 of 255 = 72%
B 132 of 255 = 52%

137
184
132

R + G + B ~ 59%. #89B884 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 184 + 132 = 453 (100%)
R 137 of 453 ~ 30.24%
G 184 of 453 ~ 40.62%
B 132 of 453 ~ 29.14'%

%30.24
%40.62
%29.14

CMYK color model

#89B884 color CMYK value is (26,0,28,28).

  • cyan value is 25.54%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 27.84%

CMYK: (26,0,28,28)
C26M0Y28K28 (26%, 0%, 28%, 28%)
(0.26 / 0.00 / 0.28 / 0.28)

CMYK percentages

%25.54
%0
%28.26
%27.84

Codes

Color #89B884 in popluar color models

89 B8 84
RGB 137 184 132
HSL 114° 26.80% 61.96%
HSB/HSV 114° 28.26% 72.16%
CMYK 25.54% 0.00% 28.26%
27.84%

Color #89B884 in popluar number systems.

HEX 89 B8 84
Decimal 137 184 132
Binary 10001001 10111000 10000100
Octal 211 270 204

Shades and tints

Shades of #89B884

#89B884
(137,184,132)
#7DA878
(125,168,120)
#71986C
(113,152,108)
#658860
(101,136,96)
#597854
(89,120,84)
#4D6848
(77,104,72)
#41583C
(65,88,60)
#354830
(53,72,48)
#293824
(41,56,36)
#1D2818
(29,40,24)
#11180C
(17,24,12)
#000000
(0,0,0)

Tints of #89B884

#89B884
(137,184,132)
#93BE8F
(147,190,143)
#9DC49A
(157,196,154)
#A7CAA5
(167,202,165)
#B1D0B0
(177,208,176)
#BBD6BB
(187,214,187)
#C5DCC6
(197,220,198)
#CFE2D1
(207,226,209)
#D9E8DC
(217,232,220)
#E3EEE7
(227,238,231)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B884 color. Also use rgb(137,184,132) instead hex code.

Text Font Color

.myTextColor { color: #89B884; }

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

This text font color is #89B884.

Background Color

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

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

This div background color is #89B884.

Border color

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

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

This div border color is #89B884.

Opacity

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

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

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

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

This text has shadow with #89B884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89B884.

Preview

Color preview on black background

This text has color #89B884 on black background.


Color preview on white background

This text has color #89B884 on white background.


Black color preview on #89B884 background

This text has black color on #89B884 background.


White color preview on #89B884 background

This text has white color on #89B884 background.


Related colors

Complementary color

Complementary color for #hex is #76477B.


I love getcolorcode.com

Triadic colors

1 #8489B8 and #B88489 with #89B884 are triadic colors.

2 #84B889 and #B88984 with #89B884 are triadic colors.