COLOR #87A6EF

HEX: #87A6EF
RGB: (135,166,239)

Color info

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

RGB color model

#87A6EF color RGB value is (135,166,239).

  • red value is 135;
  • green value is 166;
  • blue value is 239.
RGB:
(135,166,239)
(53%,65%,94%)

RGB channels and saturation

R 135 of 255 = 53%
G 166 of 255 = 65%
B 239 of 255 = 94%

135
166
239

R + G + B ~ 71%. #87A6EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 166 + 239 = 540 (100%)
R 135 of 540 ~ 25%
G 166 of 540 ~ 30.74%
B 239 of 540 ~ 44.26%

%25
%30.74
%44.26

CMYK color model

#87A6EF color CMYK value is (44,31,0,6).

  • cyan value is 43.51%
  • magenta value is 30.54%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(44,31,0,6)
C44M31Y0K6 
(44%,31%,0%,6%)
(0.44/0.31/0.00/0.06)	

CMYK percentages

%43.51
%30.54
%0
%6.27

Codes

Color #87A6EF in popluar color models

87A6EF
RGB135166239
HSL222°76.47%73.33%
HSB/HSV222°43.51%93.73%
CMYK43.51%30.54%0.00%
6.27%

Color #87A6EF in popluar number systems.

HEX87A6EF
Decimal135166239
Binary100001111010011011101111
Octal207246357

Shades and tints

Shades of #87A6EF

#87A6EF
(135,166,239)
#7B97DA
(123,151,218)
#6F88C5
(111,136,197)
#6379B0
(99,121,176)
#576A9B
(87,106,155)
#4B5B86
(75,91,134)
#3F4C71
(63,76,113)
#333D5C
(51,61,92)
#272E47
(39,46,71)
#1B1F32
(27,31,50)
#0F101D
(15,16,29)
#000000
(0,0,0)

Tints of #87A6EF

#87A6EF
(135,166,239)
#91AEF0
(145,174,240)
#9BB6F1
(155,182,241)
#A5BEF2
(165,190,242)
#AFC6F3
(175,198,243)
#B9CEF4
(185,206,244)
#C3D6F5
(195,214,245)
#CDDEF6
(205,222,246)
#D7E6F7
(215,230,247)
#E1EEF8
(225,238,248)
#EBF6F9
(235,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A6EF color. Also use rgb(135,166,239) instead hex code.

Text Font Color

.myTextColor { color: #87A6EF; }

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

This text font color is #87A6EF.


Background Color

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

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

This div background color is #87A6EF.


Border color

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

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

This div border color is #87A6EF.


Opacity

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

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

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

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

This text has shadow with #87A6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A6EF on black background.


Color preview on white background

This text has color #87A6EF on white background.



Black color preview on #87A6EF background

This text has black color on #87A6EF background.


White color preview on #87A6EF background

This text has white color on #87A6EF background.