COLOR #8EB0F0

HEX: #8EB0F0
RGB: (142,176,240)

Color info

#8EB0F0 contains mainly blue color. Web safe color of #8EB0F0 is #9999FF (or #99F).

RGB color model

#8EB0F0 color RGB value is (142,176,240).

  • red value is 142;
  • green value is 176;
  • blue value is 240.
RGB:
(142,176,240)
(56%,69%,94%)

RGB channels and saturation

R 142 of 255 = 56%
G 176 of 255 = 69%
B 240 of 255 = 94%

142
176
240

R + G + B ~ 73%. #8EB0F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 176 + 240 = 558 (100%)
R 142 of 558 ~ 25.45%
G 176 of 558 ~ 31.54%
B 240 of 558 ~ 43.01%

%25.45
%31.54
%43.01

CMYK color model

#8EB0F0 color CMYK value is (41,27,0,6).

  • cyan value is 40.83%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(41,27,0,6)
C41M27Y0K6 
(41%,27%,0%,6%)
(0.41/0.27/0.00/0.06)	

CMYK percentages

%40.83
%26.67
%0
%5.88

Codes

Color #8EB0F0 in popluar color models

8EB0F0
RGB142176240
HSL219°76.56%74.90%
HSB/HSV219°40.83%94.12%
CMYK40.83%26.67%0.00%
5.88%

Color #8EB0F0 in popluar number systems.

HEX8EB0F0
Decimal142176240
Binary100011101011000011110000
Octal216260360

Shades and tints

Shades of #8EB0F0

#8EB0F0
(142,176,240)
#82A0DB
(130,160,219)
#7690C6
(118,144,198)
#6A80B1
(106,128,177)
#5E709C
(94,112,156)
#526087
(82,96,135)
#465072
(70,80,114)
#3A405D
(58,64,93)
#2E3048
(46,48,72)
#222033
(34,32,51)
#16101E
(22,16,30)
#000000
(0,0,0)

Tints of #8EB0F0

#8EB0F0
(142,176,240)
#98B7F1
(152,183,241)
#A2BEF2
(162,190,242)
#ACC5F3
(172,197,243)
#B6CCF4
(182,204,244)
#C0D3F5
(192,211,245)
#CADAF6
(202,218,246)
#D4E1F7
(212,225,247)
#DEE8F8
(222,232,248)
#E8EFF9
(232,239,249)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB0F0 color. Also use rgb(142,176,240) instead hex code.

Text Font Color

.myTextColor { color: #8EB0F0; }

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

This text font color is #8EB0F0.


Background Color

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

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

This div background color is #8EB0F0.


Border color

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

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

This div border color is #8EB0F0.


Opacity

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

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

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

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

This text has shadow with #8EB0F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB0F0 on black background.


Color preview on white background

This text has color #8EB0F0 on white background.



Black color preview on #8EB0F0 background

This text has black color on #8EB0F0 background.


White color preview on #8EB0F0 background

This text has white color on #8EB0F0 background.