COLOR #89CF8B

HEX: #89CF8B RGB: (137,207,139)

Color info

#89CF8B contains mainly green color. Web safe color of #89CF8B is #99CC99 (or #9C9).

RGB color model

#89CF8B color RGB value is (137,207,139).

RGB: (137,207,139) (54%, 81%, 55%)

RGB channels and saturation

R 137 of 255 = 54%
G 207 of 255 = 81%
B 139 of 255 = 55%

137
207
139

R + G + B ~ 63%. #89CF8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 207 + 139 = 483 (100%)
R 137 of 483 ~ 28.36%
G 207 of 483 ~ 42.86%
B 139 of 483 ~ 28.78'%

%28.36
%42.86
%28.78

CMYK color model

#89CF8B color CMYK value is (34,0,33,19).

  • cyan value is 33.82%
  • magenta value is 0.00%
  • yellow value is 32.85%
  • key color value is 18.82%
CMYK: (34,0,33,19) C34M0Y33K19 (34%,0%,33%,19%) (0.34/0.00/0.33/0.19) 

CMYK percentages

%33.82
%0
%32.85
%18.82

Codes

Color #89CF8B in popluar color models

89 CF 8B
RGB 137 207 139
HSL 122° 42.17% 67.45%
HSB/HSV 122° 33.82% 81.18%
CMYK 33.82% 0.00% 32.85%
18.82%

Color #89CF8B in popluar number systems.

HEX 89 CF 8B
Decimal 137 207 139
Binary 10001001 11001111 10001011
Octal 211 317 213

Shades and tints

Shades of #89CF8B

#89CF8B
(137,207,139)
#7DBD7F
(125,189,127)
#71AB73
(113,171,115)
#659967
(101,153,103)
#59875B
(89,135,91)
#4D754F
(77,117,79)
#416343
(65,99,67)
#355137
(53,81,55)
#293F2B
(41,63,43)
#1D2D1F
(29,45,31)
#111B13
(17,27,19)
#000000
(0,0,0)

Tints of #89CF8B

#89CF8B
(137,207,139)
#93D395
(147,211,149)
#9DD79F
(157,215,159)
#A7DBA9
(167,219,169)
#B1DFB3
(177,223,179)
#BBE3BD
(187,227,189)
#C5E7C7
(197,231,199)
#CFEBD1
(207,235,209)
#D9EFDB
(217,239,219)
#E3F3E5
(227,243,229)
#EDF7EF
(237,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89CF8B color. Also use rgb(137,207,139) instead hex code.

Text Font Color

.myTextColor { color: #89CF8B; }

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

This text font color is #89CF8B.

Background Color

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

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

This div background color is #89CF8B.

Border color

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

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

This div border color is #89CF8B.

Opacity

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

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

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

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

This text has shadow with #89CF8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89CF8B.

Preview

Color preview on black background

This text has color #89CF8B on black background.


Color preview on white background

This text has color #89CF8B on white background.


Black color preview on #89CF8B background

This text has black color on #89CF8B background.


White color preview on #89CF8B background

This text has white color on #89CF8B background.


Related colors

Complementary color

Complementary color for #hex is #763074.


I love getcolorcode.com

Triadic colors

1 #8B89CF and #CF8B89 with #89CF8B are triadic colors.

2 #8BCF89 and #CF898B with #89CF8B are triadic colors.