COLOR #8BE59C

HEX: #8BE59C RGB: (139,229,156)

Color info

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

RGB color model

#8BE59C color RGB value is (139,229,156).

RGB: (139,229,156) (55%, 90%, 61%)

RGB channels and saturation

R 139 of 255 = 55%
G 229 of 255 = 90%
B 156 of 255 = 61%

139
229
156

R + G + B ~ 69%. #8BE59C is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 229 + 156 = 524 (100%)
R 139 of 524 ~ 26.53%
G 229 of 524 ~ 43.7%
B 156 of 524 ~ 29.77'%

%26.53
%43.7
%29.77

CMYK color model

#8BE59C color CMYK value is (39,0,32,10).

  • cyan value is 39.30%
  • magenta value is 0.00%
  • yellow value is 31.88%
  • key color value is 10.20%

CMYK: (39,0,32,10)
C39M0Y32K10 (39%, 0%, 32%, 10%)
(0.39 / 0.00 / 0.32 / 0.10)

CMYK percentages

%39.3
%0
%31.88
%10.2

Codes

Color #8BE59C in popluar color models

8B E5 9C
RGB 139 229 156
HSL 131° 63.38% 72.16%
HSB/HSV 131° 39.30% 89.80%
CMYK 39.30% 0.00% 31.88%
10.20%

Color #8BE59C in popluar number systems.

HEX 8B E5 9C
Decimal 139 229 156
Binary 10001011 11100101 10011100
Octal 213 345 234

Shades and tints

Shades of #8BE59C

#8BE59C
(139,229,156)
#7FD18E
(127,209,142)
#73BD80
(115,189,128)
#67A972
(103,169,114)
#5B9564
(91,149,100)
#4F8156
(79,129,86)
#436D48
(67,109,72)
#37593A
(55,89,58)
#2B452C
(43,69,44)
#1F311E
(31,49,30)
#131D10
(19,29,16)
#000000
(0,0,0)

Tints of #8BE59C

#8BE59C
(139,229,156)
#95E7A5
(149,231,165)
#9FE9AE
(159,233,174)
#A9EBB7
(169,235,183)
#B3EDC0
(179,237,192)
#BDEFC9
(189,239,201)
#C7F1D2
(199,241,210)
#D1F3DB
(209,243,219)
#DBF5E4
(219,245,228)
#E5F7ED
(229,247,237)
#EFF9F6
(239,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BE59C; }

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

This text font color is #8BE59C.

Background Color

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

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

This div background color is #8BE59C.

Border color

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

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

This div border color is #8BE59C.

Opacity

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

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

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

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

This text has shadow with #8BE59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BE59C.

Preview

Color preview on black background

This text has color #8BE59C on black background.


Color preview on white background

This text has color #8BE59C on white background.


Black color preview on #8BE59C background

This text has black color on #8BE59C background.


White color preview on #8BE59C background

This text has white color on #8BE59C background.


Related colors

Complementary color

Complementary color for #hex is #741A63.


I love getcolorcode.com

Triadic colors

1 #9C8BE5 and #E59C8B with #8BE59C are triadic colors.

2 #9CE58B and #E58B9C with #8BE59C are triadic colors.