COLOR #8FD6A7

HEX: #8FD6A7 RGB: (143,214,167)

Color info

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

RGB color model

#8FD6A7 color RGB value is (143,214,167).

RGB: (143,214,167) (56%, 84%, 65%)

RGB channels and saturation

R 143 of 255 = 56%
G 214 of 255 = 84%
B 167 of 255 = 65%

143
214
167

R + G + B ~ 68%. #8FD6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 214 + 167 = 524 (100%)
R 143 of 524 ~ 27.29%
G 214 of 524 ~ 40.84%
B 167 of 524 ~ 31.87'%

%27.29
%40.84
%31.87

CMYK color model

#8FD6A7 color CMYK value is (33,0,22,16).

  • cyan value is 33.18%
  • magenta value is 0.00%
  • yellow value is 21.96%
  • key color value is 16.08%

CMYK: (33,0,22,16)
C33M0Y22K16 (33%, 0%, 22%, 16%)
(0.33 / 0.00 / 0.22 / 0.16)

CMYK percentages

%33.18
%0
%21.96
%16.08

Codes

Color #8FD6A7 in popluar color models

8F D6 A7
RGB 143 214 167
HSL 140° 46.41% 70.00%
HSB/HSV 140° 33.18% 83.92%
CMYK 33.18% 0.00% 21.96%
16.08%

Color #8FD6A7 in popluar number systems.

HEX 8F D6 A7
Decimal 143 214 167
Binary 10001111 11010110 10100111
Octal 217 326 247

Shades and tints

Shades of #8FD6A7

#8FD6A7
(143,214,167)
#82C398
(130,195,152)
#75B089
(117,176,137)
#689D7A
(104,157,122)
#5B8A6B
(91,138,107)
#4E775C
(78,119,92)
#41644D
(65,100,77)
#34513E
(52,81,62)
#273E2F
(39,62,47)
#1A2B20
(26,43,32)
#0D1811
(13,24,17)
#000000
(0,0,0)

Tints of #8FD6A7

#8FD6A7
(143,214,167)
#99D9AF
(153,217,175)
#A3DCB7
(163,220,183)
#ADDFBF
(173,223,191)
#B7E2C7
(183,226,199)
#C1E5CF
(193,229,207)
#CBE8D7
(203,232,215)
#D5EBDF
(213,235,223)
#DFEEE7
(223,238,231)
#E9F1EF
(233,241,239)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD6A7 color. Also use rgb(143,214,167) instead hex code.

Text Font Color

.myTextColor { color: #8FD6A7; }

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

This text font color is #8FD6A7.

Background Color

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

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

This div background color is #8FD6A7.

Border color

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

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

This div border color is #8FD6A7.

Opacity

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

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

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

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

This text has shadow with #8FD6A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FD6A7.

Preview

Color preview on black background

This text has color #8FD6A7 on black background.


Color preview on white background

This text has color #8FD6A7 on white background.


Black color preview on #8FD6A7 background

This text has black color on #8FD6A7 background.


White color preview on #8FD6A7 background

This text has white color on #8FD6A7 background.


Related colors

Complementary color

Complementary color for #hex is #702958.


I love getcolorcode.com

Triadic colors

1 #A78FD6 and #D6A78F with #8FD6A7 are triadic colors.

2 #A7D68F and #D68FA7 with #8FD6A7 are triadic colors.