COLOR #8BD79C

HEX: #8BD79C
RGB: (139,215,156)

Color info

#8BD79C contains mainly green and blue colors. Web safe color of #8BD79C is #99CC99 (or #9C9).

RGB color model

#8BD79C color RGB value is (139,215,156).

  • red value is 139;
  • green value is 215;
  • blue value is 156.
RGB:
(139,215,156)
(55%,84%,61%)

RGB channels and saturation

R 139 of 255 = 55%
G 215 of 255 = 84%
B 156 of 255 = 61%

139
215
156

R + G + B ~ 67%. #8BD79C is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 215 + 156 = 510 (100%)
R 139 of 510 ~ 27.25%
G 215 of 510 ~ 42.16%
B 156 of 510 ~ 30.59%

%27.25
%42.16
%30.59

CMYK color model

#8BD79C color CMYK value is (35,0,27,16).

  • cyan value is 35.35%
  • magenta value is 0.00%
  • yellow value is 27.44%
  • key color value is 15.69%
CMYK:
(35,0,27,16)
C35M0Y27K16 
(35%,0%,27%,16%)
(0.35/0.00/0.27/0.16)	

CMYK percentages

%35.35
%0
%27.44
%15.69

Codes

Color #8BD79C in popluar color models

8BD79C
RGB139215156
HSL133°48.72%69.41%
HSB/HSV133°35.35%84.31%
CMYK35.35%0.00%27.44%
15.69%

Color #8BD79C in popluar number systems.

HEX8BD79C
Decimal139215156
Binary100010111101011110011100
Octal213327234

Shades and tints

Shades of #8BD79C

#8BD79C
(139,215,156)
#7FC48E
(127,196,142)
#73B180
(115,177,128)
#679E72
(103,158,114)
#5B8B64
(91,139,100)
#4F7856
(79,120,86)
#436548
(67,101,72)
#37523A
(55,82,58)
#2B3F2C
(43,63,44)
#1F2C1E
(31,44,30)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #8BD79C

#8BD79C
(139,215,156)
#95DAA5
(149,218,165)
#9FDDAE
(159,221,174)
#A9E0B7
(169,224,183)
#B3E3C0
(179,227,192)
#BDE6C9
(189,230,201)
#C7E9D2
(199,233,210)
#D1ECDB
(209,236,219)
#DBEFE4
(219,239,228)
#E5F2ED
(229,242,237)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BD79C color. Also use rgb(139,215,156) instead hex code.

Text Font Color

.myTextColor { color: #8BD79C; }

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

This text font color is #8BD79C.


Background Color

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

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

This div background color is #8BD79C.


Border color

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

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

This div border color is #8BD79C.


Opacity

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

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

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

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

This text has shadow with #8BD79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BD79C on black background.


Color preview on white background

This text has color #8BD79C on white background.



Black color preview on #8BD79C background

This text has black color on #8BD79C background.


White color preview on #8BD79C background

This text has white color on #8BD79C background.