COLOR #8BC992

HEX: #8BC992
RGB: (139,201,146)

Color info

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

RGB color model

#8BC992 color RGB value is (139,201,146).

  • red value is 139;
  • green value is 201;
  • blue value is 146.
RGB:
(139,201,146)
(55%,79%,57%)

RGB channels and saturation

R 139 of 255 = 55%
G 201 of 255 = 79%
B 146 of 255 = 57%

139
201
146

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

Portions of RGB colors in percentages

R + G + B =
139 + 201 + 146 = 486 (100%)
R 139 of 486 ~ 28.6%
G 201 of 486 ~ 41.36%
B 146 of 486 ~ 30.04%

%28.6
%41.36
%30.04

CMYK color model

#8BC992 color CMYK value is (31,0,27,21).

  • cyan value is 30.85%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 21.18%
CMYK:
(31,0,27,21)
C31M0Y27K21 
(31%,0%,27%,21%)
(0.31/0.00/0.27/0.21)	

CMYK percentages

%30.85
%0
%27.36
%21.18

Codes

Color #8BC992 in popluar color models

8BC992
RGB139201146
HSL127°36.47%66.67%
HSB/HSV127°30.85%78.82%
CMYK30.85%0.00%27.36%
21.18%

Color #8BC992 in popluar number systems.

HEX8BC992
Decimal139201146
Binary100010111100100110010010
Octal213311222

Shades and tints

Shades of #8BC992

#8BC992
(139,201,146)
#7FB785
(127,183,133)
#73A578
(115,165,120)
#67936B
(103,147,107)
#5B815E
(91,129,94)
#4F6F51
(79,111,81)
#435D44
(67,93,68)
#374B37
(55,75,55)
#2B392A
(43,57,42)
#1F271D
(31,39,29)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #8BC992

#8BC992
(139,201,146)
#95CD9B
(149,205,155)
#9FD1A4
(159,209,164)
#A9D5AD
(169,213,173)
#B3D9B6
(179,217,182)
#BDDDBF
(189,221,191)
#C7E1C8
(199,225,200)
#D1E5D1
(209,229,209)
#DBE9DA
(219,233,218)
#E5EDE3
(229,237,227)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC992 color. Also use rgb(139,201,146) instead hex code.

Text Font Color

.myTextColor { color: #8BC992; }

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

This text font color is #8BC992.


Background Color

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

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

This div background color is #8BC992.


Border color

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

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

This div border color is #8BC992.


Opacity

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

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

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

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

This text has shadow with #8BC992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC992 on black background.


Color preview on white background

This text has color #8BC992 on white background.



Black color preview on #8BC992 background

This text has black color on #8BC992 background.


White color preview on #8BC992 background

This text has white color on #8BC992 background.