COLOR #87B4FB

HEX: #87B4FB RGB: (135,180,251)

Color info

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

RGB color model

#87B4FB color RGB value is (135,180,251).

RGB: (135,180,251) (53%, 71%, 98%)

RGB channels and saturation

R 135 of 255 = 53%
G 180 of 255 = 71%
B 251 of 255 = 98%

135
180
251

R + G + B ~ 74%. #87B4FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 180 + 251 = 566 (100%)
R 135 of 566 ~ 23.85%
G 180 of 566 ~ 31.8%
B 251 of 566 ~ 44.35'%

%23.85
%31.8
%44.35

CMYK color model

#87B4FB color CMYK value is (46,28,0,2).

  • cyan value is 46.22%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (46,28,0,2)
C46M28Y0K2 (46%, 28%, 0%, 2%)
(0.46 / 0.28 / 0.00 / 0.02)

CMYK percentages

%46.22
%28.29
%0
%1.57

Codes

Color #87B4FB in popluar color models

87 B4 FB
RGB 135 180 251
HSL 217° 93.55% 75.69%
HSB/HSV 217° 46.22% 98.43%
CMYK 46.22% 28.29% 0.00%
1.57%

Color #87B4FB in popluar number systems.

HEX 87 B4 FB
Decimal 135 180 251
Binary 10000111 10110100 11111011
Octal 207 264 373

Shades and tints

Shades of #87B4FB

#87B4FB
(135,180,251)
#7BA4E5
(123,164,229)
#6F94CF
(111,148,207)
#6384B9
(99,132,185)
#5774A3
(87,116,163)
#4B648D
(75,100,141)
#3F5477
(63,84,119)
#334461
(51,68,97)
#27344B
(39,52,75)
#1B2435
(27,36,53)
#0F141F
(15,20,31)
#000000
(0,0,0)

Tints of #87B4FB

#87B4FB
(135,180,251)
#91BAFB
(145,186,251)
#9BC0FB
(155,192,251)
#A5C6FB
(165,198,251)
#AFCCFB
(175,204,251)
#B9D2FB
(185,210,251)
#C3D8FB
(195,216,251)
#CDDEFB
(205,222,251)
#D7E4FB
(215,228,251)
#E1EAFB
(225,234,251)
#EBF0FB
(235,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B4FB; }

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

This text font color is #87B4FB.

Background Color

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

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

This div background color is #87B4FB.

Border color

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

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

This div border color is #87B4FB.

Opacity

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

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

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

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

This text has shadow with #87B4FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B4FB.

Preview

Color preview on black background

This text has color #87B4FB on black background.


Color preview on white background

This text has color #87B4FB on white background.


Black color preview on #87B4FB background

This text has black color on #87B4FB background.


White color preview on #87B4FB background

This text has white color on #87B4FB background.


Related colors

Complementary color

Complementary color for #hex is #784B04.


I love getcolorcode.com

Triadic colors

1 #FB87B4 and #B4FB87 with #87B4FB are triadic colors.

2 #FBB487 and #B487FB with #87B4FB are triadic colors.