COLOR #8FB0E6

HEX: #8FB0E6
RGB: (143,176,230)

Color info

#8FB0E6 contains mainly green and blue colors. Web safe color of #8FB0E6 is #9999CC (or #99C).

RGB color model

#8FB0E6 color RGB value is (143,176,230).

  • red value is 143;
  • green value is 176;
  • blue value is 230.
RGB:
(143,176,230)
(56%,69%,90%)

RGB channels and saturation

R 143 of 255 = 56%
G 176 of 255 = 69%
B 230 of 255 = 90%

143
176
230

R + G + B ~ 72%. #8FB0E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 176 + 230 = 549 (100%)
R 143 of 549 ~ 26.05%
G 176 of 549 ~ 32.06%
B 230 of 549 ~ 41.89%

%26.05
%32.06
%41.89

CMYK color model

#8FB0E6 color CMYK value is (38,23,0,10).

  • cyan value is 37.83%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(38,23,0,10)
C38M23Y0K10 
(38%,23%,0%,10%)
(0.38/0.23/0.00/0.10)	

CMYK percentages

%37.83
%23.48
%0
%9.8

Codes

Color #8FB0E6 in popluar color models

8FB0E6
RGB143176230
HSL217°63.50%73.14%
HSB/HSV217°37.83%90.20%
CMYK37.83%23.48%0.00%
9.80%

Color #8FB0E6 in popluar number systems.

HEX8FB0E6
Decimal143176230
Binary100011111011000011100110
Octal217260346

Shades and tints

Shades of #8FB0E6

#8FB0E6
(143,176,230)
#82A0D2
(130,160,210)
#7590BE
(117,144,190)
#6880AA
(104,128,170)
#5B7096
(91,112,150)
#4E6082
(78,96,130)
#41506E
(65,80,110)
#34405A
(52,64,90)
#273046
(39,48,70)
#1A2032
(26,32,50)
#0D101E
(13,16,30)
#000000
(0,0,0)

Tints of #8FB0E6

#8FB0E6
(143,176,230)
#99B7E8
(153,183,232)
#A3BEEA
(163,190,234)
#ADC5EC
(173,197,236)
#B7CCEE
(183,204,238)
#C1D3F0
(193,211,240)
#CBDAF2
(203,218,242)
#D5E1F4
(213,225,244)
#DFE8F6
(223,232,246)
#E9EFF8
(233,239,248)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB0E6 color. Also use rgb(143,176,230) instead hex code.

Text Font Color

.myTextColor { color: #8FB0E6; }

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

This text font color is #8FB0E6.


Background Color

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

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

This div background color is #8FB0E6.


Border color

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

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

This div border color is #8FB0E6.


Opacity

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

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

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

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

This text has shadow with #8FB0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB0E6 on black background.


Color preview on white background

This text has color #8FB0E6 on white background.



Black color preview on #8FB0E6 background

This text has black color on #8FB0E6 background.


White color preview on #8FB0E6 background

This text has white color on #8FB0E6 background.