COLOR #8FC6A3

HEX: #8FC6A3
RGB: (143,198,163)

Color info

#8FC6A3 contains red, green and blue colors in about the same proportion. Web safe color of #8FC6A3 is #99CC99 (or #9C9).

RGB color model

#8FC6A3 color RGB value is (143,198,163).

  • red value is 143;
  • green value is 198;
  • blue value is 163.
RGB:
(143,198,163)
(56%,78%,64%)

RGB channels and saturation

R 143 of 255 = 56%
G 198 of 255 = 78%
B 163 of 255 = 64%

143
198
163

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

Portions of RGB colors in percentages

R + G + B =
143 + 198 + 163 = 504 (100%)
R 143 of 504 ~ 28.37%
G 198 of 504 ~ 39.29%
B 163 of 504 ~ 32.34%

%28.37
%39.29
%32.34

CMYK color model

#8FC6A3 color CMYK value is (28,0,18,22).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 22.35%
CMYK:
(28,0,18,22)
C28M0Y18K22 
(28%,0%,18%,22%)
(0.28/0.00/0.18/0.22)	

CMYK percentages

%27.78
%0
%17.68
%22.35

Codes

Color #8FC6A3 in popluar color models

8FC6A3
RGB143198163
HSL142°32.54%66.86%
HSB/HSV142°27.78%77.65%
CMYK27.78%0.00%17.68%
22.35%

Color #8FC6A3 in popluar number systems.

HEX8FC6A3
Decimal143198163
Binary100011111100011010100011
Octal217306243

Shades and tints

Shades of #8FC6A3

#8FC6A3
(143,198,163)
#82B495
(130,180,149)
#75A287
(117,162,135)
#689079
(104,144,121)
#5B7E6B
(91,126,107)
#4E6C5D
(78,108,93)
#415A4F
(65,90,79)
#344841
(52,72,65)
#273633
(39,54,51)
#1A2425
(26,36,37)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #8FC6A3

#8FC6A3
(143,198,163)
#99CBAB
(153,203,171)
#A3D0B3
(163,208,179)
#ADD5BB
(173,213,187)
#B7DAC3
(183,218,195)
#C1DFCB
(193,223,203)
#CBE4D3
(203,228,211)
#D5E9DB
(213,233,219)
#DFEEE3
(223,238,227)
#E9F3EB
(233,243,235)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC6A3 color. Also use rgb(143,198,163) instead hex code.

Text Font Color

.myTextColor { color: #8FC6A3; }

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

This text font color is #8FC6A3.


Background Color

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

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

This div background color is #8FC6A3.


Border color

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

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

This div border color is #8FC6A3.


Opacity

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

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

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

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

This text has shadow with #8FC6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC6A3 on black background.


Color preview on white background

This text has color #8FC6A3 on white background.



Black color preview on #8FC6A3 background

This text has black color on #8FC6A3 background.


White color preview on #8FC6A3 background

This text has white color on #8FC6A3 background.