COLOR #87A4E6

HEX: #87A4E6 RGB: (135,164,230)

Color info

#87A4E6 contains mainly blue color. Web safe color of #87A4E6 is #9999CC (or #99C).

RGB color model

#87A4E6 color RGB value is (135,164,230).

RGB: (135,164,230) (53%, 64%, 90%)

RGB channels and saturation

R 135 of 255 = 53%
G 164 of 255 = 64%
B 230 of 255 = 90%

135
164
230

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

Portions of RGB colors in percentages

R + G + B = 135 + 164 + 230 = 529 (100%)
R 135 of 529 ~ 25.52%
G 164 of 529 ~ 31%
B 230 of 529 ~ 43.48'%

%25.52
%31
%43.48

CMYK color model

#87A4E6 color CMYK value is (41,29,0,10).

  • cyan value is 41.30%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (41,29,0,10)
C41M29Y0K10 (41%, 29%, 0%, 10%)
(0.41 / 0.29 / 0.00 / 0.10)

CMYK percentages

%41.3
%28.7
%0
%9.8

Codes

Color #87A4E6 in popluar color models

87 A4 E6
RGB 135 164 230
HSL 222° 65.52% 71.57%
HSB/HSV 222° 41.30% 90.20%
CMYK 41.30% 28.70% 0.00%
9.80%

Color #87A4E6 in popluar number systems.

HEX 87 A4 E6
Decimal 135 164 230
Binary 10000111 10100100 11100110
Octal 207 244 346

Shades and tints

Shades of #87A4E6

#87A4E6
(135,164,230)
#7B96D2
(123,150,210)
#6F88BE
(111,136,190)
#637AAA
(99,122,170)
#576C96
(87,108,150)
#4B5E82
(75,94,130)
#3F506E
(63,80,110)
#33425A
(51,66,90)
#273446
(39,52,70)
#1B2632
(27,38,50)
#0F181E
(15,24,30)
#000000
(0,0,0)

Tints of #87A4E6

#87A4E6
(135,164,230)
#91ACE8
(145,172,232)
#9BB4EA
(155,180,234)
#A5BCEC
(165,188,236)
#AFC4EE
(175,196,238)
#B9CCF0
(185,204,240)
#C3D4F2
(195,212,242)
#CDDCF4
(205,220,244)
#D7E4F6
(215,228,246)
#E1ECF8
(225,236,248)
#EBF4FA
(235,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A4E6 color. Also use rgb(135,164,230) instead hex code.

Text Font Color

.myTextColor { color: #87A4E6; }

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

This text font color is #87A4E6.

Background Color

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

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

This div background color is #87A4E6.

Border color

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

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

This div border color is #87A4E6.

Opacity

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

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

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

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

This text has shadow with #87A4E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A4E6.

Preview

Color preview on black background

This text has color #87A4E6 on black background.


Color preview on white background

This text has color #87A4E6 on white background.


Black color preview on #87A4E6 background

This text has black color on #87A4E6 background.


White color preview on #87A4E6 background

This text has white color on #87A4E6 background.


Related colors

Complementary color

Complementary color for #hex is #785B19.


I love getcolorcode.com

Triadic colors

1 #E687A4 and #A4E687 with #87A4E6 are triadic colors.

2 #E6A487 and #A487E6 with #87A4E6 are triadic colors.