COLOR #8FD6F2

HEX: #8FD6F2
RGB: (143,214,242)

Color info

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

RGB color model

#8FD6F2 color RGB value is (143,214,242).

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

RGB channels and saturation

R 143 of 255 = 56%
G 214 of 255 = 84%
B 242 of 255 = 95%

143
214
242

R + G + B ~ 78%. #8FD6F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 214 + 242 = 599 (100%)
R 143 of 599 ~ 23.87%
G 214 of 599 ~ 35.73%
B 242 of 599 ~ 40.4%

%23.87
%35.73
%40.4

CMYK color model

#8FD6F2 color CMYK value is (41,12,0,5).

  • cyan value is 40.91%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(41,12,0,5)
C41M12Y0K5 
(41%,12%,0%,5%)
(0.41/0.12/0.00/0.05)	

CMYK percentages

%40.91
%11.57
%0
%5.1

Codes

Color #8FD6F2 in popluar color models

8FD6F2
RGB143214242
HSL197°79.20%75.49%
HSB/HSV197°40.91%94.90%
CMYK40.91%11.57%0.00%
5.10%

Color #8FD6F2 in popluar number systems.

HEX8FD6F2
Decimal143214242
Binary100011111101011011110010
Octal217326362

Shades and tints

Shades of #8FD6F2

#8FD6F2
(143,214,242)
#82C3DC
(130,195,220)
#75B0C6
(117,176,198)
#689DB0
(104,157,176)
#5B8A9A
(91,138,154)
#4E7784
(78,119,132)
#41646E
(65,100,110)
#345158
(52,81,88)
#273E42
(39,62,66)
#1A2B2C
(26,43,44)
#0D1816
(13,24,22)
#000000
(0,0,0)

Tints of #8FD6F2

#8FD6F2
(143,214,242)
#99D9F3
(153,217,243)
#A3DCF4
(163,220,244)
#ADDFF5
(173,223,245)
#B7E2F6
(183,226,246)
#C1E5F7
(193,229,247)
#CBE8F8
(203,232,248)
#D5EBF9
(213,235,249)
#DFEEFA
(223,238,250)
#E9F1FB
(233,241,251)
#F3F4FC
(243,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FD6F2; }

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

This text font color is #8FD6F2.


Background Color

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

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

This div background color is #8FD6F2.


Border color

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

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

This div border color is #8FD6F2.


Opacity

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

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

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

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

This text has shadow with #8FD6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD6F2 on black background.


Color preview on white background

This text has color #8FD6F2 on white background.



Black color preview on #8FD6F2 background

This text has black color on #8FD6F2 background.


White color preview on #8FD6F2 background

This text has white color on #8FD6F2 background.