COLOR #87B4A5

HEX: #87B4A5
RGB: (135,180,165)

Color info

#87B4A5 contains red, green and blue colors in about the same proportion. Web safe color of #87B4A5 is #99CC99 (or #9C9).

RGB color model

#87B4A5 color RGB value is (135,180,165).

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

RGB channels and saturation

R 135 of 255 = 53%
G 180 of 255 = 71%
B 165 of 255 = 65%

135
180
165

R + G + B ~ 63%. #87B4A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 180 + 165 = 480 (100%)
R 135 of 480 ~ 28.13%
G 180 of 480 ~ 37.5%
B 165 of 480 ~ 34.38%

%28.13
%37.5
%34.38

CMYK color model

#87B4A5 color CMYK value is (25,0,8,29).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 29.41%
CMYK:
(25,0,8,29)
C25M0Y8K29 
(25%,0%,8%,29%)
(0.25/0.00/0.08/0.29)	

CMYK percentages

%25
%0
%8.33
%29.41

Codes

Color #87B4A5 in popluar color models

87B4A5
RGB135180165
HSL160°23.08%61.76%
HSB/HSV160°25.00%70.59%
CMYK25.00%0.00%8.33%
29.41%

Color #87B4A5 in popluar number systems.

HEX87B4A5
Decimal135180165
Binary100001111011010010100101
Octal207264245

Shades and tints

Shades of #87B4A5

#87B4A5
(135,180,165)
#7BA496
(123,164,150)
#6F9487
(111,148,135)
#638478
(99,132,120)
#577469
(87,116,105)
#4B645A
(75,100,90)
#3F544B
(63,84,75)
#33443C
(51,68,60)
#27342D
(39,52,45)
#1B241E
(27,36,30)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #87B4A5

#87B4A5
(135,180,165)
#91BAAD
(145,186,173)
#9BC0B5
(155,192,181)
#A5C6BD
(165,198,189)
#AFCCC5
(175,204,197)
#B9D2CD
(185,210,205)
#C3D8D5
(195,216,213)
#CDDEDD
(205,222,221)
#D7E4E5
(215,228,229)
#E1EAED
(225,234,237)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B4A5; }

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

This text font color is #87B4A5.


Background Color

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

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

This div background color is #87B4A5.


Border color

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

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

This div border color is #87B4A5.


Opacity

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

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

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

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

This text has shadow with #87B4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B4A5 on black background.


Color preview on white background

This text has color #87B4A5 on white background.



Black color preview on #87B4A5 background

This text has black color on #87B4A5 background.


White color preview on #87B4A5 background

This text has white color on #87B4A5 background.