COLOR #8BCA89

HEX: #8BCA89 RGB: (139,202,137)

Color info

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

RGB color model

#8BCA89 color RGB value is (139,202,137).

RGB: (139,202,137) (55%, 79%, 54%)

RGB channels and saturation

R 139 of 255 = 55%
G 202 of 255 = 79%
B 137 of 255 = 54%

139
202
137

R + G + B ~ 63%. #8BCA89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 202 + 137 = 478 (100%)
R 139 of 478 ~ 29.08%
G 202 of 478 ~ 42.26%
B 137 of 478 ~ 28.66'%

%29.08
%42.26
%28.66

CMYK color model

#8BCA89 color CMYK value is (31,0,32,21).

  • cyan value is 31.19%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 20.78%

CMYK: (31,0,32,21)
C31M0Y32K21 (31%, 0%, 32%, 21%)
(0.31 / 0.00 / 0.32 / 0.21)

CMYK percentages

%31.19
%0
%32.18
%20.78

Codes

Color #8BCA89 in popluar color models

8B CA 89
RGB 139 202 137
HSL 118° 38.01% 66.47%
HSB/HSV 118° 32.18% 79.22%
CMYK 31.19% 0.00% 32.18%
20.78%

Color #8BCA89 in popluar number systems.

HEX 8B CA 89
Decimal 139 202 137
Binary 10001011 11001010 10001001
Octal 213 312 211

Shades and tints

Shades of #8BCA89

#8BCA89
(139,202,137)
#7FB87D
(127,184,125)
#73A671
(115,166,113)
#679465
(103,148,101)
#5B8259
(91,130,89)
#4F704D
(79,112,77)
#435E41
(67,94,65)
#374C35
(55,76,53)
#2B3A29
(43,58,41)
#1F281D
(31,40,29)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #8BCA89

#8BCA89
(139,202,137)
#95CE93
(149,206,147)
#9FD29D
(159,210,157)
#A9D6A7
(169,214,167)
#B3DAB1
(179,218,177)
#BDDEBB
(189,222,187)
#C7E2C5
(199,226,197)
#D1E6CF
(209,230,207)
#DBEAD9
(219,234,217)
#E5EEE3
(229,238,227)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BCA89 color. Also use rgb(139,202,137) instead hex code.

Text Font Color

.myTextColor { color: #8BCA89; }

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

This text font color is #8BCA89.

Background Color

.myBgColor { background-color: #8BCA89; }

<div style="background-color:#8BCA89">Inner text</div>

This div background color is #8BCA89.

Border color

.myBorderColor { border: 1px solid #8BCA89; }

<div style="border:3px solid #8BCA89">Div</div>

This div border color is #8BCA89.

Opacity

.myOpacity80 { color: #8BCA89; opacity: 0.8; }

<p style="color:#8BCA89;opacity:0.8;">80%</p>

Text with #8BCA89 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 #8BCA89;}

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

This text has shadow with #8BCA89 color.


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

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

This text has shadow with #8BCA89 primary color and red secondary color.


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

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

This text has shadow with #8BCA89 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8BCA89.

Preview

Color preview on black background

This text has color #8BCA89 on black background.


Color preview on white background

This text has color #8BCA89 on white background.


Black color preview on #8BCA89 background

This text has black color on #8BCA89 background.


White color preview on #8BCA89 background

This text has white color on #8BCA89 background.


Related colors

Complementary color

Complementary color for #hex is #743576.


I love getcolorcode.com

Triadic colors

1 #898BCA and #CA898B with #8BCA89 are triadic colors.

2 #89CA8B and #CA8B89 with #8BCA89 are triadic colors.