COLOR #8BD979

HEX: #8BD979
RGB: (139,217,121)

Color info

#8BD979 contains mainly green color. Web safe color of #8BD979 is #99CC66 (or #9C6).

RGB color model

#8BD979 color RGB value is (139,217,121).

  • red value is 139;
  • green value is 217;
  • blue value is 121.
RGB:
(139,217,121)
(55%,85%,47%)

RGB channels and saturation

R 139 of 255 = 55%
G 217 of 255 = 85%
B 121 of 255 = 47%

139
217
121

R + G + B ~ 62%. #8BD979 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 217 + 121 = 477 (100%)
R 139 of 477 ~ 29.14%
G 217 of 477 ~ 45.49%
B 121 of 477 ~ 25.37%

%29.14
%45.49
%25.37

CMYK color model

#8BD979 color CMYK value is (36,0,44,15).

  • cyan value is 35.94%
  • magenta value is 0.00%
  • yellow value is 44.24%
  • key color value is 14.90%
CMYK:
(36,0,44,15)
C36M0Y44K15 
(36%,0%,44%,15%)
(0.36/0.00/0.44/0.15)	

CMYK percentages

%35.94
%0
%44.24
%14.9

Codes

Color #8BD979 in popluar color models

8BD979
RGB139217121
HSL109°55.81%66.27%
HSB/HSV109°44.24%85.10%
CMYK35.94%0.00%44.24%
14.90%

Color #8BD979 in popluar number systems.

HEX8BD979
Decimal139217121
Binary10001011110110011111001
Octal213331171

Shades and tints

Shades of #8BD979

#8BD979
(139,217,121)
#7FC66E
(127,198,110)
#73B363
(115,179,99)
#67A058
(103,160,88)
#5B8D4D
(91,141,77)
#4F7A42
(79,122,66)
#436737
(67,103,55)
#37542C
(55,84,44)
#2B4121
(43,65,33)
#1F2E16
(31,46,22)
#131B0B
(19,27,11)
#000000
(0,0,0)

Tints of #8BD979

#8BD979
(139,217,121)
#95DC85
(149,220,133)
#9FDF91
(159,223,145)
#A9E29D
(169,226,157)
#B3E5A9
(179,229,169)
#BDE8B5
(189,232,181)
#C7EBC1
(199,235,193)
#D1EECD
(209,238,205)
#DBF1D9
(219,241,217)
#E5F4E5
(229,244,229)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BD979 color. Also use rgb(139,217,121) instead hex code.

Text Font Color

.myTextColor { color: #8BD979; }

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

This text font color is #8BD979.


Background Color

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

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

This div background color is #8BD979.


Border color

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

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

This div border color is #8BD979.


Opacity

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

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

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

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

This text has shadow with #8BD979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BD979 on black background.


Color preview on white background

This text has color #8BD979 on white background.



Black color preview on #8BD979 background

This text has black color on #8BD979 background.


White color preview on #8BD979 background

This text has white color on #8BD979 background.