COLOR #87AEB7

HEX: #87AEB7
RGB: (135,174,183)

Color info

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

RGB color model

#87AEB7 color RGB value is (135,174,183).

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

RGB channels and saturation

R 135 of 255 = 53%
G 174 of 255 = 68%
B 183 of 255 = 72%

135
174
183

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

Portions of RGB colors in percentages

R + G + B =
135 + 174 + 183 = 492 (100%)
R 135 of 492 ~ 27.44%
G 174 of 492 ~ 35.37%
B 183 of 492 ~ 37.2%

%27.44
%35.37
%37.2

CMYK color model

#87AEB7 color CMYK value is (26,5,0,28).

  • cyan value is 26.23%
  • magenta value is 4.92%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(26,5,0,28)
C26M5Y0K28 
(26%,5%,0%,28%)
(0.26/0.05/0.00/0.28)	

CMYK percentages

%26.23
%4.92
%0
%28.24

Codes

Color #87AEB7 in popluar color models

87AEB7
RGB135174183
HSL191°25.00%62.35%
HSB/HSV191°26.23%71.76%
CMYK26.23%4.92%0.00%
28.24%

Color #87AEB7 in popluar number systems.

HEX87AEB7
Decimal135174183
Binary100001111010111010110111
Octal207256267

Shades and tints

Shades of #87AEB7

#87AEB7
(135,174,183)
#7B9FA7
(123,159,167)
#6F9097
(111,144,151)
#638187
(99,129,135)
#577277
(87,114,119)
#4B6367
(75,99,103)
#3F5457
(63,84,87)
#334547
(51,69,71)
#273637
(39,54,55)
#1B2727
(27,39,39)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #87AEB7

#87AEB7
(135,174,183)
#91B5BD
(145,181,189)
#9BBCC3
(155,188,195)
#A5C3C9
(165,195,201)
#AFCACF
(175,202,207)
#B9D1D5
(185,209,213)
#C3D8DB
(195,216,219)
#CDDFE1
(205,223,225)
#D7E6E7
(215,230,231)
#E1EDED
(225,237,237)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AEB7; }

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

This text font color is #87AEB7.


Background Color

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

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

This div background color is #87AEB7.


Border color

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

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

This div border color is #87AEB7.


Opacity

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

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

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

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

This text has shadow with #87AEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AEB7 on black background.


Color preview on white background

This text has color #87AEB7 on white background.



Black color preview on #87AEB7 background

This text has black color on #87AEB7 background.


White color preview on #87AEB7 background

This text has white color on #87AEB7 background.