COLOR #8FBCFB

HEX: #8FBCFB
RGB: (143,188,251)

Color info

#8FBCFB contains mainly blue color. Web safe color of #8FBCFB is #99CCFF (or #9CF).

RGB color model

#8FBCFB color RGB value is (143,188,251).

  • red value is 143;
  • green value is 188;
  • blue value is 251.
RGB:
(143,188,251)
(56%,74%,98%)

RGB channels and saturation

R 143 of 255 = 56%
G 188 of 255 = 74%
B 251 of 255 = 98%

143
188
251

R + G + B ~ 76%. #8FBCFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 188 + 251 = 582 (100%)
R 143 of 582 ~ 24.57%
G 188 of 582 ~ 32.3%
B 251 of 582 ~ 43.13%

%24.57
%32.3
%43.13

CMYK color model

#8FBCFB color CMYK value is (43,25,0,2).

  • cyan value is 43.03%
  • magenta value is 25.10%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(43,25,0,2)
C43M25Y0K2 
(43%,25%,0%,2%)
(0.43/0.25/0.00/0.02)	

CMYK percentages

%43.03
%25.1
%0
%1.57

Codes

Color #8FBCFB in popluar color models

8FBCFB
RGB143188251
HSL215°93.10%77.25%
HSB/HSV215°43.03%98.43%
CMYK43.03%25.10%0.00%
1.57%

Color #8FBCFB in popluar number systems.

HEX8FBCFB
Decimal143188251
Binary100011111011110011111011
Octal217274373

Shades and tints

Shades of #8FBCFB

#8FBCFB
(143,188,251)
#82ABE5
(130,171,229)
#759ACF
(117,154,207)
#6889B9
(104,137,185)
#5B78A3
(91,120,163)
#4E678D
(78,103,141)
#415677
(65,86,119)
#344561
(52,69,97)
#27344B
(39,52,75)
#1A2335
(26,35,53)
#0D121F
(13,18,31)
#000000
(0,0,0)

Tints of #8FBCFB

#8FBCFB
(143,188,251)
#99C2FB
(153,194,251)
#A3C8FB
(163,200,251)
#ADCEFB
(173,206,251)
#B7D4FB
(183,212,251)
#C1DAFB
(193,218,251)
#CBE0FB
(203,224,251)
#D5E6FB
(213,230,251)
#DFECFB
(223,236,251)
#E9F2FB
(233,242,251)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FBCFB color. Also use rgb(143,188,251) instead hex code.

Text Font Color

.myTextColor { color: #8FBCFB; }

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

This text font color is #8FBCFB.


Background Color

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

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

This div background color is #8FBCFB.


Border color

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

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

This div border color is #8FBCFB.


Opacity

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

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

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

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

This text has shadow with #8FBCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBCFB on black background.


Color preview on white background

This text has color #8FBCFB on white background.



Black color preview on #8FBCFB background

This text has black color on #8FBCFB background.


White color preview on #8FBCFB background

This text has white color on #8FBCFB background.