COLOR #8FC89C

HEX: #8FC89C
RGB: (143,200,156)

Color info

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

RGB color model

#8FC89C color RGB value is (143,200,156).

  • red value is 143;
  • green value is 200;
  • blue value is 156.
RGB:
(143,200,156)
(56%,78%,61%)

RGB channels and saturation

R 143 of 255 = 56%
G 200 of 255 = 78%
B 156 of 255 = 61%

143
200
156

R + G + B ~ 65%. #8FC89C is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 200 + 156 = 499 (100%)
R 143 of 499 ~ 28.66%
G 200 of 499 ~ 40.08%
B 156 of 499 ~ 31.26%

%28.66
%40.08
%31.26

CMYK color model

#8FC89C color CMYK value is (29,0,22,22).

  • cyan value is 28.50%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 21.57%
CMYK:
(29,0,22,22)
C29M0Y22K22 
(29%,0%,22%,22%)
(0.29/0.00/0.22/0.22)	

CMYK percentages

%28.5
%0
%22
%21.57

Codes

Color #8FC89C in popluar color models

8FC89C
RGB143200156
HSL134°34.13%67.25%
HSB/HSV134°28.50%78.43%
CMYK28.50%0.00%22.00%
21.57%

Color #8FC89C in popluar number systems.

HEX8FC89C
Decimal143200156
Binary100011111100100010011100
Octal217310234

Shades and tints

Shades of #8FC89C

#8FC89C
(143,200,156)
#82B68E
(130,182,142)
#75A480
(117,164,128)
#689272
(104,146,114)
#5B8064
(91,128,100)
#4E6E56
(78,110,86)
#415C48
(65,92,72)
#344A3A
(52,74,58)
#27382C
(39,56,44)
#1A261E
(26,38,30)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #8FC89C

#8FC89C
(143,200,156)
#99CDA5
(153,205,165)
#A3D2AE
(163,210,174)
#ADD7B7
(173,215,183)
#B7DCC0
(183,220,192)
#C1E1C9
(193,225,201)
#CBE6D2
(203,230,210)
#D5EBDB
(213,235,219)
#DFF0E4
(223,240,228)
#E9F5ED
(233,245,237)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC89C color. Also use rgb(143,200,156) instead hex code.

Text Font Color

.myTextColor { color: #8FC89C; }

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

This text font color is #8FC89C.


Background Color

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

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

This div background color is #8FC89C.


Border color

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

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

This div border color is #8FC89C.


Opacity

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

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

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

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

This text has shadow with #8FC89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC89C on black background.


Color preview on white background

This text has color #8FC89C on white background.



Black color preview on #8FC89C background

This text has black color on #8FC89C background.


White color preview on #8FC89C background

This text has white color on #8FC89C background.