COLOR #8BC09B

HEX: #8BC09B
RGB: (139,192,155)

Color info

#8BC09B contains red, green and blue colors in about the same proportion. Web safe color of #8BC09B is #99CC99 (or #9C9).

RGB color model

#8BC09B color RGB value is (139,192,155).

  • red value is 139;
  • green value is 192;
  • blue value is 155.
RGB:
(139,192,155)
(55%,75%,61%)

RGB channels and saturation

R 139 of 255 = 55%
G 192 of 255 = 75%
B 155 of 255 = 61%

139
192
155

R + G + B ~ 64%. #8BC09B is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 192 + 155 = 486 (100%)
R 139 of 486 ~ 28.6%
G 192 of 486 ~ 39.51%
B 155 of 486 ~ 31.89%

%28.6
%39.51
%31.89

CMYK color model

#8BC09B color CMYK value is (28,0,19,25).

  • cyan value is 27.60%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 24.71%
CMYK:
(28,0,19,25)
C28M0Y19K25 
(28%,0%,19%,25%)
(0.28/0.00/0.19/0.25)	

CMYK percentages

%27.6
%0
%19.27
%24.71

Codes

Color #8BC09B in popluar color models

8BC09B
RGB139192155
HSL138°29.61%64.90%
HSB/HSV138°27.60%75.29%
CMYK27.60%0.00%19.27%
24.71%

Color #8BC09B in popluar number systems.

HEX8BC09B
Decimal139192155
Binary100010111100000010011011
Octal213300233

Shades and tints

Shades of #8BC09B

#8BC09B
(139,192,155)
#7FAF8D
(127,175,141)
#739E7F
(115,158,127)
#678D71
(103,141,113)
#5B7C63
(91,124,99)
#4F6B55
(79,107,85)
#435A47
(67,90,71)
#374939
(55,73,57)
#2B382B
(43,56,43)
#1F271D
(31,39,29)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #8BC09B

#8BC09B
(139,192,155)
#95C5A4
(149,197,164)
#9FCAAD
(159,202,173)
#A9CFB6
(169,207,182)
#B3D4BF
(179,212,191)
#BDD9C8
(189,217,200)
#C7DED1
(199,222,209)
#D1E3DA
(209,227,218)
#DBE8E3
(219,232,227)
#E5EDEC
(229,237,236)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC09B color. Also use rgb(139,192,155) instead hex code.

Text Font Color

.myTextColor { color: #8BC09B; }

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

This text font color is #8BC09B.


Background Color

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

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

This div background color is #8BC09B.


Border color

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

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

This div border color is #8BC09B.


Opacity

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

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

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

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

This text has shadow with #8BC09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC09B on black background.


Color preview on white background

This text has color #8BC09B on white background.



Black color preview on #8BC09B background

This text has black color on #8BC09B background.


White color preview on #8BC09B background

This text has white color on #8BC09B background.