COLOR #8BBD6A

HEX: #8BBD6A
RGB: (139,189,106)

Color info

#8BBD6A contains mainly red and green colors. Web safe color of #8BBD6A is #99CC66 (or #9C6).

RGB color model

#8BBD6A color RGB value is (139,189,106).

  • red value is 139;
  • green value is 189;
  • blue value is 106.
RGB:
(139,189,106)
(55%,74%,42%)

RGB channels and saturation

R 139 of 255 = 55%
G 189 of 255 = 74%
B 106 of 255 = 42%

139
189
106

R + G + B ~ 57%. #8BBD6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 189 + 106 = 434 (100%)
R 139 of 434 ~ 32.03%
G 189 of 434 ~ 43.55%
B 106 of 434 ~ 24.42%

%32.03
%43.55
%24.42

CMYK color model

#8BBD6A color CMYK value is (26,0,44,26).

  • cyan value is 26.46%
  • magenta value is 0.00%
  • yellow value is 43.92%
  • key color value is 25.88%
CMYK:
(26,0,44,26)
C26M0Y44K26 
(26%,0%,44%,26%)
(0.26/0.00/0.44/0.26)	

CMYK percentages

%26.46
%0
%43.92
%25.88

Codes

Color #8BBD6A in popluar color models

8BBD6A
RGB139189106
HSL96°38.60%57.84%
HSB/HSV96°43.92%74.12%
CMYK26.46%0.00%43.92%
25.88%

Color #8BBD6A in popluar number systems.

HEX8BBD6A
Decimal139189106
Binary10001011101111011101010
Octal213275152

Shades and tints

Shades of #8BBD6A

#8BBD6A
(139,189,106)
#7FAC61
(127,172,97)
#739B58
(115,155,88)
#678A4F
(103,138,79)
#5B7946
(91,121,70)
#4F683D
(79,104,61)
#435734
(67,87,52)
#37462B
(55,70,43)
#2B3522
(43,53,34)
#1F2419
(31,36,25)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #8BBD6A

#8BBD6A
(139,189,106)
#95C377
(149,195,119)
#9FC984
(159,201,132)
#A9CF91
(169,207,145)
#B3D59E
(179,213,158)
#BDDBAB
(189,219,171)
#C7E1B8
(199,225,184)
#D1E7C5
(209,231,197)
#DBEDD2
(219,237,210)
#E5F3DF
(229,243,223)
#EFF9EC
(239,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BBD6A color. Also use rgb(139,189,106) instead hex code.

Text Font Color

.myTextColor { color: #8BBD6A; }

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

This text font color is #8BBD6A.


Background Color

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

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

This div background color is #8BBD6A.


Border color

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

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

This div border color is #8BBD6A.


Opacity

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

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

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

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

This text has shadow with #8BBD6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BBD6A on black background.


Color preview on white background

This text has color #8BBD6A on white background.



Black color preview on #8BBD6A background

This text has black color on #8BBD6A background.


White color preview on #8BBD6A background

This text has white color on #8BBD6A background.