COLOR #8FCE8C

HEX: #8FCE8C RGB: (143,206,140)

Color info

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

RGB color model

#8FCE8C color RGB value is (143,206,140).

RGB: (143,206,140) (56%, 81%, 55%)

RGB channels and saturation

R 143 of 255 = 56%
G 206 of 255 = 81%
B 140 of 255 = 55%

143
206
140

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

Portions of RGB colors in percentages

R + G + B = 143 + 206 + 140 = 489 (100%)
R 143 of 489 ~ 29.24%
G 206 of 489 ~ 42.13%
B 140 of 489 ~ 28.63'%

%29.24
%42.13
%28.63

CMYK color model

#8FCE8C color CMYK value is (31,0,32,19).

  • cyan value is 30.58%
  • magenta value is 0.00%
  • yellow value is 32.04%
  • key color value is 19.22%

CMYK: (31,0,32,19)
C31M0Y32K19 (31%, 0%, 32%, 19%)
(0.31 / 0.00 / 0.32 / 0.19)

CMYK percentages

%30.58
%0
%32.04
%19.22

Codes

Color #8FCE8C in popluar color models

8F CE 8C
RGB 143 206 140
HSL 117° 40.24% 67.84%
HSB/HSV 117° 32.04% 80.78%
CMYK 30.58% 0.00% 32.04%
19.22%

Color #8FCE8C in popluar number systems.

HEX 8F CE 8C
Decimal 143 206 140
Binary 10001111 11001110 10001100
Octal 217 316 214

Shades and tints

Shades of #8FCE8C

#8FCE8C
(143,206,140)
#82BC80
(130,188,128)
#75AA74
(117,170,116)
#689868
(104,152,104)
#5B865C
(91,134,92)
#4E7450
(78,116,80)
#416244
(65,98,68)
#345038
(52,80,56)
#273E2C
(39,62,44)
#1A2C20
(26,44,32)
#0D1A14
(13,26,20)
#000000
(0,0,0)

Tints of #8FCE8C

#8FCE8C
(143,206,140)
#99D296
(153,210,150)
#A3D6A0
(163,214,160)
#ADDAAA
(173,218,170)
#B7DEB4
(183,222,180)
#C1E2BE
(193,226,190)
#CBE6C8
(203,230,200)
#D5EAD2
(213,234,210)
#DFEEDC
(223,238,220)
#E9F2E6
(233,242,230)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FCE8C color. Also use rgb(143,206,140) instead hex code.

Text Font Color

.myTextColor { color: #8FCE8C; }

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

This text font color is #8FCE8C.

Background Color

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

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

This div background color is #8FCE8C.

Border color

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

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

This div border color is #8FCE8C.

Opacity

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

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

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

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

This text has shadow with #8FCE8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FCE8C.

Preview

Color preview on black background

This text has color #8FCE8C on black background.


Color preview on white background

This text has color #8FCE8C on white background.


Black color preview on #8FCE8C background

This text has black color on #8FCE8C background.


White color preview on #8FCE8C background

This text has white color on #8FCE8C background.


Related colors

Complementary color

Complementary color for #hex is #703173.


I love getcolorcode.com

Triadic colors

1 #8C8FCE and #CE8C8F with #8FCE8C are triadic colors.

2 #8CCE8F and #CE8F8C with #8FCE8C are triadic colors.