COLOR #8FD29B

HEX: #8FD29B
RGB: (143,210,155)

Color info

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

RGB color model

#8FD29B color RGB value is (143,210,155).

  • red value is 143;
  • green value is 210;
  • blue value is 155.
RGB:
(143,210,155)
(56%,82%,61%)

RGB channels and saturation

R 143 of 255 = 56%
G 210 of 255 = 82%
B 155 of 255 = 61%

143
210
155

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

Portions of RGB colors in percentages

R + G + B =
143 + 210 + 155 = 508 (100%)
R 143 of 508 ~ 28.15%
G 210 of 508 ~ 41.34%
B 155 of 508 ~ 30.51%

%28.15
%41.34
%30.51

CMYK color model

#8FD29B color CMYK value is (32,0,26,18).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 17.65%
CMYK:
(32,0,26,18)
C32M0Y26K18 
(32%,0%,26%,18%)
(0.32/0.00/0.26/0.18)	

CMYK percentages

%31.9
%0
%26.19
%17.65

Codes

Color #8FD29B in popluar color models

8FD29B
RGB143210155
HSL131°42.68%69.22%
HSB/HSV131°31.90%82.35%
CMYK31.90%0.00%26.19%
17.65%

Color #8FD29B in popluar number systems.

HEX8FD29B
Decimal143210155
Binary100011111101001010011011
Octal217322233

Shades and tints

Shades of #8FD29B

#8FD29B
(143,210,155)
#82BF8D
(130,191,141)
#75AC7F
(117,172,127)
#689971
(104,153,113)
#5B8663
(91,134,99)
#4E7355
(78,115,85)
#416047
(65,96,71)
#344D39
(52,77,57)
#273A2B
(39,58,43)
#1A271D
(26,39,29)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #8FD29B

#8FD29B
(143,210,155)
#99D6A4
(153,214,164)
#A3DAAD
(163,218,173)
#ADDEB6
(173,222,182)
#B7E2BF
(183,226,191)
#C1E6C8
(193,230,200)
#CBEAD1
(203,234,209)
#D5EEDA
(213,238,218)
#DFF2E3
(223,242,227)
#E9F6EC
(233,246,236)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FD29B; }

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

This text font color is #8FD29B.


Background Color

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

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

This div background color is #8FD29B.


Border color

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

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

This div border color is #8FD29B.


Opacity

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

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

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

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

This text has shadow with #8FD29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD29B on black background.


Color preview on white background

This text has color #8FD29B on white background.



Black color preview on #8FD29B background

This text has black color on #8FD29B background.


White color preview on #8FD29B background

This text has white color on #8FD29B background.