COLOR #87ACE6

HEX: #87ACE6
RGB: (135,172,230)

Color info

#87ACE6 contains mainly green and blue colors. Web safe color of #87ACE6 is #9999CC (or #99C).

RGB color model

#87ACE6 color RGB value is (135,172,230).

  • red value is 135;
  • green value is 172;
  • blue value is 230.
RGB:
(135,172,230)
(53%,67%,90%)

RGB channels and saturation

R 135 of 255 = 53%
G 172 of 255 = 67%
B 230 of 255 = 90%

135
172
230

R + G + B ~ 70%. #87ACE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 172 + 230 = 537 (100%)
R 135 of 537 ~ 25.14%
G 172 of 537 ~ 32.03%
B 230 of 537 ~ 42.83%

%25.14
%32.03
%42.83

CMYK color model

#87ACE6 color CMYK value is (41,25,0,10).

  • cyan value is 41.30%
  • magenta value is 25.22%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(41,25,0,10)
C41M25Y0K10 
(41%,25%,0%,10%)
(0.41/0.25/0.00/0.10)	

CMYK percentages

%41.3
%25.22
%0
%9.8

Codes

Color #87ACE6 in popluar color models

87ACE6
RGB135172230
HSL217°65.52%71.57%
HSB/HSV217°41.30%90.20%
CMYK41.30%25.22%0.00%
9.80%

Color #87ACE6 in popluar number systems.

HEX87ACE6
Decimal135172230
Binary100001111010110011100110
Octal207254346

Shades and tints

Shades of #87ACE6

#87ACE6
(135,172,230)
#7B9DD2
(123,157,210)
#6F8EBE
(111,142,190)
#637FAA
(99,127,170)
#577096
(87,112,150)
#4B6182
(75,97,130)
#3F526E
(63,82,110)
#33435A
(51,67,90)
#273446
(39,52,70)
#1B2532
(27,37,50)
#0F161E
(15,22,30)
#000000
(0,0,0)

Tints of #87ACE6

#87ACE6
(135,172,230)
#91B3E8
(145,179,232)
#9BBAEA
(155,186,234)
#A5C1EC
(165,193,236)
#AFC8EE
(175,200,238)
#B9CFF0
(185,207,240)
#C3D6F2
(195,214,242)
#CDDDF4
(205,221,244)
#D7E4F6
(215,228,246)
#E1EBF8
(225,235,248)
#EBF2FA
(235,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87ACE6; }

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

This text font color is #87ACE6.


Background Color

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

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

This div background color is #87ACE6.


Border color

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

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

This div border color is #87ACE6.


Opacity

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

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

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

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

This text has shadow with #87ACE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87ACE6 on black background.


Color preview on white background

This text has color #87ACE6 on white background.



Black color preview on #87ACE6 background

This text has black color on #87ACE6 background.


White color preview on #87ACE6 background

This text has white color on #87ACE6 background.