COLOR #8FC0CF

HEX: #8FC0CF
RGB: (143,192,207)

Color info

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

RGB color model

#8FC0CF color RGB value is (143,192,207).

  • red value is 143;
  • green value is 192;
  • blue value is 207.
RGB:
(143,192,207)
(56%,75%,81%)

RGB channels and saturation

R 143 of 255 = 56%
G 192 of 255 = 75%
B 207 of 255 = 81%

143
192
207

R + G + B ~ 71%. #8FC0CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 192 + 207 = 542 (100%)
R 143 of 542 ~ 26.38%
G 192 of 542 ~ 35.42%
B 207 of 542 ~ 38.19%

%26.38
%35.42
%38.19

CMYK color model

#8FC0CF color CMYK value is (31,7,0,19).

  • cyan value is 30.92%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(31,7,0,19)
C31M7Y0K19 
(31%,7%,0%,19%)
(0.31/0.07/0.00/0.19)	

CMYK percentages

%30.92
%7.25
%0
%18.82

Codes

Color #8FC0CF in popluar color models

8FC0CF
RGB143192207
HSL194°40.00%68.63%
HSB/HSV194°30.92%81.18%
CMYK30.92%7.25%0.00%
18.82%

Color #8FC0CF in popluar number systems.

HEX8FC0CF
Decimal143192207
Binary100011111100000011001111
Octal217300317

Shades and tints

Shades of #8FC0CF

#8FC0CF
(143,192,207)
#82AFBD
(130,175,189)
#759EAB
(117,158,171)
#688D99
(104,141,153)
#5B7C87
(91,124,135)
#4E6B75
(78,107,117)
#415A63
(65,90,99)
#344951
(52,73,81)
#27383F
(39,56,63)
#1A272D
(26,39,45)
#0D161B
(13,22,27)
#000000
(0,0,0)

Tints of #8FC0CF

#8FC0CF
(143,192,207)
#99C5D3
(153,197,211)
#A3CAD7
(163,202,215)
#ADCFDB
(173,207,219)
#B7D4DF
(183,212,223)
#C1D9E3
(193,217,227)
#CBDEE7
(203,222,231)
#D5E3EB
(213,227,235)
#DFE8EF
(223,232,239)
#E9EDF3
(233,237,243)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC0CF color. Also use rgb(143,192,207) instead hex code.

Text Font Color

.myTextColor { color: #8FC0CF; }

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

This text font color is #8FC0CF.


Background Color

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

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

This div background color is #8FC0CF.


Border color

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

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

This div border color is #8FC0CF.


Opacity

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

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

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

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

This text has shadow with #8FC0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC0CF on black background.


Color preview on white background

This text has color #8FC0CF on white background.



Black color preview on #8FC0CF background

This text has black color on #8FC0CF background.


White color preview on #8FC0CF background

This text has white color on #8FC0CF background.