COLOR #8FC9CF

HEX: #8FC9CF
RGB: (143,201,207)

Color info

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

RGB color model

#8FC9CF color RGB value is (143,201,207).

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

RGB channels and saturation

R 143 of 255 = 56%
G 201 of 255 = 79%
B 207 of 255 = 81%

143
201
207

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

Portions of RGB colors in percentages

R + G + B =
143 + 201 + 207 = 551 (100%)
R 143 of 551 ~ 25.95%
G 201 of 551 ~ 36.48%
B 207 of 551 ~ 37.57%

%25.95
%36.48
%37.57

CMYK color model

#8FC9CF color CMYK value is (31,3,0,19).

  • cyan value is 30.92%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(31,3,0,19)
C31M3Y0K19 
(31%,3%,0%,19%)
(0.31/0.03/0.00/0.19)	

CMYK percentages

%30.92
%2.9
%0
%18.82

Codes

Color #8FC9CF in popluar color models

8FC9CF
RGB143201207
HSL186°40.00%68.63%
HSB/HSV186°30.92%81.18%
CMYK30.92%2.90%0.00%
18.82%

Color #8FC9CF in popluar number systems.

HEX8FC9CF
Decimal143201207
Binary100011111100100111001111
Octal217311317

Shades and tints

Shades of #8FC9CF

#8FC9CF
(143,201,207)
#82B7BD
(130,183,189)
#75A5AB
(117,165,171)
#689399
(104,147,153)
#5B8187
(91,129,135)
#4E6F75
(78,111,117)
#415D63
(65,93,99)
#344B51
(52,75,81)
#27393F
(39,57,63)
#1A272D
(26,39,45)
#0D151B
(13,21,27)
#000000
(0,0,0)

Tints of #8FC9CF

#8FC9CF
(143,201,207)
#99CDD3
(153,205,211)
#A3D1D7
(163,209,215)
#ADD5DB
(173,213,219)
#B7D9DF
(183,217,223)
#C1DDE3
(193,221,227)
#CBE1E7
(203,225,231)
#D5E5EB
(213,229,235)
#DFE9EF
(223,233,239)
#E9EDF3
(233,237,243)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC9CF; }

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

This text font color is #8FC9CF.


Background Color

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

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

This div background color is #8FC9CF.


Border color

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

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

This div border color is #8FC9CF.


Opacity

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

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

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

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

This text has shadow with #8FC9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC9CF on black background.


Color preview on white background

This text has color #8FC9CF on white background.



Black color preview on #8FC9CF background

This text has black color on #8FC9CF background.


White color preview on #8FC9CF background

This text has white color on #8FC9CF background.