COLOR #8FC0E3

HEX: #8FC0E3
RGB: (143,192,227)

Color info

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

RGB color model

#8FC0E3 color RGB value is (143,192,227).

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

RGB channels and saturation

R 143 of 255 = 56%
G 192 of 255 = 75%
B 227 of 255 = 89%

143
192
227

R + G + B ~ 73%. #8FC0E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 192 + 227 = 562 (100%)
R 143 of 562 ~ 25.44%
G 192 of 562 ~ 34.16%
B 227 of 562 ~ 40.39%

%25.44
%34.16
%40.39

CMYK color model

#8FC0E3 color CMYK value is (37,15,0,11).

  • cyan value is 37.00%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(37,15,0,11)
C37M15Y0K11 
(37%,15%,0%,11%)
(0.37/0.15/0.00/0.11)	

CMYK percentages

%37
%15.42
%0
%10.98

Codes

Color #8FC0E3 in popluar color models

8FC0E3
RGB143192227
HSL205°60.00%72.55%
HSB/HSV205°37.00%89.02%
CMYK37.00%15.42%0.00%
10.98%

Color #8FC0E3 in popluar number systems.

HEX8FC0E3
Decimal143192227
Binary100011111100000011100011
Octal217300343

Shades and tints

Shades of #8FC0E3

#8FC0E3
(143,192,227)
#82AFCF
(130,175,207)
#759EBB
(117,158,187)
#688DA7
(104,141,167)
#5B7C93
(91,124,147)
#4E6B7F
(78,107,127)
#415A6B
(65,90,107)
#344957
(52,73,87)
#273843
(39,56,67)
#1A272F
(26,39,47)
#0D161B
(13,22,27)
#000000
(0,0,0)

Tints of #8FC0E3

#8FC0E3
(143,192,227)
#99C5E5
(153,197,229)
#A3CAE7
(163,202,231)
#ADCFE9
(173,207,233)
#B7D4EB
(183,212,235)
#C1D9ED
(193,217,237)
#CBDEEF
(203,222,239)
#D5E3F1
(213,227,241)
#DFE8F3
(223,232,243)
#E9EDF5
(233,237,245)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC0E3; }

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

This text font color is #8FC0E3.


Background Color

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

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

This div background color is #8FC0E3.


Border color

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

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

This div border color is #8FC0E3.


Opacity

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

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

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

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

This text has shadow with #8FC0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC0E3 on black background.


Color preview on white background

This text has color #8FC0E3 on white background.



Black color preview on #8FC0E3 background

This text has black color on #8FC0E3 background.


White color preview on #8FC0E3 background

This text has white color on #8FC0E3 background.