COLOR #8FCC9F

HEX: #8FCC9F RGB: (143,204,159)

Color info

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

RGB color model

#8FCC9F color RGB value is (143,204,159).

RGB: (143,204,159) (56%, 80%, 62%)

RGB channels and saturation

R 143 of 255 = 56%
G 204 of 255 = 80%
B 159 of 255 = 62%

143
204
159

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

Portions of RGB colors in percentages

R + G + B = 143 + 204 + 159 = 506 (100%)
R 143 of 506 ~ 28.26%
G 204 of 506 ~ 40.32%
B 159 of 506 ~ 31.42'%

%28.26
%40.32
%31.42

CMYK color model

#8FCC9F color CMYK value is (30,0,22,20).

  • cyan value is 29.90%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 20.00%

CMYK: (30,0,22,20)
C30M0Y22K20 (30%, 0%, 22%, 20%)
(0.30 / 0.00 / 0.22 / 0.20)

CMYK percentages

%29.9
%0
%22.06
%20

Codes

Color #8FCC9F in popluar color models

8F CC 9F
RGB 143 204 159
HSL 136° 37.42% 68.04%
HSB/HSV 136° 29.90% 80.00%
CMYK 29.90% 0.00% 22.06%
20.00%

Color #8FCC9F in popluar number systems.

HEX 8F CC 9F
Decimal 143 204 159
Binary 10001111 11001100 10011111
Octal 217 314 237

Shades and tints

Shades of #8FCC9F

#8FCC9F
(143,204,159)
#82BA91
(130,186,145)
#75A883
(117,168,131)
#689675
(104,150,117)
#5B8467
(91,132,103)
#4E7259
(78,114,89)
#41604B
(65,96,75)
#344E3D
(52,78,61)
#273C2F
(39,60,47)
#1A2A21
(26,42,33)
#0D1813
(13,24,19)
#000000
(0,0,0)

Tints of #8FCC9F

#8FCC9F
(143,204,159)
#99D0A7
(153,208,167)
#A3D4AF
(163,212,175)
#ADD8B7
(173,216,183)
#B7DCBF
(183,220,191)
#C1E0C7
(193,224,199)
#CBE4CF
(203,228,207)
#D5E8D7
(213,232,215)
#DFECDF
(223,236,223)
#E9F0E7
(233,240,231)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FCC9F color. Also use rgb(143,204,159) instead hex code.

Text Font Color

.myTextColor { color: #8FCC9F; }

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

This text font color is #8FCC9F.

Background Color

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

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

This div background color is #8FCC9F.

Border color

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

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

This div border color is #8FCC9F.

Opacity

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

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

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

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

This text has shadow with #8FCC9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FCC9F.

Preview

Color preview on black background

This text has color #8FCC9F on black background.


Color preview on white background

This text has color #8FCC9F on white background.


Black color preview on #8FCC9F background

This text has black color on #8FCC9F background.


White color preview on #8FCC9F background

This text has white color on #8FCC9F background.


Related colors

Complementary color

Complementary color for #hex is #703360.


I love getcolorcode.com

Triadic colors

1 #9F8FCC and #CC9F8F with #8FCC9F are triadic colors.

2 #9FCC8F and #CC8F9F with #8FCC9F are triadic colors.