COLOR #87A7FC

HEX: #87A7FC
RGB: (135,167,252)

Color info

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

RGB color model

#87A7FC color RGB value is (135,167,252).

  • red value is 135;
  • green value is 167;
  • blue value is 252.
RGB:
(135,167,252)
(53%,65%,99%)

RGB channels and saturation

R 135 of 255 = 53%
G 167 of 255 = 65%
B 252 of 255 = 99%

135
167
252

R + G + B ~ 72%. #87A7FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 167 + 252 = 554 (100%)
R 135 of 554 ~ 24.37%
G 167 of 554 ~ 30.14%
B 252 of 554 ~ 45.49%

%24.37
%30.14
%45.49

CMYK color model

#87A7FC color CMYK value is (46,34,0,1).

  • cyan value is 46.43%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(46,34,0,1)
C46M34Y0K1 
(46%,34%,0%,1%)
(0.46/0.34/0.00/0.01)	

CMYK percentages

%46.43
%33.73
%0
%1.18

Codes

Color #87A7FC in popluar color models

87A7FC
RGB135167252
HSL224°95.12%75.88%
HSB/HSV224°46.43%98.82%
CMYK46.43%33.73%0.00%
1.18%

Color #87A7FC in popluar number systems.

HEX87A7FC
Decimal135167252
Binary100001111010011111111100
Octal207247374

Shades and tints

Shades of #87A7FC

#87A7FC
(135,167,252)
#7B98E6
(123,152,230)
#6F89D0
(111,137,208)
#637ABA
(99,122,186)
#576BA4
(87,107,164)
#4B5C8E
(75,92,142)
#3F4D78
(63,77,120)
#333E62
(51,62,98)
#272F4C
(39,47,76)
#1B2036
(27,32,54)
#0F1120
(15,17,32)
#000000
(0,0,0)

Tints of #87A7FC

#87A7FC
(135,167,252)
#91AFFC
(145,175,252)
#9BB7FC
(155,183,252)
#A5BFFC
(165,191,252)
#AFC7FC
(175,199,252)
#B9CFFC
(185,207,252)
#C3D7FC
(195,215,252)
#CDDFFC
(205,223,252)
#D7E7FC
(215,231,252)
#E1EFFC
(225,239,252)
#EBF7FC
(235,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A7FC color. Also use rgb(135,167,252) instead hex code.

Text Font Color

.myTextColor { color: #87A7FC; }

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

This text font color is #87A7FC.


Background Color

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

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

This div background color is #87A7FC.


Border color

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

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

This div border color is #87A7FC.


Opacity

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

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

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

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

This text has shadow with #87A7FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A7FC on black background.


Color preview on white background

This text has color #87A7FC on white background.



Black color preview on #87A7FC background

This text has black color on #87A7FC background.


White color preview on #87A7FC background

This text has white color on #87A7FC background.