COLOR #87A1E7

HEX: #87A1E7
RGB: (135,161,231)

Color info

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

RGB color model

#87A1E7 color RGB value is (135,161,231).

  • red value is 135;
  • green value is 161;
  • blue value is 231.
RGB:
(135,161,231)
(53%,63%,91%)

RGB channels and saturation

R 135 of 255 = 53%
G 161 of 255 = 63%
B 231 of 255 = 91%

135
161
231

R + G + B ~ 69%. #87A1E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 161 + 231 = 527 (100%)
R 135 of 527 ~ 25.62%
G 161 of 527 ~ 30.55%
B 231 of 527 ~ 43.83%

%25.62
%30.55
%43.83

CMYK color model

#87A1E7 color CMYK value is (42,30,0,9).

  • cyan value is 41.56%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(42,30,0,9)
C42M30Y0K9 
(42%,30%,0%,9%)
(0.42/0.30/0.00/0.09)	

CMYK percentages

%41.56
%30.3
%0
%9.41

Codes

Color #87A1E7 in popluar color models

87A1E7
RGB135161231
HSL224°66.67%71.76%
HSB/HSV224°41.56%90.59%
CMYK41.56%30.30%0.00%
9.41%

Color #87A1E7 in popluar number systems.

HEX87A1E7
Decimal135161231
Binary100001111010000111100111
Octal207241347

Shades and tints

Shades of #87A1E7

#87A1E7
(135,161,231)
#7B93D2
(123,147,210)
#6F85BD
(111,133,189)
#6377A8
(99,119,168)
#576993
(87,105,147)
#4B5B7E
(75,91,126)
#3F4D69
(63,77,105)
#333F54
(51,63,84)
#27313F
(39,49,63)
#1B232A
(27,35,42)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #87A1E7

#87A1E7
(135,161,231)
#91A9E9
(145,169,233)
#9BB1EB
(155,177,235)
#A5B9ED
(165,185,237)
#AFC1EF
(175,193,239)
#B9C9F1
(185,201,241)
#C3D1F3
(195,209,243)
#CDD9F5
(205,217,245)
#D7E1F7
(215,225,247)
#E1E9F9
(225,233,249)
#EBF1FB
(235,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A1E7 color. Also use rgb(135,161,231) instead hex code.

Text Font Color

.myTextColor { color: #87A1E7; }

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

This text font color is #87A1E7.


Background Color

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

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

This div background color is #87A1E7.


Border color

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

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

This div border color is #87A1E7.


Opacity

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

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

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

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

This text has shadow with #87A1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A1E7 on black background.


Color preview on white background

This text has color #87A1E7 on white background.



Black color preview on #87A1E7 background

This text has black color on #87A1E7 background.


White color preview on #87A1E7 background

This text has white color on #87A1E7 background.