COLOR #8BE39D

HEX: #8BE39D RGB: (139,227,157)

Color info

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

RGB color model

#8BE39D color RGB value is (139,227,157).

RGB: (139,227,157) (55%, 89%, 62%)

RGB channels and saturation

R 139 of 255 = 55%
G 227 of 255 = 89%
B 157 of 255 = 62%

139
227
157

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

Portions of RGB colors in percentages

R + G + B = 139 + 227 + 157 = 523 (100%)
R 139 of 523 ~ 26.58%
G 227 of 523 ~ 43.4%
B 157 of 523 ~ 30.02'%

%26.58
%43.4
%30.02

CMYK color model

#8BE39D color CMYK value is (39,0,31,11).

  • cyan value is 38.77%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 10.98%
CMYK: (39,0,31,11) C39M0Y31K11 (39%,0%,31%,11%) (0.39/0.00/0.31/0.11) 

CMYK percentages

%38.77
%0
%30.84
%10.98

Codes

Color #8BE39D in popluar color models

8B E3 9D
RGB 139 227 157
HSL 132° 61.11% 71.76%
HSB/HSV 132° 38.77% 89.02%
CMYK 38.77% 0.00% 30.84%
10.98%

Color #8BE39D in popluar number systems.

HEX 8B E3 9D
Decimal 139 227 157
Binary 10001011 11100011 10011101
Octal 213 343 235

Shades and tints

Shades of #8BE39D

#8BE39D
(139,227,157)
#7FCF8F
(127,207,143)
#73BB81
(115,187,129)
#67A773
(103,167,115)
#5B9365
(91,147,101)
#4F7F57
(79,127,87)
#436B49
(67,107,73)
#37573B
(55,87,59)
#2B432D
(43,67,45)
#1F2F1F
(31,47,31)
#131B11
(19,27,17)
#000000
(0,0,0)

Tints of #8BE39D

#8BE39D
(139,227,157)
#95E5A5
(149,229,165)
#9FE7AD
(159,231,173)
#A9E9B5
(169,233,181)
#B3EBBD
(179,235,189)
#BDEDC5
(189,237,197)
#C7EFCD
(199,239,205)
#D1F1D5
(209,241,213)
#DBF3DD
(219,243,221)
#E5F5E5
(229,245,229)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BE39D color. Also use rgb(139,227,157) instead hex code.

Text Font Color

.myTextColor { color: #8BE39D; }

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

This text font color is #8BE39D.

Background Color

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

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

This div background color is #8BE39D.

Border color

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

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

This div border color is #8BE39D.

Opacity

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

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

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

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

This text has shadow with #8BE39D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BE39D.

Preview

Color preview on black background

This text has color #8BE39D on black background.


Color preview on white background

This text has color #8BE39D on white background.


Black color preview on #8BE39D background

This text has black color on #8BE39D background.


White color preview on #8BE39D background

This text has white color on #8BE39D background.


Related colors

Complementary color

Complementary color for #hex is #741C62.


I love getcolorcode.com

Triadic colors

1 #9D8BE3 and #E39D8B with #8BE39D are triadic colors.

2 #9DE38B and #E38B9D with #8BE39D are triadic colors.