COLOR #8FCE9D

HEX: #8FCE9D
RGB: (143,206,157)

Color info

#8FCE9D contains mainly green and blue colors. Web safe color of #8FCE9D is #99CC99 (or #9C9).

RGB color model

#8FCE9D color RGB value is (143,206,157).

  • red value is 143;
  • green value is 206;
  • blue value is 157.
RGB:
(143,206,157)
(56%,81%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 206 of 255 = 81%
B 157 of 255 = 62%

143
206
157

R + G + B ~ 66%. #8FCE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 206 + 157 = 506 (100%)
R 143 of 506 ~ 28.26%
G 206 of 506 ~ 40.71%
B 157 of 506 ~ 31.03%

%28.26
%40.71
%31.03

CMYK color model

#8FCE9D color CMYK value is (31,0,24,19).

  • cyan value is 30.58%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 19.22%
CMYK:
(31,0,24,19)
C31M0Y24K19 
(31%,0%,24%,19%)
(0.31/0.00/0.24/0.19)	

CMYK percentages

%30.58
%0
%23.79
%19.22

Codes

Color #8FCE9D in popluar color models

8FCE9D
RGB143206157
HSL133°39.13%68.43%
HSB/HSV133°30.58%80.78%
CMYK30.58%0.00%23.79%
19.22%

Color #8FCE9D in popluar number systems.

HEX8FCE9D
Decimal143206157
Binary100011111100111010011101
Octal217316235

Shades and tints

Shades of #8FCE9D

#8FCE9D
(143,206,157)
#82BC8F
(130,188,143)
#75AA81
(117,170,129)
#689873
(104,152,115)
#5B8665
(91,134,101)
#4E7457
(78,116,87)
#416249
(65,98,73)
#34503B
(52,80,59)
#273E2D
(39,62,45)
#1A2C1F
(26,44,31)
#0D1A11
(13,26,17)
#000000
(0,0,0)

Tints of #8FCE9D

#8FCE9D
(143,206,157)
#99D2A5
(153,210,165)
#A3D6AD
(163,214,173)
#ADDAB5
(173,218,181)
#B7DEBD
(183,222,189)
#C1E2C5
(193,226,197)
#CBE6CD
(203,230,205)
#D5EAD5
(213,234,213)
#DFEEDD
(223,238,221)
#E9F2E5
(233,242,229)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FCE9D; }

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

This text font color is #8FCE9D.


Background Color

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

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

This div background color is #8FCE9D.


Border color

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

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

This div border color is #8FCE9D.


Opacity

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

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

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

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

This text has shadow with #8FCE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FCE9D on black background.


Color preview on white background

This text has color #8FCE9D on white background.



Black color preview on #8FCE9D background

This text has black color on #8FCE9D background.


White color preview on #8FCE9D background

This text has white color on #8FCE9D background.