COLOR #8FBE87

HEX: #8FBE87
RGB: (143,190,135)

Color info

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

RGB color model

#8FBE87 color RGB value is (143,190,135).

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

RGB channels and saturation

R 143 of 255 = 56%
G 190 of 255 = 75%
B 135 of 255 = 53%

143
190
135

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

Portions of RGB colors in percentages

R + G + B =
143 + 190 + 135 = 468 (100%)
R 143 of 468 ~ 30.56%
G 190 of 468 ~ 40.6%
B 135 of 468 ~ 28.85%

%30.56
%40.6
%28.85

CMYK color model

#8FBE87 color CMYK value is (25,0,29,25).

  • cyan value is 24.74%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 25.49%
CMYK:
(25,0,29,25)
C25M0Y29K25 
(25%,0%,29%,25%)
(0.25/0.00/0.29/0.25)	

CMYK percentages

%24.74
%0
%28.95
%25.49

Codes

Color #8FBE87 in popluar color models

8FBE87
RGB143190135
HSL111°29.73%63.73%
HSB/HSV111°28.95%74.51%
CMYK24.74%0.00%28.95%
25.49%

Color #8FBE87 in popluar number systems.

HEX8FBE87
Decimal143190135
Binary100011111011111010000111
Octal217276207

Shades and tints

Shades of #8FBE87

#8FBE87
(143,190,135)
#82AD7B
(130,173,123)
#759C6F
(117,156,111)
#688B63
(104,139,99)
#5B7A57
(91,122,87)
#4E694B
(78,105,75)
#41583F
(65,88,63)
#344733
(52,71,51)
#273627
(39,54,39)
#1A251B
(26,37,27)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #8FBE87

#8FBE87
(143,190,135)
#99C391
(153,195,145)
#A3C89B
(163,200,155)
#ADCDA5
(173,205,165)
#B7D2AF
(183,210,175)
#C1D7B9
(193,215,185)
#CBDCC3
(203,220,195)
#D5E1CD
(213,225,205)
#DFE6D7
(223,230,215)
#E9EBE1
(233,235,225)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FBE87; }

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

This text font color is #8FBE87.


Background Color

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

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

This div background color is #8FBE87.


Border color

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

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

This div border color is #8FBE87.


Opacity

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

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

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

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

This text has shadow with #8FBE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBE87 on black background.


Color preview on white background

This text has color #8FBE87 on white background.



Black color preview on #8FBE87 background

This text has black color on #8FBE87 background.


White color preview on #8FBE87 background

This text has white color on #8FBE87 background.