COLOR #8FBCF2

HEX: #8FBCF2
RGB: (143,188,242)

Color info

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

RGB color model

#8FBCF2 color RGB value is (143,188,242).

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

RGB channels and saturation

R 143 of 255 = 56%
G 188 of 255 = 74%
B 242 of 255 = 95%

143
188
242

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

Portions of RGB colors in percentages

R + G + B =
143 + 188 + 242 = 573 (100%)
R 143 of 573 ~ 24.96%
G 188 of 573 ~ 32.81%
B 242 of 573 ~ 42.23%

%24.96
%32.81
%42.23

CMYK color model

#8FBCF2 color CMYK value is (41,22,0,5).

  • cyan value is 40.91%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(41,22,0,5)
C41M22Y0K5 
(41%,22%,0%,5%)
(0.41/0.22/0.00/0.05)	

CMYK percentages

%40.91
%22.31
%0
%5.1

Codes

Color #8FBCF2 in popluar color models

8FBCF2
RGB143188242
HSL213°79.20%75.49%
HSB/HSV213°40.91%94.90%
CMYK40.91%22.31%0.00%
5.10%

Color #8FBCF2 in popluar number systems.

HEX8FBCF2
Decimal143188242
Binary100011111011110011110010
Octal217274362

Shades and tints

Shades of #8FBCF2

#8FBCF2
(143,188,242)
#82ABDC
(130,171,220)
#759AC6
(117,154,198)
#6889B0
(104,137,176)
#5B789A
(91,120,154)
#4E6784
(78,103,132)
#41566E
(65,86,110)
#344558
(52,69,88)
#273442
(39,52,66)
#1A232C
(26,35,44)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #8FBCF2

#8FBCF2
(143,188,242)
#99C2F3
(153,194,243)
#A3C8F4
(163,200,244)
#ADCEF5
(173,206,245)
#B7D4F6
(183,212,246)
#C1DAF7
(193,218,247)
#CBE0F8
(203,224,248)
#D5E6F9
(213,230,249)
#DFECFA
(223,236,250)
#E9F2FB
(233,242,251)
#F3F8FC
(243,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FBCF2; }

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

This text font color is #8FBCF2.


Background Color

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

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

This div background color is #8FBCF2.


Border color

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

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

This div border color is #8FBCF2.


Opacity

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

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

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

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

This text has shadow with #8FBCF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBCF2 on black background.


Color preview on white background

This text has color #8FBCF2 on white background.



Black color preview on #8FBCF2 background

This text has black color on #8FBCF2 background.


White color preview on #8FBCF2 background

This text has white color on #8FBCF2 background.