COLOR #8FC39B

HEX: #8FC39B
RGB: (143,195,155)

Color info

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

RGB color model

#8FC39B color RGB value is (143,195,155).

  • red value is 143;
  • green value is 195;
  • blue value is 155.
RGB:
(143,195,155)
(56%,76%,61%)

RGB channels and saturation

R 143 of 255 = 56%
G 195 of 255 = 76%
B 155 of 255 = 61%

143
195
155

R + G + B ~ 64%. #8FC39B is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 195 + 155 = 493 (100%)
R 143 of 493 ~ 29.01%
G 195 of 493 ~ 39.55%
B 155 of 493 ~ 31.44%

%29.01
%39.55
%31.44

CMYK color model

#8FC39B color CMYK value is (27,0,21,24).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 23.53%
CMYK:
(27,0,21,24)
C27M0Y21K24 
(27%,0%,21%,24%)
(0.27/0.00/0.21/0.24)	

CMYK percentages

%26.67
%0
%20.51
%23.53

Codes

Color #8FC39B in popluar color models

8FC39B
RGB143195155
HSL134°30.23%66.27%
HSB/HSV134°26.67%76.47%
CMYK26.67%0.00%20.51%
23.53%

Color #8FC39B in popluar number systems.

HEX8FC39B
Decimal143195155
Binary100011111100001110011011
Octal217303233

Shades and tints

Shades of #8FC39B

#8FC39B
(143,195,155)
#82B28D
(130,178,141)
#75A17F
(117,161,127)
#689071
(104,144,113)
#5B7F63
(91,127,99)
#4E6E55
(78,110,85)
#415D47
(65,93,71)
#344C39
(52,76,57)
#273B2B
(39,59,43)
#1A2A1D
(26,42,29)
#0D190F
(13,25,15)
#000000
(0,0,0)

Tints of #8FC39B

#8FC39B
(143,195,155)
#99C8A4
(153,200,164)
#A3CDAD
(163,205,173)
#ADD2B6
(173,210,182)
#B7D7BF
(183,215,191)
#C1DCC8
(193,220,200)
#CBE1D1
(203,225,209)
#D5E6DA
(213,230,218)
#DFEBE3
(223,235,227)
#E9F0EC
(233,240,236)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC39B color. Also use rgb(143,195,155) instead hex code.

Text Font Color

.myTextColor { color: #8FC39B; }

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

This text font color is #8FC39B.


Background Color

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

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

This div background color is #8FC39B.


Border color

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

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

This div border color is #8FC39B.


Opacity

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

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

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

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

This text has shadow with #8FC39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC39B on black background.


Color preview on white background

This text has color #8FC39B on white background.



Black color preview on #8FC39B background

This text has black color on #8FC39B background.


White color preview on #8FC39B background

This text has white color on #8FC39B background.