COLOR #8BCE9D

HEX: #8BCE9D
RGB: (139,206,157)

Color info

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

RGB color model

#8BCE9D color RGB value is (139,206,157).

  • red value is 139;
  • green value is 206;
  • blue value is 157.
RGB:
(139,206,157)
(55%,81%,62%)

RGB channels and saturation

R 139 of 255 = 55%
G 206 of 255 = 81%
B 157 of 255 = 62%

139
206
157

R + G + B ~ 66%. #8BCE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 206 + 157 = 502 (100%)
R 139 of 502 ~ 27.69%
G 206 of 502 ~ 41.04%
B 157 of 502 ~ 31.27%

%27.69
%41.04
%31.27

CMYK color model

#8BCE9D color CMYK value is (33,0,24,19).

  • cyan value is 32.52%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 19.22%
CMYK:
(33,0,24,19)
C33M0Y24K19 
(33%,0%,24%,19%)
(0.33/0.00/0.24/0.19)	

CMYK percentages

%32.52
%0
%23.79
%19.22

Codes

Color #8BCE9D in popluar color models

8BCE9D
RGB139206157
HSL136°40.61%67.65%
HSB/HSV136°32.52%80.78%
CMYK32.52%0.00%23.79%
19.22%

Color #8BCE9D in popluar number systems.

HEX8BCE9D
Decimal139206157
Binary100010111100111010011101
Octal213316235

Shades and tints

Shades of #8BCE9D

#8BCE9D
(139,206,157)
#7FBC8F
(127,188,143)
#73AA81
(115,170,129)
#679873
(103,152,115)
#5B8665
(91,134,101)
#4F7457
(79,116,87)
#436249
(67,98,73)
#37503B
(55,80,59)
#2B3E2D
(43,62,45)
#1F2C1F
(31,44,31)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #8BCE9D

#8BCE9D
(139,206,157)
#95D2A5
(149,210,165)
#9FD6AD
(159,214,173)
#A9DAB5
(169,218,181)
#B3DEBD
(179,222,189)
#BDE2C5
(189,226,197)
#C7E6CD
(199,230,205)
#D1EAD5
(209,234,213)
#DBEEDD
(219,238,221)
#E5F2E5
(229,242,229)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BCE9D; }

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

This text font color is #8BCE9D.


Background Color

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

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

This div background color is #8BCE9D.


Border color

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

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

This div border color is #8BCE9D.


Opacity

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

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

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

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

This text has shadow with #8BCE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BCE9D on black background.


Color preview on white background

This text has color #8BCE9D on white background.



Black color preview on #8BCE9D background

This text has black color on #8BCE9D background.


White color preview on #8BCE9D background

This text has white color on #8BCE9D background.