COLOR #87AEB5

HEX: #87AEB5
RGB: (135,174,181)

Color info

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

RGB color model

#87AEB5 color RGB value is (135,174,181).

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

RGB channels and saturation

R 135 of 255 = 53%
G 174 of 255 = 68%
B 181 of 255 = 71%

135
174
181

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

Portions of RGB colors in percentages

R + G + B =
135 + 174 + 181 = 490 (100%)
R 135 of 490 ~ 27.55%
G 174 of 490 ~ 35.51%
B 181 of 490 ~ 36.94%

%27.55
%35.51
%36.94

CMYK color model

#87AEB5 color CMYK value is (25,4,0,29).

  • cyan value is 25.41%
  • magenta value is 3.87%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(25,4,0,29)
C25M4Y0K29 
(25%,4%,0%,29%)
(0.25/0.04/0.00/0.29)	

CMYK percentages

%25.41
%3.87
%0
%29.02

Codes

Color #87AEB5 in popluar color models

87AEB5
RGB135174181
HSL189°23.71%61.96%
HSB/HSV189°25.41%70.98%
CMYK25.41%3.87%0.00%
29.02%

Color #87AEB5 in popluar number systems.

HEX87AEB5
Decimal135174181
Binary100001111010111010110101
Octal207256265

Shades and tints

Shades of #87AEB5

#87AEB5
(135,174,181)
#7B9FA5
(123,159,165)
#6F9095
(111,144,149)
#638185
(99,129,133)
#577275
(87,114,117)
#4B6365
(75,99,101)
#3F5455
(63,84,85)
#334545
(51,69,69)
#273635
(39,54,53)
#1B2725
(27,39,37)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #87AEB5

#87AEB5
(135,174,181)
#91B5BB
(145,181,187)
#9BBCC1
(155,188,193)
#A5C3C7
(165,195,199)
#AFCACD
(175,202,205)
#B9D1D3
(185,209,211)
#C3D8D9
(195,216,217)
#CDDFDF
(205,223,223)
#D7E6E5
(215,230,229)
#E1EDEB
(225,237,235)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AEB5; }

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

This text font color is #87AEB5.


Background Color

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

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

This div background color is #87AEB5.


Border color

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

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

This div border color is #87AEB5.


Opacity

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

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

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

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

This text has shadow with #87AEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AEB5 on black background.


Color preview on white background

This text has color #87AEB5 on white background.



Black color preview on #87AEB5 background

This text has black color on #87AEB5 background.


White color preview on #87AEB5 background

This text has white color on #87AEB5 background.