COLOR #8EB5FE

HEX: #8EB5FE
RGB: (142,181,254)

Color info

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

RGB color model

#8EB5FE color RGB value is (142,181,254).

  • red value is 142;
  • green value is 181;
  • blue value is 254.
RGB:
(142,181,254)
(56%,71%,100%)

RGB channels and saturation

R 142 of 255 = 56%
G 181 of 255 = 71%
B 254 of 255 = 100%

142
181
254

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

Portions of RGB colors in percentages

R + G + B =
142 + 181 + 254 = 577 (100%)
R 142 of 577 ~ 24.61%
G 181 of 577 ~ 31.37%
B 254 of 577 ~ 44.02%

%24.61
%31.37
%44.02

CMYK color model

#8EB5FE color CMYK value is (44,29,0,0).

  • cyan value is 44.09%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(44,29,0,0)
C44M29Y0K0 
(44%,29%,0%,0%)
(0.44/0.29/0.00/0.00)	

CMYK percentages

%44.09
%28.74
%0
%0.39

Codes

Color #8EB5FE in popluar color models

8EB5FE
RGB142181254
HSL219°98.25%77.65%
HSB/HSV219°44.09%99.61%
CMYK44.09%28.74%0.00%
0.39%

Color #8EB5FE in popluar number systems.

HEX8EB5FE
Decimal142181254
Binary100011101011010111111110
Octal216265376

Shades and tints

Shades of #8EB5FE

#8EB5FE
(142,181,254)
#82A5E7
(130,165,231)
#7695D0
(118,149,208)
#6A85B9
(106,133,185)
#5E75A2
(94,117,162)
#52658B
(82,101,139)
#465574
(70,85,116)
#3A455D
(58,69,93)
#2E3546
(46,53,70)
#22252F
(34,37,47)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #8EB5FE

#8EB5FE
(142,181,254)
#98BBFE
(152,187,254)
#A2C1FE
(162,193,254)
#ACC7FE
(172,199,254)
#B6CDFE
(182,205,254)
#C0D3FE
(192,211,254)
#CAD9FE
(202,217,254)
#D4DFFE
(212,223,254)
#DEE5FE
(222,229,254)
#E8EBFE
(232,235,254)
#F2F1FE
(242,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB5FE color. Also use rgb(142,181,254) instead hex code.

Text Font Color

.myTextColor { color: #8EB5FE; }

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

This text font color is #8EB5FE.


Background Color

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

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

This div background color is #8EB5FE.


Border color

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

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

This div border color is #8EB5FE.


Opacity

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

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

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

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

This text has shadow with #8EB5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB5FE on black background.


Color preview on white background

This text has color #8EB5FE on white background.



Black color preview on #8EB5FE background

This text has black color on #8EB5FE background.


White color preview on #8EB5FE background

This text has white color on #8EB5FE background.