COLOR #8FB386

HEX: #8FB386
RGB: (143,179,134)

Color info

#8FB386 contains red, green and blue colors in about the same proportion. Web safe color of #8FB386 is #999999 (or #999).

RGB color model

#8FB386 color RGB value is (143,179,134).

  • red value is 143;
  • green value is 179;
  • blue value is 134.
RGB:
(143,179,134)
(56%,70%,53%)

RGB channels and saturation

R 143 of 255 = 56%
G 179 of 255 = 70%
B 134 of 255 = 53%

143
179
134

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

Portions of RGB colors in percentages

R + G + B =
143 + 179 + 134 = 456 (100%)
R 143 of 456 ~ 31.36%
G 179 of 456 ~ 39.25%
B 134 of 456 ~ 29.39%

%31.36
%39.25
%29.39

CMYK color model

#8FB386 color CMYK value is (20,0,25,30).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 25.14%
  • key color value is 29.80%
CMYK:
(20,0,25,30)
C20M0Y25K30 
(20%,0%,25%,30%)
(0.20/0.00/0.25/0.30)	

CMYK percentages

%20.11
%0
%25.14
%29.8

Codes

Color #8FB386 in popluar color models

8FB386
RGB143179134
HSL108°22.84%61.37%
HSB/HSV108°25.14%70.20%
CMYK20.11%0.00%25.14%
29.80%

Color #8FB386 in popluar number systems.

HEX8FB386
Decimal143179134
Binary100011111011001110000110
Octal217263206

Shades and tints

Shades of #8FB386

#8FB386
(143,179,134)
#82A37A
(130,163,122)
#75936E
(117,147,110)
#688362
(104,131,98)
#5B7356
(91,115,86)
#4E634A
(78,99,74)
#41533E
(65,83,62)
#344332
(52,67,50)
#273326
(39,51,38)
#1A231A
(26,35,26)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #8FB386

#8FB386
(143,179,134)
#99B991
(153,185,145)
#A3BF9C
(163,191,156)
#ADC5A7
(173,197,167)
#B7CBB2
(183,203,178)
#C1D1BD
(193,209,189)
#CBD7C8
(203,215,200)
#D5DDD3
(213,221,211)
#DFE3DE
(223,227,222)
#E9E9E9
(233,233,233)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB386 color. Also use rgb(143,179,134) instead hex code.

Text Font Color

.myTextColor { color: #8FB386; }

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

This text font color is #8FB386.


Background Color

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

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

This div background color is #8FB386.


Border color

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

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

This div border color is #8FB386.


Opacity

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

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

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

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

This text has shadow with #8FB386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB386 on black background.


Color preview on white background

This text has color #8FB386 on white background.



Black color preview on #8FB386 background

This text has black color on #8FB386 background.


White color preview on #8FB386 background

This text has white color on #8FB386 background.