COLOR #8FC9CE

HEX: #8FC9CE
RGB: (143,201,206)

Color info

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

RGB color model

#8FC9CE color RGB value is (143,201,206).

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

RGB channels and saturation

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

143
201
206

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

Portions of RGB colors in percentages

R + G + B =
143 + 201 + 206 = 550 (100%)
R 143 of 550 ~ 26%
G 201 of 550 ~ 36.55%
B 206 of 550 ~ 37.45%

%26
%36.55
%37.45

CMYK color model

#8FC9CE color CMYK value is (31,2,0,19).

  • cyan value is 30.58%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(31,2,0,19)
C31M2Y0K19 
(31%,2%,0%,19%)
(0.31/0.02/0.00/0.19)	

CMYK percentages

%30.58
%2.43
%0
%19.22

Codes

Color #8FC9CE in popluar color models

8FC9CE
RGB143201206
HSL185°39.13%68.43%
HSB/HSV185°30.58%80.78%
CMYK30.58%2.43%0.00%
19.22%

Color #8FC9CE in popluar number systems.

HEX8FC9CE
Decimal143201206
Binary100011111100100111001110
Octal217311316

Shades and tints

Shades of #8FC9CE

#8FC9CE
(143,201,206)
#82B7BC
(130,183,188)
#75A5AA
(117,165,170)
#689398
(104,147,152)
#5B8186
(91,129,134)
#4E6F74
(78,111,116)
#415D62
(65,93,98)
#344B50
(52,75,80)
#27393E
(39,57,62)
#1A272C
(26,39,44)
#0D151A
(13,21,26)
#000000
(0,0,0)

Tints of #8FC9CE

#8FC9CE
(143,201,206)
#99CDD2
(153,205,210)
#A3D1D6
(163,209,214)
#ADD5DA
(173,213,218)
#B7D9DE
(183,217,222)
#C1DDE2
(193,221,226)
#CBE1E6
(203,225,230)
#D5E5EA
(213,229,234)
#DFE9EE
(223,233,238)
#E9EDF2
(233,237,242)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC9CE; }

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

This text font color is #8FC9CE.


Background Color

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

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

This div background color is #8FC9CE.


Border color

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

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

This div border color is #8FC9CE.


Opacity

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

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

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

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

This text has shadow with #8FC9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC9CE on black background.


Color preview on white background

This text has color #8FC9CE on white background.



Black color preview on #8FC9CE background

This text has black color on #8FC9CE background.


White color preview on #8FC9CE background

This text has white color on #8FC9CE background.