COLOR #8FC0EC

HEX: #8FC0EC RGB: (143,192,236)

Color info

#8FC0EC contains mainly green and blue colors. Web safe color of #8FC0EC is #99CCFF (or #9CF).

RGB color model

#8FC0EC color RGB value is (143,192,236).

RGB: (143,192,236) (56%, 75%, 93%)

RGB channels and saturation

R 143 of 255 = 56%
G 192 of 255 = 75%
B 236 of 255 = 93%

143
192
236

R + G + B ~ 75%. #8FC0EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 192 + 236 = 571 (100%)
R 143 of 571 ~ 25.04%
G 192 of 571 ~ 33.63%
B 236 of 571 ~ 41.33'%

%25.04
%33.63
%41.33

CMYK color model

#8FC0EC color CMYK value is (39,19,0,7).

  • cyan value is 39.41%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (39,19,0,7)
C39M19Y0K7 (39%, 19%, 0%, 7%)
(0.39 / 0.19 / 0.00 / 0.07)

CMYK percentages

%39.41
%18.64
%0
%7.45

Codes

Color #8FC0EC in popluar color models

8F C0 EC
RGB 143 192 236
HSL 208° 70.99% 74.31%
HSB/HSV 208° 39.41% 92.55%
CMYK 39.41% 18.64% 0.00%
7.45%

Color #8FC0EC in popluar number systems.

HEX 8F C0 EC
Decimal 143 192 236
Binary 10001111 11000000 11101100
Octal 217 300 354

Shades and tints

Shades of #8FC0EC

#8FC0EC
(143,192,236)
#82AFD7
(130,175,215)
#759EC2
(117,158,194)
#688DAD
(104,141,173)
#5B7C98
(91,124,152)
#4E6B83
(78,107,131)
#415A6E
(65,90,110)
#344959
(52,73,89)
#273844
(39,56,68)
#1A272F
(26,39,47)
#0D161A
(13,22,26)
#000000
(0,0,0)

Tints of #8FC0EC

#8FC0EC
(143,192,236)
#99C5ED
(153,197,237)
#A3CAEE
(163,202,238)
#ADCFEF
(173,207,239)
#B7D4F0
(183,212,240)
#C1D9F1
(193,217,241)
#CBDEF2
(203,222,242)
#D5E3F3
(213,227,243)
#DFE8F4
(223,232,244)
#E9EDF5
(233,237,245)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC0EC; }

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

This text font color is #8FC0EC.

Background Color

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

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

This div background color is #8FC0EC.

Border color

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

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

This div border color is #8FC0EC.

Opacity

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

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

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

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

This text has shadow with #8FC0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FC0EC.

Preview

Color preview on black background

This text has color #8FC0EC on black background.


Color preview on white background

This text has color #8FC0EC on white background.


Black color preview on #8FC0EC background

This text has black color on #8FC0EC background.


White color preview on #8FC0EC background

This text has white color on #8FC0EC background.


Related colors

Complementary color

Complementary color for #hex is #703F13.


I love getcolorcode.com

Triadic colors

1 #EC8FC0 and #C0EC8F with #8FC0EC are triadic colors.

2 #ECC08F and #C08FEC with #8FC0EC are triadic colors.