COLOR #87B7F0

HEX: #87B7F0
RGB: (135,183,240)

Color info

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

RGB color model

#87B7F0 color RGB value is (135,183,240).

  • red value is 135;
  • green value is 183;
  • blue value is 240.
RGB:
(135,183,240)
(53%,72%,94%)

RGB channels and saturation

R 135 of 255 = 53%
G 183 of 255 = 72%
B 240 of 255 = 94%

135
183
240

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

Portions of RGB colors in percentages

R + G + B =
135 + 183 + 240 = 558 (100%)
R 135 of 558 ~ 24.19%
G 183 of 558 ~ 32.8%
B 240 of 558 ~ 43.01%

%24.19
%32.8
%43.01

CMYK color model

#87B7F0 color CMYK value is (44,24,0,6).

  • cyan value is 43.75%
  • magenta value is 23.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(44,24,0,6)
C44M24Y0K6 
(44%,24%,0%,6%)
(0.44/0.24/0.00/0.06)	

CMYK percentages

%43.75
%23.75
%0
%5.88

Codes

Color #87B7F0 in popluar color models

87B7F0
RGB135183240
HSL213°77.78%73.53%
HSB/HSV213°43.75%94.12%
CMYK43.75%23.75%0.00%
5.88%

Color #87B7F0 in popluar number systems.

HEX87B7F0
Decimal135183240
Binary100001111011011111110000
Octal207267360

Shades and tints

Shades of #87B7F0

#87B7F0
(135,183,240)
#7BA7DB
(123,167,219)
#6F97C6
(111,151,198)
#6387B1
(99,135,177)
#57779C
(87,119,156)
#4B6787
(75,103,135)
#3F5772
(63,87,114)
#33475D
(51,71,93)
#273748
(39,55,72)
#1B2733
(27,39,51)
#0F171E
(15,23,30)
#000000
(0,0,0)

Tints of #87B7F0

#87B7F0
(135,183,240)
#91BDF1
(145,189,241)
#9BC3F2
(155,195,242)
#A5C9F3
(165,201,243)
#AFCFF4
(175,207,244)
#B9D5F5
(185,213,245)
#C3DBF6
(195,219,246)
#CDE1F7
(205,225,247)
#D7E7F8
(215,231,248)
#E1EDF9
(225,237,249)
#EBF3FA
(235,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B7F0 color. Also use rgb(135,183,240) instead hex code.

Text Font Color

.myTextColor { color: #87B7F0; }

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

This text font color is #87B7F0.


Background Color

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

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

This div background color is #87B7F0.


Border color

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

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

This div border color is #87B7F0.


Opacity

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

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

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

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

This text has shadow with #87B7F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B7F0 on black background.


Color preview on white background

This text has color #87B7F0 on white background.



Black color preview on #87B7F0 background

This text has black color on #87B7F0 background.


White color preview on #87B7F0 background

This text has white color on #87B7F0 background.