COLOR #87A8EE

HEX: #87A8EE
RGB: (135,168,238)

Color info

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

RGB color model

#87A8EE color RGB value is (135,168,238).

  • red value is 135;
  • green value is 168;
  • blue value is 238.
RGB:
(135,168,238)
(53%,66%,93%)

RGB channels and saturation

R 135 of 255 = 53%
G 168 of 255 = 66%
B 238 of 255 = 93%

135
168
238

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

Portions of RGB colors in percentages

R + G + B =
135 + 168 + 238 = 541 (100%)
R 135 of 541 ~ 24.95%
G 168 of 541 ~ 31.05%
B 238 of 541 ~ 43.99%

%24.95
%31.05
%43.99

CMYK color model

#87A8EE color CMYK value is (43,29,0,7).

  • cyan value is 43.28%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(43,29,0,7)
C43M29Y0K7 
(43%,29%,0%,7%)
(0.43/0.29/0.00/0.07)	

CMYK percentages

%43.28
%29.41
%0
%6.67

Codes

Color #87A8EE in popluar color models

87A8EE
RGB135168238
HSL221°75.18%73.14%
HSB/HSV221°43.28%93.33%
CMYK43.28%29.41%0.00%
6.67%

Color #87A8EE in popluar number systems.

HEX87A8EE
Decimal135168238
Binary100001111010100011101110
Octal207250356

Shades and tints

Shades of #87A8EE

#87A8EE
(135,168,238)
#7B99D9
(123,153,217)
#6F8AC4
(111,138,196)
#637BAF
(99,123,175)
#576C9A
(87,108,154)
#4B5D85
(75,93,133)
#3F4E70
(63,78,112)
#333F5B
(51,63,91)
#273046
(39,48,70)
#1B2131
(27,33,49)
#0F121C
(15,18,28)
#000000
(0,0,0)

Tints of #87A8EE

#87A8EE
(135,168,238)
#91AFEF
(145,175,239)
#9BB6F0
(155,182,240)
#A5BDF1
(165,189,241)
#AFC4F2
(175,196,242)
#B9CBF3
(185,203,243)
#C3D2F4
(195,210,244)
#CDD9F5
(205,217,245)
#D7E0F6
(215,224,246)
#E1E7F7
(225,231,247)
#EBEEF8
(235,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A8EE color. Also use rgb(135,168,238) instead hex code.

Text Font Color

.myTextColor { color: #87A8EE; }

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

This text font color is #87A8EE.


Background Color

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

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

This div background color is #87A8EE.


Border color

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

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

This div border color is #87A8EE.


Opacity

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

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

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

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

This text has shadow with #87A8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A8EE on black background.


Color preview on white background

This text has color #87A8EE on white background.



Black color preview on #87A8EE background

This text has black color on #87A8EE background.


White color preview on #87A8EE background

This text has white color on #87A8EE background.