COLOR #8FD8F1

HEX: #8FD8F1
RGB: (143,216,241)

Color info

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

RGB color model

#8FD8F1 color RGB value is (143,216,241).

  • red value is 143;
  • green value is 216;
  • blue value is 241.
RGB:
(143,216,241)
(56%,85%,95%)

RGB channels and saturation

R 143 of 255 = 56%
G 216 of 255 = 85%
B 241 of 255 = 95%

143
216
241

R + G + B ~ 79%. #8FD8F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 216 + 241 = 600 (100%)
R 143 of 600 ~ 23.83%
G 216 of 600 ~ 36%
B 241 of 600 ~ 40.17%

%23.83
%36
%40.17

CMYK color model

#8FD8F1 color CMYK value is (41,10,0,5).

  • cyan value is 40.66%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(41,10,0,5)
C41M10Y0K5 
(41%,10%,0%,5%)
(0.41/0.10/0.00/0.05)	

CMYK percentages

%40.66
%10.37
%0
%5.49

Codes

Color #8FD8F1 in popluar color models

8FD8F1
RGB143216241
HSL195°77.78%75.29%
HSB/HSV195°40.66%94.51%
CMYK40.66%10.37%0.00%
5.49%

Color #8FD8F1 in popluar number systems.

HEX8FD8F1
Decimal143216241
Binary100011111101100011110001
Octal217330361

Shades and tints

Shades of #8FD8F1

#8FD8F1
(143,216,241)
#82C5DC
(130,197,220)
#75B2C7
(117,178,199)
#689FB2
(104,159,178)
#5B8C9D
(91,140,157)
#4E7988
(78,121,136)
#416673
(65,102,115)
#34535E
(52,83,94)
#274049
(39,64,73)
#1A2D34
(26,45,52)
#0D1A1F
(13,26,31)
#000000
(0,0,0)

Tints of #8FD8F1

#8FD8F1
(143,216,241)
#99DBF2
(153,219,242)
#A3DEF3
(163,222,243)
#ADE1F4
(173,225,244)
#B7E4F5
(183,228,245)
#C1E7F6
(193,231,246)
#CBEAF7
(203,234,247)
#D5EDF8
(213,237,248)
#DFF0F9
(223,240,249)
#E9F3FA
(233,243,250)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD8F1 color. Also use rgb(143,216,241) instead hex code.

Text Font Color

.myTextColor { color: #8FD8F1; }

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

This text font color is #8FD8F1.


Background Color

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

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

This div background color is #8FD8F1.


Border color

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

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

This div border color is #8FD8F1.


Opacity

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

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

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

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

This text has shadow with #8FD8F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD8F1 on black background.


Color preview on white background

This text has color #8FD8F1 on white background.



Black color preview on #8FD8F1 background

This text has black color on #8FD8F1 background.


White color preview on #8FD8F1 background

This text has white color on #8FD8F1 background.