COLOR #8FD6C3

HEX: #8FD6C3
RGB: (143,214,195)

Color info

#8FD6C3 contains mainly green and blue colors. Web safe color of #8FD6C3 is #99CCCC (or #9CC).

RGB color model

#8FD6C3 color RGB value is (143,214,195).

  • red value is 143;
  • green value is 214;
  • blue value is 195.
RGB:
(143,214,195)
(56%,84%,76%)

RGB channels and saturation

R 143 of 255 = 56%
G 214 of 255 = 84%
B 195 of 255 = 76%

143
214
195

R + G + B ~ 72%. #8FD6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 214 + 195 = 552 (100%)
R 143 of 552 ~ 25.91%
G 214 of 552 ~ 38.77%
B 195 of 552 ~ 35.33%

%25.91
%38.77
%35.33

CMYK color model

#8FD6C3 color CMYK value is (33,0,9,16).

  • cyan value is 33.18%
  • magenta value is 0.00%
  • yellow value is 8.88%
  • key color value is 16.08%
CMYK:
(33,0,9,16)
C33M0Y9K16 
(33%,0%,9%,16%)
(0.33/0.00/0.09/0.16)	

CMYK percentages

%33.18
%0
%8.88
%16.08

Codes

Color #8FD6C3 in popluar color models

8FD6C3
RGB143214195
HSL164°46.41%70.00%
HSB/HSV164°33.18%83.92%
CMYK33.18%0.00%8.88%
16.08%

Color #8FD6C3 in popluar number systems.

HEX8FD6C3
Decimal143214195
Binary100011111101011011000011
Octal217326303

Shades and tints

Shades of #8FD6C3

#8FD6C3
(143,214,195)
#82C3B2
(130,195,178)
#75B0A1
(117,176,161)
#689D90
(104,157,144)
#5B8A7F
(91,138,127)
#4E776E
(78,119,110)
#41645D
(65,100,93)
#34514C
(52,81,76)
#273E3B
(39,62,59)
#1A2B2A
(26,43,42)
#0D1819
(13,24,25)
#000000
(0,0,0)

Tints of #8FD6C3

#8FD6C3
(143,214,195)
#99D9C8
(153,217,200)
#A3DCCD
(163,220,205)
#ADDFD2
(173,223,210)
#B7E2D7
(183,226,215)
#C1E5DC
(193,229,220)
#CBE8E1
(203,232,225)
#D5EBE6
(213,235,230)
#DFEEEB
(223,238,235)
#E9F1F0
(233,241,240)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FD6C3; }

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

This text font color is #8FD6C3.


Background Color

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

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

This div background color is #8FD6C3.


Border color

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

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

This div border color is #8FD6C3.


Opacity

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

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

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

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

This text has shadow with #8FD6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD6C3 on black background.


Color preview on white background

This text has color #8FD6C3 on white background.



Black color preview on #8FD6C3 background

This text has black color on #8FD6C3 background.


White color preview on #8FD6C3 background

This text has white color on #8FD6C3 background.