COLOR #87B3BE

HEX: #87B3BE
RGB: (135,179,190)

Color info

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

RGB color model

#87B3BE color RGB value is (135,179,190).

  • red value is 135;
  • green value is 179;
  • blue value is 190.
RGB:
(135,179,190)
(53%,70%,75%)

RGB channels and saturation

R 135 of 255 = 53%
G 179 of 255 = 70%
B 190 of 255 = 75%

135
179
190

R + G + B ~ 66%. #87B3BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 179 + 190 = 504 (100%)
R 135 of 504 ~ 26.79%
G 179 of 504 ~ 35.52%
B 190 of 504 ~ 37.7%

%26.79
%35.52
%37.7

CMYK color model

#87B3BE color CMYK value is (29,6,0,25).

  • cyan value is 28.95%
  • magenta value is 5.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(29,6,0,25)
C29M6Y0K25 
(29%,6%,0%,25%)
(0.29/0.06/0.00/0.25)	

CMYK percentages

%28.95
%5.79
%0
%25.49

Codes

Color #87B3BE in popluar color models

87B3BE
RGB135179190
HSL192°29.73%63.73%
HSB/HSV192°28.95%74.51%
CMYK28.95%5.79%0.00%
25.49%

Color #87B3BE in popluar number systems.

HEX87B3BE
Decimal135179190
Binary100001111011001110111110
Octal207263276

Shades and tints

Shades of #87B3BE

#87B3BE
(135,179,190)
#7BA3AD
(123,163,173)
#6F939C
(111,147,156)
#63838B
(99,131,139)
#57737A
(87,115,122)
#4B6369
(75,99,105)
#3F5358
(63,83,88)
#334347
(51,67,71)
#273336
(39,51,54)
#1B2325
(27,35,37)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #87B3BE

#87B3BE
(135,179,190)
#91B9C3
(145,185,195)
#9BBFC8
(155,191,200)
#A5C5CD
(165,197,205)
#AFCBD2
(175,203,210)
#B9D1D7
(185,209,215)
#C3D7DC
(195,215,220)
#CDDDE1
(205,221,225)
#D7E3E6
(215,227,230)
#E1E9EB
(225,233,235)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B3BE color. Also use rgb(135,179,190) instead hex code.

Text Font Color

.myTextColor { color: #87B3BE; }

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

This text font color is #87B3BE.


Background Color

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

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

This div background color is #87B3BE.


Border color

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

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

This div border color is #87B3BE.


Opacity

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

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

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

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

This text has shadow with #87B3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B3BE on black background.


Color preview on white background

This text has color #87B3BE on white background.



Black color preview on #87B3BE background

This text has black color on #87B3BE background.


White color preview on #87B3BE background

This text has white color on #87B3BE background.