COLOR #8FCD7C

HEX: #8FCD7C RGB: (143,205,124)

Color info

#8FCD7C contains mainly green color. Web safe color of #8FCD7C is #99CC66 (or #9C6).

RGB color model

#8FCD7C color RGB value is (143,205,124).

RGB: (143,205,124) (56%, 80%, 49%)

RGB channels and saturation

R 143 of 255 = 56%
G 205 of 255 = 80%
B 124 of 255 = 49%

143
205
124

R + G + B ~ 62%. #8FCD7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 205 + 124 = 472 (100%)
R 143 of 472 ~ 30.3%
G 205 of 472 ~ 43.43%
B 124 of 472 ~ 26.27'%

%30.3
%43.43
%26.27

CMYK color model

#8FCD7C color CMYK value is (30,0,40,20).

  • cyan value is 30.24%
  • magenta value is 0.00%
  • yellow value is 39.51%
  • key color value is 19.61%

CMYK: (30,0,40,20)
C30M0Y40K20 (30%, 0%, 40%, 20%)
(0.30 / 0.00 / 0.40 / 0.20)

CMYK percentages

%30.24
%0
%39.51
%19.61

Codes

Color #8FCD7C in popluar color models

8F CD 7C
RGB 143 205 124
HSL 106° 44.75% 64.51%
HSB/HSV 106° 39.51% 80.39%
CMYK 30.24% 0.00% 39.51%
19.61%

Color #8FCD7C in popluar number systems.

HEX 8F CD 7C
Decimal 143 205 124
Binary 10001111 11001101 1111100
Octal 217 315 174

Shades and tints

Shades of #8FCD7C

#8FCD7C
(143,205,124)
#82BB71
(130,187,113)
#75A966
(117,169,102)
#68975B
(104,151,91)
#5B8550
(91,133,80)
#4E7345
(78,115,69)
#41613A
(65,97,58)
#344F2F
(52,79,47)
#273D24
(39,61,36)
#1A2B19
(26,43,25)
#0D190E
(13,25,14)
#000000
(0,0,0)

Tints of #8FCD7C

#8FCD7C
(143,205,124)
#99D187
(153,209,135)
#A3D592
(163,213,146)
#ADD99D
(173,217,157)
#B7DDA8
(183,221,168)
#C1E1B3
(193,225,179)
#CBE5BE
(203,229,190)
#D5E9C9
(213,233,201)
#DFEDD4
(223,237,212)
#E9F1DF
(233,241,223)
#F3F5EA
(243,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FCD7C color. Also use rgb(143,205,124) instead hex code.

Text Font Color

.myTextColor { color: #8FCD7C; }

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

This text font color is #8FCD7C.

Background Color

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

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

This div background color is #8FCD7C.

Border color

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

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

This div border color is #8FCD7C.

Opacity

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

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

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

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

This text has shadow with #8FCD7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FCD7C.

Preview

Color preview on black background

This text has color #8FCD7C on black background.


Color preview on white background

This text has color #8FCD7C on white background.


Black color preview on #8FCD7C background

This text has black color on #8FCD7C background.


White color preview on #8FCD7C background

This text has white color on #8FCD7C background.


Related colors

Complementary color

Complementary color for #hex is #703283.


I love getcolorcode.com

Triadic colors

1 #7C8FCD and #CD7C8F with #8FCD7C are triadic colors.

2 #7CCD8F and #CD8F7C with #8FCD7C are triadic colors.