COLOR #8FB087

HEX: #8FB087
RGB: (143,176,135)

Color info

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

RGB color model

#8FB087 color RGB value is (143,176,135).

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

RGB channels and saturation

R 143 of 255 = 56%
G 176 of 255 = 69%
B 135 of 255 = 53%

143
176
135

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

Portions of RGB colors in percentages

R + G + B =
143 + 176 + 135 = 454 (100%)
R 143 of 454 ~ 31.5%
G 176 of 454 ~ 38.77%
B 135 of 454 ~ 29.74%

%31.5
%38.77
%29.74

CMYK color model

#8FB087 color CMYK value is (19,0,23,31).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 30.98%
CMYK:
(19,0,23,31)
C19M0Y23K31 
(19%,0%,23%,31%)
(0.19/0.00/0.23/0.31)	

CMYK percentages

%18.75
%0
%23.3
%30.98

Codes

Color #8FB087 in popluar color models

8FB087
RGB143176135
HSL108°20.60%60.98%
HSB/HSV108°23.30%69.02%
CMYK18.75%0.00%23.30%
30.98%

Color #8FB087 in popluar number systems.

HEX8FB087
Decimal143176135
Binary100011111011000010000111
Octal217260207

Shades and tints

Shades of #8FB087

#8FB087
(143,176,135)
#82A07B
(130,160,123)
#75906F
(117,144,111)
#688063
(104,128,99)
#5B7057
(91,112,87)
#4E604B
(78,96,75)
#41503F
(65,80,63)
#344033
(52,64,51)
#273027
(39,48,39)
#1A201B
(26,32,27)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #8FB087

#8FB087
(143,176,135)
#99B791
(153,183,145)
#A3BE9B
(163,190,155)
#ADC5A5
(173,197,165)
#B7CCAF
(183,204,175)
#C1D3B9
(193,211,185)
#CBDAC3
(203,218,195)
#D5E1CD
(213,225,205)
#DFE8D7
(223,232,215)
#E9EFE1
(233,239,225)
#F3F6EB
(243,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB087; }

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

This text font color is #8FB087.


Background Color

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

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

This div background color is #8FB087.


Border color

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

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

This div border color is #8FB087.


Opacity

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

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

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

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

This text has shadow with #8FB087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB087 on black background.


Color preview on white background

This text has color #8FB087 on white background.



Black color preview on #8FB087 background

This text has black color on #8FB087 background.


White color preview on #8FB087 background

This text has white color on #8FB087 background.