COLOR #8FCF97

HEX: #8FCF97
RGB: (143,207,151)

Color info

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

RGB color model

#8FCF97 color RGB value is (143,207,151).

  • red value is 143;
  • green value is 207;
  • blue value is 151.
RGB:
(143,207,151)
(56%,81%,59%)

RGB channels and saturation

R 143 of 255 = 56%
G 207 of 255 = 81%
B 151 of 255 = 59%

143
207
151

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

Portions of RGB colors in percentages

R + G + B =
143 + 207 + 151 = 501 (100%)
R 143 of 501 ~ 28.54%
G 207 of 501 ~ 41.32%
B 151 of 501 ~ 30.14%

%28.54
%41.32
%30.14

CMYK color model

#8FCF97 color CMYK value is (31,0,27,19).

  • cyan value is 30.92%
  • magenta value is 0.00%
  • yellow value is 27.05%
  • key color value is 18.82%
CMYK:
(31,0,27,19)
C31M0Y27K19 
(31%,0%,27%,19%)
(0.31/0.00/0.27/0.19)	

CMYK percentages

%30.92
%0
%27.05
%18.82

Codes

Color #8FCF97 in popluar color models

8FCF97
RGB143207151
HSL128°40.00%68.63%
HSB/HSV128°30.92%81.18%
CMYK30.92%0.00%27.05%
18.82%

Color #8FCF97 in popluar number systems.

HEX8FCF97
Decimal143207151
Binary100011111100111110010111
Octal217317227

Shades and tints

Shades of #8FCF97

#8FCF97
(143,207,151)
#82BD8A
(130,189,138)
#75AB7D
(117,171,125)
#689970
(104,153,112)
#5B8763
(91,135,99)
#4E7556
(78,117,86)
#416349
(65,99,73)
#34513C
(52,81,60)
#273F2F
(39,63,47)
#1A2D22
(26,45,34)
#0D1B15
(13,27,21)
#000000
(0,0,0)

Tints of #8FCF97

#8FCF97
(143,207,151)
#99D3A0
(153,211,160)
#A3D7A9
(163,215,169)
#ADDBB2
(173,219,178)
#B7DFBB
(183,223,187)
#C1E3C4
(193,227,196)
#CBE7CD
(203,231,205)
#D5EBD6
(213,235,214)
#DFEFDF
(223,239,223)
#E9F3E8
(233,243,232)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FCF97 color. Also use rgb(143,207,151) instead hex code.

Text Font Color

.myTextColor { color: #8FCF97; }

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

This text font color is #8FCF97.


Background Color

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

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

This div background color is #8FCF97.


Border color

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

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

This div border color is #8FCF97.


Opacity

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

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

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

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

This text has shadow with #8FCF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FCF97 on black background.


Color preview on white background

This text has color #8FCF97 on white background.



Black color preview on #8FCF97 background

This text has black color on #8FCF97 background.


White color preview on #8FCF97 background

This text has white color on #8FCF97 background.