COLOR #87BBAE

HEX: #87BBAE
RGB: (135,187,174)

Color info

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

RGB color model

#87BBAE color RGB value is (135,187,174).

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

RGB channels and saturation

R 135 of 255 = 53%
G 187 of 255 = 73%
B 174 of 255 = 68%

135
187
174

R + G + B ~ 65%. #87BBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 187 + 174 = 496 (100%)
R 135 of 496 ~ 27.22%
G 187 of 496 ~ 37.7%
B 174 of 496 ~ 35.08%

%27.22
%37.7
%35.08

CMYK color model

#87BBAE color CMYK value is (28,0,7,27).

  • cyan value is 27.81%
  • magenta value is 0.00%
  • yellow value is 6.95%
  • key color value is 26.67%
CMYK:
(28,0,7,27)
C28M0Y7K27 
(28%,0%,7%,27%)
(0.28/0.00/0.07/0.27)	

CMYK percentages

%27.81
%0
%6.95
%26.67

Codes

Color #87BBAE in popluar color models

87BBAE
RGB135187174
HSL165°27.66%63.14%
HSB/HSV165°27.81%73.33%
CMYK27.81%0.00%6.95%
26.67%

Color #87BBAE in popluar number systems.

HEX87BBAE
Decimal135187174
Binary100001111011101110101110
Octal207273256

Shades and tints

Shades of #87BBAE

#87BBAE
(135,187,174)
#7BAA9F
(123,170,159)
#6F9990
(111,153,144)
#638881
(99,136,129)
#577772
(87,119,114)
#4B6663
(75,102,99)
#3F5554
(63,85,84)
#334445
(51,68,69)
#273336
(39,51,54)
#1B2227
(27,34,39)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #87BBAE

#87BBAE
(135,187,174)
#91C1B5
(145,193,181)
#9BC7BC
(155,199,188)
#A5CDC3
(165,205,195)
#AFD3CA
(175,211,202)
#B9D9D1
(185,217,209)
#C3DFD8
(195,223,216)
#CDE5DF
(205,229,223)
#D7EBE6
(215,235,230)
#E1F1ED
(225,241,237)
#EBF7F4
(235,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BBAE; }

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

This text font color is #87BBAE.


Background Color

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

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

This div background color is #87BBAE.


Border color

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

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

This div border color is #87BBAE.


Opacity

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

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

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

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

This text has shadow with #87BBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BBAE on black background.


Color preview on white background

This text has color #87BBAE on white background.



Black color preview on #87BBAE background

This text has black color on #87BBAE background.


White color preview on #87BBAE background

This text has white color on #87BBAE background.