COLOR #87ACB7

HEX: #87ACB7
RGB: (135,172,183)

Color info

#87ACB7 contains red, green and blue colors in about the same proportion. Web safe color of #87ACB7 is #9999CC (or #99C).

RGB color model

#87ACB7 color RGB value is (135,172,183).

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

RGB channels and saturation

R 135 of 255 = 53%
G 172 of 255 = 67%
B 183 of 255 = 72%

135
172
183

R + G + B ~ 64%. #87ACB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 172 + 183 = 490 (100%)
R 135 of 490 ~ 27.55%
G 172 of 490 ~ 35.1%
B 183 of 490 ~ 37.35%

%27.55
%35.1
%37.35

CMYK color model

#87ACB7 color CMYK value is (26,6,0,28).

  • cyan value is 26.23%
  • magenta value is 6.01%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(26,6,0,28)
C26M6Y0K28 
(26%,6%,0%,28%)
(0.26/0.06/0.00/0.28)	

CMYK percentages

%26.23
%6.01
%0
%28.24

Codes

Color #87ACB7 in popluar color models

87ACB7
RGB135172183
HSL194°25.00%62.35%
HSB/HSV194°26.23%71.76%
CMYK26.23%6.01%0.00%
28.24%

Color #87ACB7 in popluar number systems.

HEX87ACB7
Decimal135172183
Binary100001111010110010110111
Octal207254267

Shades and tints

Shades of #87ACB7

#87ACB7
(135,172,183)
#7B9DA7
(123,157,167)
#6F8E97
(111,142,151)
#637F87
(99,127,135)
#577077
(87,112,119)
#4B6167
(75,97,103)
#3F5257
(63,82,87)
#334347
(51,67,71)
#273437
(39,52,55)
#1B2527
(27,37,39)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #87ACB7

#87ACB7
(135,172,183)
#91B3BD
(145,179,189)
#9BBAC3
(155,186,195)
#A5C1C9
(165,193,201)
#AFC8CF
(175,200,207)
#B9CFD5
(185,207,213)
#C3D6DB
(195,214,219)
#CDDDE1
(205,221,225)
#D7E4E7
(215,228,231)
#E1EBED
(225,235,237)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87ACB7; }

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

This text font color is #87ACB7.


Background Color

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

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

This div background color is #87ACB7.


Border color

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

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

This div border color is #87ACB7.


Opacity

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

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

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

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

This text has shadow with #87ACB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87ACB7 on black background.


Color preview on white background

This text has color #87ACB7 on white background.



Black color preview on #87ACB7 background

This text has black color on #87ACB7 background.


White color preview on #87ACB7 background

This text has white color on #87ACB7 background.