COLOR #8FC3D6

HEX: #8FC3D6
RGB: (143,195,214)

Color info

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

RGB color model

#8FC3D6 color RGB value is (143,195,214).

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

RGB channels and saturation

R 143 of 255 = 56%
G 195 of 255 = 76%
B 214 of 255 = 84%

143
195
214

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

Portions of RGB colors in percentages

R + G + B =
143 + 195 + 214 = 552 (100%)
R 143 of 552 ~ 25.91%
G 195 of 552 ~ 35.33%
B 214 of 552 ~ 38.77%

%25.91
%35.33
%38.77

CMYK color model

#8FC3D6 color CMYK value is (33,9,0,16).

  • cyan value is 33.18%
  • magenta value is 8.88%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(33,9,0,16)
C33M9Y0K16 
(33%,9%,0%,16%)
(0.33/0.09/0.00/0.16)	

CMYK percentages

%33.18
%8.88
%0
%16.08

Codes

Color #8FC3D6 in popluar color models

8FC3D6
RGB143195214
HSL196°46.41%70.00%
HSB/HSV196°33.18%83.92%
CMYK33.18%8.88%0.00%
16.08%

Color #8FC3D6 in popluar number systems.

HEX8FC3D6
Decimal143195214
Binary100011111100001111010110
Octal217303326

Shades and tints

Shades of #8FC3D6

#8FC3D6
(143,195,214)
#82B2C3
(130,178,195)
#75A1B0
(117,161,176)
#68909D
(104,144,157)
#5B7F8A
(91,127,138)
#4E6E77
(78,110,119)
#415D64
(65,93,100)
#344C51
(52,76,81)
#273B3E
(39,59,62)
#1A2A2B
(26,42,43)
#0D1918
(13,25,24)
#000000
(0,0,0)

Tints of #8FC3D6

#8FC3D6
(143,195,214)
#99C8D9
(153,200,217)
#A3CDDC
(163,205,220)
#ADD2DF
(173,210,223)
#B7D7E2
(183,215,226)
#C1DCE5
(193,220,229)
#CBE1E8
(203,225,232)
#D5E6EB
(213,230,235)
#DFEBEE
(223,235,238)
#E9F0F1
(233,240,241)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC3D6; }

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

This text font color is #8FC3D6.


Background Color

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

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

This div background color is #8FC3D6.


Border color

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

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

This div border color is #8FC3D6.


Opacity

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

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

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

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

This text has shadow with #8FC3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC3D6 on black background.


Color preview on white background

This text has color #8FC3D6 on white background.



Black color preview on #8FC3D6 background

This text has black color on #8FC3D6 background.


White color preview on #8FC3D6 background

This text has white color on #8FC3D6 background.