COLOR #8FB987

HEX: #8FB987
RGB: (143,185,135)

Color info

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

RGB color model

#8FB987 color RGB value is (143,185,135).

  • red value is 143;
  • green value is 185;
  • blue value is 135.
RGB:
(143,185,135)
(56%,73%,53%)

RGB channels and saturation

R 143 of 255 = 56%
G 185 of 255 = 73%
B 135 of 255 = 53%

143
185
135

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

Portions of RGB colors in percentages

R + G + B =
143 + 185 + 135 = 463 (100%)
R 143 of 463 ~ 30.89%
G 185 of 463 ~ 39.96%
B 135 of 463 ~ 29.16%

%30.89
%39.96
%29.16

CMYK color model

#8FB987 color CMYK value is (23,0,27,27).

  • cyan value is 22.70%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 27.45%
CMYK:
(23,0,27,27)
C23M0Y27K27 
(23%,0%,27%,27%)
(0.23/0.00/0.27/0.27)	

CMYK percentages

%22.7
%0
%27.03
%27.45

Codes

Color #8FB987 in popluar color models

8FB987
RGB143185135
HSL110°26.32%62.75%
HSB/HSV110°27.03%72.55%
CMYK22.70%0.00%27.03%
27.45%

Color #8FB987 in popluar number systems.

HEX8FB987
Decimal143185135
Binary100011111011100110000111
Octal217271207

Shades and tints

Shades of #8FB987

#8FB987
(143,185,135)
#82A97B
(130,169,123)
#75996F
(117,153,111)
#688963
(104,137,99)
#5B7957
(91,121,87)
#4E694B
(78,105,75)
#41593F
(65,89,63)
#344933
(52,73,51)
#273927
(39,57,39)
#1A291B
(26,41,27)
#0D190F
(13,25,15)
#000000
(0,0,0)

Tints of #8FB987

#8FB987
(143,185,135)
#99BF91
(153,191,145)
#A3C59B
(163,197,155)
#ADCBA5
(173,203,165)
#B7D1AF
(183,209,175)
#C1D7B9
(193,215,185)
#CBDDC3
(203,221,195)
#D5E3CD
(213,227,205)
#DFE9D7
(223,233,215)
#E9EFE1
(233,239,225)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB987 color. Also use rgb(143,185,135) instead hex code.

Text Font Color

.myTextColor { color: #8FB987; }

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

This text font color is #8FB987.


Background Color

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

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

This div background color is #8FB987.


Border color

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

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

This div border color is #8FB987.


Opacity

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

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

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

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

This text has shadow with #8FB987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB987 on black background.


Color preview on white background

This text has color #8FB987 on white background.



Black color preview on #8FB987 background

This text has black color on #8FB987 background.


White color preview on #8FB987 background

This text has white color on #8FB987 background.