COLOR #8FC9CB

HEX: #8FC9CB
RGB: (143,201,203)

Color info

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

RGB color model

#8FC9CB color RGB value is (143,201,203).

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

RGB channels and saturation

R 143 of 255 = 56%
G 201 of 255 = 79%
B 203 of 255 = 80%

143
201
203

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

Portions of RGB colors in percentages

R + G + B =
143 + 201 + 203 = 547 (100%)
R 143 of 547 ~ 26.14%
G 201 of 547 ~ 36.75%
B 203 of 547 ~ 37.11%

%26.14
%36.75
%37.11

CMYK color model

#8FC9CB color CMYK value is (30,1,0,20).

  • cyan value is 29.56%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(30,1,0,20)
C30M1Y0K20 
(30%,1%,0%,20%)
(0.30/0.01/0.00/0.20)	

CMYK percentages

%29.56
%0.99
%0
%20.39

Codes

Color #8FC9CB in popluar color models

8FC9CB
RGB143201203
HSL182°36.59%67.84%
HSB/HSV182°29.56%79.61%
CMYK29.56%0.99%0.00%
20.39%

Color #8FC9CB in popluar number systems.

HEX8FC9CB
Decimal143201203
Binary100011111100100111001011
Octal217311313

Shades and tints

Shades of #8FC9CB

#8FC9CB
(143,201,203)
#82B7B9
(130,183,185)
#75A5A7
(117,165,167)
#689395
(104,147,149)
#5B8183
(91,129,131)
#4E6F71
(78,111,113)
#415D5F
(65,93,95)
#344B4D
(52,75,77)
#27393B
(39,57,59)
#1A2729
(26,39,41)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #8FC9CB

#8FC9CB
(143,201,203)
#99CDCF
(153,205,207)
#A3D1D3
(163,209,211)
#ADD5D7
(173,213,215)
#B7D9DB
(183,217,219)
#C1DDDF
(193,221,223)
#CBE1E3
(203,225,227)
#D5E5E7
(213,229,231)
#DFE9EB
(223,233,235)
#E9EDEF
(233,237,239)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC9CB; }

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

This text font color is #8FC9CB.


Background Color

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

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

This div background color is #8FC9CB.


Border color

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

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

This div border color is #8FC9CB.


Opacity

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

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

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

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

This text has shadow with #8FC9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC9CB on black background.


Color preview on white background

This text has color #8FC9CB on white background.



Black color preview on #8FC9CB background

This text has black color on #8FC9CB background.


White color preview on #8FC9CB background

This text has white color on #8FC9CB background.