COLOR #8FCD6D

HEX: #8FCD6D RGB: (143,205,109)

Color info

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

RGB color model

#8FCD6D color RGB value is (143,205,109).

RGB: (143,205,109) (56%, 80%, 43%)

RGB channels and saturation

R 143 of 255 = 56%
G 205 of 255 = 80%
B 109 of 255 = 43%

143
205
109

R + G + B ~ 60%. #8FCD6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 143 + 205 + 109 = 457 (100%)
R 143 of 457 ~ 31.29%
G 205 of 457 ~ 44.86%
B 109 of 457 ~ 23.85'%

%31.29
%44.86
%23.85

CMYK color model

#8FCD6D color CMYK value is (30,0,47,20).

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

CMYK: (30,0,47,20)
C30M0Y47K20 (30%, 0%, 47%, 20%)
(0.30 / 0.00 / 0.47 / 0.20)

CMYK percentages

%30.24
%0
%46.83
%19.61

Codes

Color #8FCD6D in popluar color models

8F CD 6D
RGB 143 205 109
HSL 99° 48.98% 61.57%
HSB/HSV 99° 46.83% 80.39%
CMYK 30.24% 0.00% 46.83%
19.61%

Color #8FCD6D in popluar number systems.

HEX 8F CD 6D
Decimal 143 205 109
Binary 10001111 11001101 1101101
Octal 217 315 155

Shades and tints

Shades of #8FCD6D

#8FCD6D
(143,205,109)
#82BB64
(130,187,100)
#75A95B
(117,169,91)
#689752
(104,151,82)
#5B8549
(91,133,73)
#4E7340
(78,115,64)
#416137
(65,97,55)
#344F2E
(52,79,46)
#273D25
(39,61,37)
#1A2B1C
(26,43,28)
#0D1913
(13,25,19)
#000000
(0,0,0)

Tints of #8FCD6D

#8FCD6D
(143,205,109)
#99D17A
(153,209,122)
#A3D587
(163,213,135)
#ADD994
(173,217,148)
#B7DDA1
(183,221,161)
#C1E1AE
(193,225,174)
#CBE5BB
(203,229,187)
#D5E9C8
(213,233,200)
#DFEDD5
(223,237,213)
#E9F1E2
(233,241,226)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FCD6D; }

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

This text font color is #8FCD6D.

Background Color

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

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

This div background color is #8FCD6D.

Border color

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

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

This div border color is #8FCD6D.

Opacity

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

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

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

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

This text has shadow with #8FCD6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FCD6D.

Preview

Color preview on black background

This text has color #8FCD6D on black background.


Color preview on white background

This text has color #8FCD6D on white background.


Black color preview on #8FCD6D background

This text has black color on #8FCD6D background.


White color preview on #8FCD6D background

This text has white color on #8FCD6D background.


Related colors

Complementary color

Complementary color for #hex is #703292.


I love getcolorcode.com

Triadic colors

1 #6D8FCD and #CD6D8F with #8FCD6D are triadic colors.

2 #6DCD8F and #CD8F6D with #8FCD6D are triadic colors.