COLOR #8FD29F

HEX: #8FD29F RGB: (143,210,159)

Color info

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

RGB color model

#8FD29F color RGB value is (143,210,159).

RGB: (143,210,159) (56%, 82%, 62%)

RGB channels and saturation

R 143 of 255 = 56%
G 210 of 255 = 82%
B 159 of 255 = 62%

143
210
159

R + G + B ~ 67%. #8FD29F is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 210 + 159 = 512 (100%)
R 143 of 512 ~ 27.93%
G 210 of 512 ~ 41.02%
B 159 of 512 ~ 31.05'%

%27.93
%41.02
%31.05

CMYK color model

#8FD29F color CMYK value is (32,0,24,18).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 17.65%

CMYK: (32,0,24,18)
C32M0Y24K18 (32%, 0%, 24%, 18%)
(0.32 / 0.00 / 0.24 / 0.18)

CMYK percentages

%31.9
%0
%24.29
%17.65

Codes

Color #8FD29F in popluar color models

8F D2 9F
RGB 143 210 159
HSL 134° 42.68% 69.22%
HSB/HSV 134° 31.90% 82.35%
CMYK 31.90% 0.00% 24.29%
17.65%

Color #8FD29F in popluar number systems.

HEX 8F D2 9F
Decimal 143 210 159
Binary 10001111 11010010 10011111
Octal 217 322 237

Shades and tints

Shades of #8FD29F

#8FD29F
(143,210,159)
#82BF91
(130,191,145)
#75AC83
(117,172,131)
#689975
(104,153,117)
#5B8667
(91,134,103)
#4E7359
(78,115,89)
#41604B
(65,96,75)
#344D3D
(52,77,61)
#273A2F
(39,58,47)
#1A2721
(26,39,33)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #8FD29F

#8FD29F
(143,210,159)
#99D6A7
(153,214,167)
#A3DAAF
(163,218,175)
#ADDEB7
(173,222,183)
#B7E2BF
(183,226,191)
#C1E6C7
(193,230,199)
#CBEACF
(203,234,207)
#D5EED7
(213,238,215)
#DFF2DF
(223,242,223)
#E9F6E7
(233,246,231)
#F3FAEF
(243,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FD29F; }

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

This text font color is #8FD29F.

Background Color

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

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

This div background color is #8FD29F.

Border color

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

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

This div border color is #8FD29F.

Opacity

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

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

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

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

This text has shadow with #8FD29F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FD29F.

Preview

Color preview on black background

This text has color #8FD29F on black background.


Color preview on white background

This text has color #8FD29F on white background.


Black color preview on #8FD29F background

This text has black color on #8FD29F background.


White color preview on #8FD29F background

This text has white color on #8FD29F background.


Related colors

Complementary color

Complementary color for #hex is #702D60.


I love getcolorcode.com

Triadic colors

1 #9F8FD2 and #D29F8F with #8FD29F are triadic colors.

2 #9FD28F and #D28F9F with #8FD29F are triadic colors.