COLOR #87AEB4

HEX: #87AEB4
RGB: (135,174,180)

Color info

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

RGB color model

#87AEB4 color RGB value is (135,174,180).

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

RGB channels and saturation

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

135
174
180

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

Portions of RGB colors in percentages

R + G + B =
135 + 174 + 180 = 489 (100%)
R 135 of 489 ~ 27.61%
G 174 of 489 ~ 35.58%
B 180 of 489 ~ 36.81%

%27.61
%35.58
%36.81

CMYK color model

#87AEB4 color CMYK value is (25,3,0,29).

  • cyan value is 25.00%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(25,3,0,29)
C25M3Y0K29 
(25%,3%,0%,29%)
(0.25/0.03/0.00/0.29)	

CMYK percentages

%25
%3.33
%0
%29.41

Codes

Color #87AEB4 in popluar color models

87AEB4
RGB135174180
HSL188°23.08%61.76%
HSB/HSV188°25.00%70.59%
CMYK25.00%3.33%0.00%
29.41%

Color #87AEB4 in popluar number systems.

HEX87AEB4
Decimal135174180
Binary100001111010111010110100
Octal207256264

Shades and tints

Shades of #87AEB4

#87AEB4
(135,174,180)
#7B9FA4
(123,159,164)
#6F9094
(111,144,148)
#638184
(99,129,132)
#577274
(87,114,116)
#4B6364
(75,99,100)
#3F5454
(63,84,84)
#334544
(51,69,68)
#273634
(39,54,52)
#1B2724
(27,39,36)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #87AEB4

#87AEB4
(135,174,180)
#91B5BA
(145,181,186)
#9BBCC0
(155,188,192)
#A5C3C6
(165,195,198)
#AFCACC
(175,202,204)
#B9D1D2
(185,209,210)
#C3D8D8
(195,216,216)
#CDDFDE
(205,223,222)
#D7E6E4
(215,230,228)
#E1EDEA
(225,237,234)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AEB4; }

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

This text font color is #87AEB4.


Background Color

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

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

This div background color is #87AEB4.


Border color

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

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

This div border color is #87AEB4.


Opacity

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

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

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

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

This text has shadow with #87AEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AEB4 on black background.


Color preview on white background

This text has color #87AEB4 on white background.



Black color preview on #87AEB4 background

This text has black color on #87AEB4 background.


White color preview on #87AEB4 background

This text has white color on #87AEB4 background.