COLOR #8BD289

HEX: #8BD289
RGB: (139,210,137)

Color info

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

RGB color model

#8BD289 color RGB value is (139,210,137).

  • red value is 139;
  • green value is 210;
  • blue value is 137.
RGB:
(139,210,137)
(55%,82%,54%)

RGB channels and saturation

R 139 of 255 = 55%
G 210 of 255 = 82%
B 137 of 255 = 54%

139
210
137

R + G + B ~ 64%. #8BD289 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 210 + 137 = 486 (100%)
R 139 of 486 ~ 28.6%
G 210 of 486 ~ 43.21%
B 137 of 486 ~ 28.19%

%28.6
%43.21
%28.19

CMYK color model

#8BD289 color CMYK value is (34,0,35,18).

  • cyan value is 33.81%
  • magenta value is 0.00%
  • yellow value is 34.76%
  • key color value is 17.65%
CMYK:
(34,0,35,18)
C34M0Y35K18 
(34%,0%,35%,18%)
(0.34/0.00/0.35/0.18)	

CMYK percentages

%33.81
%0
%34.76
%17.65

Codes

Color #8BD289 in popluar color models

8BD289
RGB139210137
HSL118°44.79%68.04%
HSB/HSV118°34.76%82.35%
CMYK33.81%0.00%34.76%
17.65%

Color #8BD289 in popluar number systems.

HEX8BD289
Decimal139210137
Binary100010111101001010001001
Octal213322211

Shades and tints

Shades of #8BD289

#8BD289
(139,210,137)
#7FBF7D
(127,191,125)
#73AC71
(115,172,113)
#679965
(103,153,101)
#5B8659
(91,134,89)
#4F734D
(79,115,77)
#436041
(67,96,65)
#374D35
(55,77,53)
#2B3A29
(43,58,41)
#1F271D
(31,39,29)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #8BD289

#8BD289
(139,210,137)
#95D693
(149,214,147)
#9FDA9D
(159,218,157)
#A9DEA7
(169,222,167)
#B3E2B1
(179,226,177)
#BDE6BB
(189,230,187)
#C7EAC5
(199,234,197)
#D1EECF
(209,238,207)
#DBF2D9
(219,242,217)
#E5F6E3
(229,246,227)
#EFFAED
(239,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BD289; }

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

This text font color is #8BD289.


Background Color

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

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

This div background color is #8BD289.


Border color

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

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

This div border color is #8BD289.


Opacity

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

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

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

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

This text has shadow with #8BD289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BD289 on black background.


Color preview on white background

This text has color #8BD289 on white background.



Black color preview on #8BD289 background

This text has black color on #8BD289 background.


White color preview on #8BD289 background

This text has white color on #8BD289 background.