COLOR #8FB59E

HEX: #8FB59E
RGB: (143,181,158)

Color info

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

RGB color model

#8FB59E color RGB value is (143,181,158).

  • red value is 143;
  • green value is 181;
  • blue value is 158.
RGB:
(143,181,158)
(56%,71%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 181 of 255 = 71%
B 158 of 255 = 62%

143
181
158

R + G + B ~ 63%. #8FB59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 181 + 158 = 482 (100%)
R 143 of 482 ~ 29.67%
G 181 of 482 ~ 37.55%
B 158 of 482 ~ 32.78%

%29.67
%37.55
%32.78

CMYK color model

#8FB59E color CMYK value is (21,0,13,29).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 12.71%
  • key color value is 29.02%
CMYK:
(21,0,13,29)
C21M0Y13K29 
(21%,0%,13%,29%)
(0.21/0.00/0.13/0.29)	

CMYK percentages

%20.99
%0
%12.71
%29.02

Codes

Color #8FB59E in popluar color models

8FB59E
RGB143181158
HSL144°20.43%63.53%
HSB/HSV144°20.99%70.98%
CMYK20.99%0.00%12.71%
29.02%

Color #8FB59E in popluar number systems.

HEX8FB59E
Decimal143181158
Binary100011111011010110011110
Octal217265236

Shades and tints

Shades of #8FB59E

#8FB59E
(143,181,158)
#82A590
(130,165,144)
#759582
(117,149,130)
#688574
(104,133,116)
#5B7566
(91,117,102)
#4E6558
(78,101,88)
#41554A
(65,85,74)
#34453C
(52,69,60)
#27352E
(39,53,46)
#1A2520
(26,37,32)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #8FB59E

#8FB59E
(143,181,158)
#99BBA6
(153,187,166)
#A3C1AE
(163,193,174)
#ADC7B6
(173,199,182)
#B7CDBE
(183,205,190)
#C1D3C6
(193,211,198)
#CBD9CE
(203,217,206)
#D5DFD6
(213,223,214)
#DFE5DE
(223,229,222)
#E9EBE6
(233,235,230)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB59E color. Also use rgb(143,181,158) instead hex code.

Text Font Color

.myTextColor { color: #8FB59E; }

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

This text font color is #8FB59E.


Background Color

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

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

This div background color is #8FB59E.


Border color

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

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

This div border color is #8FB59E.


Opacity

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

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

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

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

This text has shadow with #8FB59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB59E on black background.


Color preview on white background

This text has color #8FB59E on white background.



Black color preview on #8FB59E background

This text has black color on #8FB59E background.


White color preview on #8FB59E background

This text has white color on #8FB59E background.