COLOR #8FDC89

HEX: #8FDC89 RGB: (143,220,137)

Color info

#8FDC89 contains mainly green color. Web safe color of #8FDC89 is #99CC99 (or #9C9).

RGB color model

#8FDC89 color RGB value is (143,220,137).

RGB: (143,220,137) (56%, 86%, 54%)

RGB channels and saturation

R 143 of 255 = 56%
G 220 of 255 = 86%
B 137 of 255 = 54%

143
220
137

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

Portions of RGB colors in percentages

R + G + B = 143 + 220 + 137 = 500 (100%)
R 143 of 500 ~ 28.6%
G 220 of 500 ~ 44%
B 137 of 500 ~ 27.4'%

%28.6
%44
%27.4

CMYK color model

#8FDC89 color CMYK value is (35,0,38,14).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 37.73%
  • key color value is 13.73%
CMYK: (35,0,38,14) C35M0Y38K14 (35%,0%,38%,14%) (0.35/0.00/0.38/0.14) 

CMYK percentages

%35
%0
%37.73
%13.73

Codes

Color #8FDC89 in popluar color models

8F DC 89
RGB 143 220 137
HSL 116° 54.25% 70.00%
HSB/HSV 116° 37.73% 86.27%
CMYK 35.00% 0.00% 37.73%
13.73%

Color #8FDC89 in popluar number systems.

HEX 8F DC 89
Decimal 143 220 137
Binary 10001111 11011100 10001001
Octal 217 334 211

Shades and tints

Shades of #8FDC89

#8FDC89
(143,220,137)
#82C87D
(130,200,125)
#75B471
(117,180,113)
#68A065
(104,160,101)
#5B8C59
(91,140,89)
#4E784D
(78,120,77)
#416441
(65,100,65)
#345035
(52,80,53)
#273C29
(39,60,41)
#1A281D
(26,40,29)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #8FDC89

#8FDC89
(143,220,137)
#99DF93
(153,223,147)
#A3E29D
(163,226,157)
#ADE5A7
(173,229,167)
#B7E8B1
(183,232,177)
#C1EBBB
(193,235,187)
#CBEEC5
(203,238,197)
#D5F1CF
(213,241,207)
#DFF4D9
(223,244,217)
#E9F7E3
(233,247,227)
#F3FAED
(243,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FDC89 color. Also use rgb(143,220,137) instead hex code.

Text Font Color

.myTextColor { color: #8FDC89; }

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

This text font color is #8FDC89.

Background Color

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

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

This div background color is #8FDC89.

Border color

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

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

This div border color is #8FDC89.

Opacity

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

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

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

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

This text has shadow with #8FDC89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FDC89.

Preview

Color preview on black background

This text has color #8FDC89 on black background.


Color preview on white background

This text has color #8FDC89 on white background.


Black color preview on #8FDC89 background

This text has black color on #8FDC89 background.


White color preview on #8FDC89 background

This text has white color on #8FDC89 background.


Related colors

Complementary color

Complementary color for #hex is #702376.


I love getcolorcode.com

Triadic colors

1 #898FDC and #DC898F with #8FDC89 are triadic colors.

2 #89DC8F and #DC8F89 with #8FDC89 are triadic colors.