COLOR #8FE0F8

HEX: #8FE0F8
RGB: (143,224,248)

Color info

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

RGB color model

#8FE0F8 color RGB value is (143,224,248).

  • red value is 143;
  • green value is 224;
  • blue value is 248.
RGB:
(143,224,248)
(56%,88%,97%)

RGB channels and saturation

R 143 of 255 = 56%
G 224 of 255 = 88%
B 248 of 255 = 97%

143
224
248

R + G + B ~ 80%. #8FE0F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 224 + 248 = 615 (100%)
R 143 of 615 ~ 23.25%
G 224 of 615 ~ 36.42%
B 248 of 615 ~ 40.33%

%23.25
%36.42
%40.33

CMYK color model

#8FE0F8 color CMYK value is (42,10,0,3).

  • cyan value is 42.34%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(42,10,0,3)
C42M10Y0K3 
(42%,10%,0%,3%)
(0.42/0.10/0.00/0.03)	

CMYK percentages

%42.34
%9.68
%0
%2.75

Codes

Color #8FE0F8 in popluar color models

8FE0F8
RGB143224248
HSL194°88.24%76.67%
HSB/HSV194°42.34%97.25%
CMYK42.34%9.68%0.00%
2.75%

Color #8FE0F8 in popluar number systems.

HEX8FE0F8
Decimal143224248
Binary100011111110000011111000
Octal217340370

Shades and tints

Shades of #8FE0F8

#8FE0F8
(143,224,248)
#82CCE2
(130,204,226)
#75B8CC
(117,184,204)
#68A4B6
(104,164,182)
#5B90A0
(91,144,160)
#4E7C8A
(78,124,138)
#416874
(65,104,116)
#34545E
(52,84,94)
#274048
(39,64,72)
#1A2C32
(26,44,50)
#0D181C
(13,24,28)
#000000
(0,0,0)

Tints of #8FE0F8

#8FE0F8
(143,224,248)
#99E2F8
(153,226,248)
#A3E4F8
(163,228,248)
#ADE6F8
(173,230,248)
#B7E8F8
(183,232,248)
#C1EAF8
(193,234,248)
#CBECF8
(203,236,248)
#D5EEF8
(213,238,248)
#DFF0F8
(223,240,248)
#E9F2F8
(233,242,248)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FE0F8 color. Also use rgb(143,224,248) instead hex code.

Text Font Color

.myTextColor { color: #8FE0F8; }

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

This text font color is #8FE0F8.


Background Color

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

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

This div background color is #8FE0F8.


Border color

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

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

This div border color is #8FE0F8.


Opacity

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

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

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

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

This text has shadow with #8FE0F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FE0F8 on black background.


Color preview on white background

This text has color #8FE0F8 on white background.



Black color preview on #8FE0F8 background

This text has black color on #8FE0F8 background.


White color preview on #8FE0F8 background

This text has white color on #8FE0F8 background.