COLOR #8BCC9D

HEX: #8BCC9D
RGB: (139,204,157)

Color info

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

RGB color model

#8BCC9D color RGB value is (139,204,157).

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

RGB channels and saturation

R 139 of 255 = 55%
G 204 of 255 = 80%
B 157 of 255 = 62%

139
204
157

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

Portions of RGB colors in percentages

R + G + B =
139 + 204 + 157 = 500 (100%)
R 139 of 500 ~ 27.8%
G 204 of 500 ~ 40.8%
B 157 of 500 ~ 31.4%

%27.8
%40.8
%31.4

CMYK color model

#8BCC9D color CMYK value is (32,0,23,20).

  • cyan value is 31.86%
  • magenta value is 0.00%
  • yellow value is 23.04%
  • key color value is 20.00%
CMYK:
(32,0,23,20)
C32M0Y23K20 
(32%,0%,23%,20%)
(0.32/0.00/0.23/0.20)	

CMYK percentages

%31.86
%0
%23.04
%20

Codes

Color #8BCC9D in popluar color models

8BCC9D
RGB139204157
HSL137°38.92%67.25%
HSB/HSV137°31.86%80.00%
CMYK31.86%0.00%23.04%
20.00%

Color #8BCC9D in popluar number systems.

HEX8BCC9D
Decimal139204157
Binary100010111100110010011101
Octal213314235

Shades and tints

Shades of #8BCC9D

#8BCC9D
(139,204,157)
#7FBA8F
(127,186,143)
#73A881
(115,168,129)
#679673
(103,150,115)
#5B8465
(91,132,101)
#4F7257
(79,114,87)
#436049
(67,96,73)
#374E3B
(55,78,59)
#2B3C2D
(43,60,45)
#1F2A1F
(31,42,31)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #8BCC9D

#8BCC9D
(139,204,157)
#95D0A5
(149,208,165)
#9FD4AD
(159,212,173)
#A9D8B5
(169,216,181)
#B3DCBD
(179,220,189)
#BDE0C5
(189,224,197)
#C7E4CD
(199,228,205)
#D1E8D5
(209,232,213)
#DBECDD
(219,236,221)
#E5F0E5
(229,240,229)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BCC9D; }

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

This text font color is #8BCC9D.


Background Color

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

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

This div background color is #8BCC9D.


Border color

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

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

This div border color is #8BCC9D.


Opacity

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

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

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

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

This text has shadow with #8BCC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BCC9D on black background.


Color preview on white background

This text has color #8BCC9D on white background.



Black color preview on #8BCC9D background

This text has black color on #8BCC9D background.


White color preview on #8BCC9D background

This text has white color on #8BCC9D background.