COLOR #8BE39E

HEX: #8BE39E
RGB: (139,227,158)

Color info

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

RGB color model

#8BE39E color RGB value is (139,227,158).

  • red value is 139;
  • green value is 227;
  • blue value is 158.
RGB:
(139,227,158)
(55%,89%,62%)

RGB channels and saturation

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

139
227
158

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

Portions of RGB colors in percentages

R + G + B =
139 + 227 + 158 = 524 (100%)
R 139 of 524 ~ 26.53%
G 227 of 524 ~ 43.32%
B 158 of 524 ~ 30.15%

%26.53
%43.32
%30.15

CMYK color model

#8BE39E color CMYK value is (39,0,30,11).

  • cyan value is 38.77%
  • magenta value is 0.00%
  • yellow value is 30.40%
  • key color value is 10.98%
CMYK:
(39,0,30,11)
C39M0Y30K11 
(39%,0%,30%,11%)
(0.39/0.00/0.30/0.11)	

CMYK percentages

%38.77
%0
%30.4
%10.98

Codes

Color #8BE39E in popluar color models

8BE39E
RGB139227158
HSL133°61.11%71.76%
HSB/HSV133°38.77%89.02%
CMYK38.77%0.00%30.40%
10.98%

Color #8BE39E in popluar number systems.

HEX8BE39E
Decimal139227158
Binary100010111110001110011110
Octal213343236

Shades and tints

Shades of #8BE39E

#8BE39E
(139,227,158)
#7FCF90
(127,207,144)
#73BB82
(115,187,130)
#67A774
(103,167,116)
#5B9366
(91,147,102)
#4F7F58
(79,127,88)
#436B4A
(67,107,74)
#37573C
(55,87,60)
#2B432E
(43,67,46)
#1F2F20
(31,47,32)
#131B12
(19,27,18)
#000000
(0,0,0)

Tints of #8BE39E

#8BE39E
(139,227,158)
#95E5A6
(149,229,166)
#9FE7AE
(159,231,174)
#A9E9B6
(169,233,182)
#B3EBBE
(179,235,190)
#BDEDC6
(189,237,198)
#C7EFCE
(199,239,206)
#D1F1D6
(209,241,214)
#DBF3DE
(219,243,222)
#E5F5E6
(229,245,230)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BE39E; }

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

This text font color is #8BE39E.


Background Color

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

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

This div background color is #8BE39E.


Border color

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

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

This div border color is #8BE39E.


Opacity

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

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

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

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

This text has shadow with #8BE39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BE39E on black background.


Color preview on white background

This text has color #8BE39E on white background.



Black color preview on #8BE39E background

This text has black color on #8BE39E background.


White color preview on #8BE39E background

This text has white color on #8BE39E background.