COLOR #8FC0D7

HEX: #8FC0D7
RGB: (143,192,215)

Color info

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

RGB color model

#8FC0D7 color RGB value is (143,192,215).

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

RGB channels and saturation

R 143 of 255 = 56%
G 192 of 255 = 75%
B 215 of 255 = 84%

143
192
215

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

Portions of RGB colors in percentages

R + G + B =
143 + 192 + 215 = 550 (100%)
R 143 of 550 ~ 26%
G 192 of 550 ~ 34.91%
B 215 of 550 ~ 39.09%

%26
%34.91
%39.09

CMYK color model

#8FC0D7 color CMYK value is (33,11,0,16).

  • cyan value is 33.49%
  • magenta value is 10.70%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(33,11,0,16)
C33M11Y0K16 
(33%,11%,0%,16%)
(0.33/0.11/0.00/0.16)	

CMYK percentages

%33.49
%10.7
%0
%15.69

Codes

Color #8FC0D7 in popluar color models

8FC0D7
RGB143192215
HSL199°47.37%70.20%
HSB/HSV199°33.49%84.31%
CMYK33.49%10.70%0.00%
15.69%

Color #8FC0D7 in popluar number systems.

HEX8FC0D7
Decimal143192215
Binary100011111100000011010111
Octal217300327

Shades and tints

Shades of #8FC0D7

#8FC0D7
(143,192,215)
#82AFC4
(130,175,196)
#759EB1
(117,158,177)
#688D9E
(104,141,158)
#5B7C8B
(91,124,139)
#4E6B78
(78,107,120)
#415A65
(65,90,101)
#344952
(52,73,82)
#27383F
(39,56,63)
#1A272C
(26,39,44)
#0D1619
(13,22,25)
#000000
(0,0,0)

Tints of #8FC0D7

#8FC0D7
(143,192,215)
#99C5DA
(153,197,218)
#A3CADD
(163,202,221)
#ADCFE0
(173,207,224)
#B7D4E3
(183,212,227)
#C1D9E6
(193,217,230)
#CBDEE9
(203,222,233)
#D5E3EC
(213,227,236)
#DFE8EF
(223,232,239)
#E9EDF2
(233,237,242)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC0D7; }

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

This text font color is #8FC0D7.


Background Color

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

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

This div background color is #8FC0D7.


Border color

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

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

This div border color is #8FC0D7.


Opacity

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

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

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

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

This text has shadow with #8FC0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC0D7 on black background.


Color preview on white background

This text has color #8FC0D7 on white background.



Black color preview on #8FC0D7 background

This text has black color on #8FC0D7 background.


White color preview on #8FC0D7 background

This text has white color on #8FC0D7 background.