COLOR #8FD4A6

HEX: #8FD4A6
RGB: (143,212,166)

Color info

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

RGB color model

#8FD4A6 color RGB value is (143,212,166).

  • red value is 143;
  • green value is 212;
  • blue value is 166.
RGB:
(143,212,166)
(56%,83%,65%)

RGB channels and saturation

R 143 of 255 = 56%
G 212 of 255 = 83%
B 166 of 255 = 65%

143
212
166

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

Portions of RGB colors in percentages

R + G + B =
143 + 212 + 166 = 521 (100%)
R 143 of 521 ~ 27.45%
G 212 of 521 ~ 40.69%
B 166 of 521 ~ 31.86%

%27.45
%40.69
%31.86

CMYK color model

#8FD4A6 color CMYK value is (33,0,22,17).

  • cyan value is 32.55%
  • magenta value is 0.00%
  • yellow value is 21.70%
  • key color value is 16.86%
CMYK:
(33,0,22,17)
C33M0Y22K17 
(33%,0%,22%,17%)
(0.33/0.00/0.22/0.17)	

CMYK percentages

%32.55
%0
%21.7
%16.86

Codes

Color #8FD4A6 in popluar color models

8FD4A6
RGB143212166
HSL140°44.52%69.61%
HSB/HSV140°32.55%83.14%
CMYK32.55%0.00%21.70%
16.86%

Color #8FD4A6 in popluar number systems.

HEX8FD4A6
Decimal143212166
Binary100011111101010010100110
Octal217324246

Shades and tints

Shades of #8FD4A6

#8FD4A6
(143,212,166)
#82C197
(130,193,151)
#75AE88
(117,174,136)
#689B79
(104,155,121)
#5B886A
(91,136,106)
#4E755B
(78,117,91)
#41624C
(65,98,76)
#344F3D
(52,79,61)
#273C2E
(39,60,46)
#1A291F
(26,41,31)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #8FD4A6

#8FD4A6
(143,212,166)
#99D7AE
(153,215,174)
#A3DAB6
(163,218,182)
#ADDDBE
(173,221,190)
#B7E0C6
(183,224,198)
#C1E3CE
(193,227,206)
#CBE6D6
(203,230,214)
#D5E9DE
(213,233,222)
#DFECE6
(223,236,230)
#E9EFEE
(233,239,238)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD4A6 color. Also use rgb(143,212,166) instead hex code.

Text Font Color

.myTextColor { color: #8FD4A6; }

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

This text font color is #8FD4A6.


Background Color

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

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

This div background color is #8FD4A6.


Border color

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

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

This div border color is #8FD4A6.


Opacity

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

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

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

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

This text has shadow with #8FD4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD4A6 on black background.


Color preview on white background

This text has color #8FD4A6 on white background.



Black color preview on #8FD4A6 background

This text has black color on #8FD4A6 background.


White color preview on #8FD4A6 background

This text has white color on #8FD4A6 background.