COLOR #89BE8D

HEX: #89BE8D RGB: (137,190,141)

Color info

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

RGB color model

#89BE8D color RGB value is (137,190,141).

RGB: (137,190,141) (54%, 75%, 55%)

RGB channels and saturation

R 137 of 255 = 54%
G 190 of 255 = 75%
B 141 of 255 = 55%

137
190
141

R + G + B ~ 61%. #89BE8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 190 + 141 = 468 (100%)
R 137 of 468 ~ 29.27%
G 190 of 468 ~ 40.6%
B 141 of 468 ~ 30.13'%

%29.27
%40.6
%30.13

CMYK color model

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

  • cyan value is 27.89%
  • magenta value is 0.00%
  • yellow value is 25.79%
  • key color value is 25.49%

CMYK: (28,0,26,25)
C28M0Y26K25 (28%, 0%, 26%, 25%)
(0.28 / 0.00 / 0.26 / 0.25)

CMYK percentages

%27.89
%0
%25.79
%25.49

Codes

Color #89BE8D in popluar color models

89 BE 8D
RGB 137 190 141
HSL 125° 28.96% 64.12%
HSB/HSV 125° 27.89% 74.51%
CMYK 27.89% 0.00% 25.79%
25.49%

Color #89BE8D in popluar number systems.

HEX 89 BE 8D
Decimal 137 190 141
Binary 10001001 10111110 10001101
Octal 211 276 215

Shades and tints

Shades of #89BE8D

#89BE8D
(137,190,141)
#7DAD81
(125,173,129)
#719C75
(113,156,117)
#658B69
(101,139,105)
#597A5D
(89,122,93)
#4D6951
(77,105,81)
#415845
(65,88,69)
#354739
(53,71,57)
#29362D
(41,54,45)
#1D2521
(29,37,33)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #89BE8D

#89BE8D
(137,190,141)
#93C397
(147,195,151)
#9DC8A1
(157,200,161)
#A7CDAB
(167,205,171)
#B1D2B5
(177,210,181)
#BBD7BF
(187,215,191)
#C5DCC9
(197,220,201)
#CFE1D3
(207,225,211)
#D9E6DD
(217,230,221)
#E3EBE7
(227,235,231)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BE8D color. Also use rgb(137,190,141) instead hex code.

Text Font Color

.myTextColor { color: #89BE8D; }

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

This text font color is #89BE8D.

Background Color

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

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

This div background color is #89BE8D.

Border color

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

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

This div border color is #89BE8D.

Opacity

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

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

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

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

This text has shadow with #89BE8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89BE8D.

Preview

Color preview on black background

This text has color #89BE8D on black background.


Color preview on white background

This text has color #89BE8D on white background.


Black color preview on #89BE8D background

This text has black color on #89BE8D background.


White color preview on #89BE8D background

This text has white color on #89BE8D background.


Related colors

Complementary color

Complementary color for #hex is #764172.


I love getcolorcode.com

Triadic colors

1 #8D89BE and #BE8D89 with #89BE8D are triadic colors.

2 #8DBE89 and #BE898D with #89BE8D are triadic colors.