COLOR #87B0FB

HEX: #87B0FB
RGB: (135,176,251)

Color info

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

RGB color model

#87B0FB color RGB value is (135,176,251).

  • red value is 135;
  • green value is 176;
  • blue value is 251.
RGB:
(135,176,251)
(53%,69%,98%)

RGB channels and saturation

R 135 of 255 = 53%
G 176 of 255 = 69%
B 251 of 255 = 98%

135
176
251

R + G + B ~ 73%. #87B0FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 176 + 251 = 562 (100%)
R 135 of 562 ~ 24.02%
G 176 of 562 ~ 31.32%
B 251 of 562 ~ 44.66%

%24.02
%31.32
%44.66

CMYK color model

#87B0FB color CMYK value is (46,30,0,2).

  • cyan value is 46.22%
  • magenta value is 29.88%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(46,30,0,2)
C46M30Y0K2 
(46%,30%,0%,2%)
(0.46/0.30/0.00/0.02)	

CMYK percentages

%46.22
%29.88
%0
%1.57

Codes

Color #87B0FB in popluar color models

87B0FB
RGB135176251
HSL219°93.55%75.69%
HSB/HSV219°46.22%98.43%
CMYK46.22%29.88%0.00%
1.57%

Color #87B0FB in popluar number systems.

HEX87B0FB
Decimal135176251
Binary100001111011000011111011
Octal207260373

Shades and tints

Shades of #87B0FB

#87B0FB
(135,176,251)
#7BA0E5
(123,160,229)
#6F90CF
(111,144,207)
#6380B9
(99,128,185)
#5770A3
(87,112,163)
#4B608D
(75,96,141)
#3F5077
(63,80,119)
#334061
(51,64,97)
#27304B
(39,48,75)
#1B2035
(27,32,53)
#0F101F
(15,16,31)
#000000
(0,0,0)

Tints of #87B0FB

#87B0FB
(135,176,251)
#91B7FB
(145,183,251)
#9BBEFB
(155,190,251)
#A5C5FB
(165,197,251)
#AFCCFB
(175,204,251)
#B9D3FB
(185,211,251)
#C3DAFB
(195,218,251)
#CDE1FB
(205,225,251)
#D7E8FB
(215,232,251)
#E1EFFB
(225,239,251)
#EBF6FB
(235,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B0FB color. Also use rgb(135,176,251) instead hex code.

Text Font Color

.myTextColor { color: #87B0FB; }

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

This text font color is #87B0FB.


Background Color

.myBgColor { background-color: #87B0FB; }

<div style="background-color:#87B0FB">Inner text</div>

This div background color is #87B0FB.


Border color

.myBorderColor { border: 1px solid #87B0FB; }

<div style="border:3px solid #87B0FB">Div</div>

This div border color is #87B0FB.


Opacity

.myOpacity80 { color: #87B0FB; opacity: 0.8; }

<p style="color:#87B0FB;opacity:0.8;">80%</p>

Text with #87B0FB 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 #87B0FB;}

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

This text has shadow with #87B0FB color.

.textShadow {text-shadow: 3px 3px 1px #87B0FB, 3px 3px 1px red;}

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

This text has shadow with #87B0FB primary color and red secondary color.


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

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

This text has shadow with #87B0FB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B0FB on black background.


Color preview on white background

This text has color #87B0FB on white background.



Black color preview on #87B0FB background

This text has black color on #87B0FB background.


White color preview on #87B0FB background

This text has white color on #87B0FB background.