COLOR #8FC6D6

HEX: #8FC6D6
RGB: (143,198,214)

Color info

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

RGB color model

#8FC6D6 color RGB value is (143,198,214).

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

RGB channels and saturation

R 143 of 255 = 56%
G 198 of 255 = 78%
B 214 of 255 = 84%

143
198
214

R + G + B ~ 73%. #8FC6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 198 + 214 = 555 (100%)
R 143 of 555 ~ 25.77%
G 198 of 555 ~ 35.68%
B 214 of 555 ~ 38.56%

%25.77
%35.68
%38.56

CMYK color model

#8FC6D6 color CMYK value is (33,7,0,16).

  • cyan value is 33.18%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(33,7,0,16)
C33M7Y0K16 
(33%,7%,0%,16%)
(0.33/0.07/0.00/0.16)	

CMYK percentages

%33.18
%7.48
%0
%16.08

Codes

Color #8FC6D6 in popluar color models

8FC6D6
RGB143198214
HSL194°46.41%70.00%
HSB/HSV194°33.18%83.92%
CMYK33.18%7.48%0.00%
16.08%

Color #8FC6D6 in popluar number systems.

HEX8FC6D6
Decimal143198214
Binary100011111100011011010110
Octal217306326

Shades and tints

Shades of #8FC6D6

#8FC6D6
(143,198,214)
#82B4C3
(130,180,195)
#75A2B0
(117,162,176)
#68909D
(104,144,157)
#5B7E8A
(91,126,138)
#4E6C77
(78,108,119)
#415A64
(65,90,100)
#344851
(52,72,81)
#27363E
(39,54,62)
#1A242B
(26,36,43)
#0D1218
(13,18,24)
#000000
(0,0,0)

Tints of #8FC6D6

#8FC6D6
(143,198,214)
#99CBD9
(153,203,217)
#A3D0DC
(163,208,220)
#ADD5DF
(173,213,223)
#B7DAE2
(183,218,226)
#C1DFE5
(193,223,229)
#CBE4E8
(203,228,232)
#D5E9EB
(213,233,235)
#DFEEEE
(223,238,238)
#E9F3F1
(233,243,241)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC6D6; }

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

This text font color is #8FC6D6.


Background Color

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

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

This div background color is #8FC6D6.


Border color

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

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

This div border color is #8FC6D6.


Opacity

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

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

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

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

This text has shadow with #8FC6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC6D6 on black background.


Color preview on white background

This text has color #8FC6D6 on white background.



Black color preview on #8FC6D6 background

This text has black color on #8FC6D6 background.


White color preview on #8FC6D6 background

This text has white color on #8FC6D6 background.