COLOR #8FBC86

HEX: #8FBC86
RGB: (143,188,134)

Color info

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

RGB color model

#8FBC86 color RGB value is (143,188,134).

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

RGB channels and saturation

R 143 of 255 = 56%
G 188 of 255 = 74%
B 134 of 255 = 53%

143
188
134

R + G + B ~ 61%. #8FBC86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 188 + 134 = 465 (100%)
R 143 of 465 ~ 30.75%
G 188 of 465 ~ 40.43%
B 134 of 465 ~ 28.82%

%30.75
%40.43
%28.82

CMYK color model

#8FBC86 color CMYK value is (24,0,29,26).

  • cyan value is 23.94%
  • magenta value is 0.00%
  • yellow value is 28.72%
  • key color value is 26.27%
CMYK:
(24,0,29,26)
C24M0Y29K26 
(24%,0%,29%,26%)
(0.24/0.00/0.29/0.26)	

CMYK percentages

%23.94
%0
%28.72
%26.27

Codes

Color #8FBC86 in popluar color models

8FBC86
RGB143188134
HSL110°28.72%63.14%
HSB/HSV110°28.72%73.73%
CMYK23.94%0.00%28.72%
26.27%

Color #8FBC86 in popluar number systems.

HEX8FBC86
Decimal143188134
Binary100011111011110010000110
Octal217274206

Shades and tints

Shades of #8FBC86

#8FBC86
(143,188,134)
#82AB7A
(130,171,122)
#759A6E
(117,154,110)
#688962
(104,137,98)
#5B7856
(91,120,86)
#4E674A
(78,103,74)
#41563E
(65,86,62)
#344532
(52,69,50)
#273426
(39,52,38)
#1A231A
(26,35,26)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #8FBC86

#8FBC86
(143,188,134)
#99C291
(153,194,145)
#A3C89C
(163,200,156)
#ADCEA7
(173,206,167)
#B7D4B2
(183,212,178)
#C1DABD
(193,218,189)
#CBE0C8
(203,224,200)
#D5E6D3
(213,230,211)
#DFECDE
(223,236,222)
#E9F2E9
(233,242,233)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FBC86; }

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

This text font color is #8FBC86.


Background Color

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

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

This div background color is #8FBC86.


Border color

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

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

This div border color is #8FBC86.


Opacity

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

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

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

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

This text has shadow with #8FBC86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBC86 on black background.


Color preview on white background

This text has color #8FBC86 on white background.



Black color preview on #8FBC86 background

This text has black color on #8FBC86 background.


White color preview on #8FBC86 background

This text has white color on #8FBC86 background.