COLOR #87B8BE

HEX: #87B8BE
RGB: (135,184,190)

Color info

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

RGB color model

#87B8BE color RGB value is (135,184,190).

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

RGB channels and saturation

R 135 of 255 = 53%
G 184 of 255 = 72%
B 190 of 255 = 75%

135
184
190

R + G + B ~ 67%. #87B8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 184 + 190 = 509 (100%)
R 135 of 509 ~ 26.52%
G 184 of 509 ~ 36.15%
B 190 of 509 ~ 37.33%

%26.52
%36.15
%37.33

CMYK color model

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

  • cyan value is 28.95%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(29,3,0,25)
C29M3Y0K25 
(29%,3%,0%,25%)
(0.29/0.03/0.00/0.25)	

CMYK percentages

%28.95
%3.16
%0
%25.49

Codes

Color #87B8BE in popluar color models

87B8BE
RGB135184190
HSL187°29.73%63.73%
HSB/HSV187°28.95%74.51%
CMYK28.95%3.16%0.00%
25.49%

Color #87B8BE in popluar number systems.

HEX87B8BE
Decimal135184190
Binary100001111011100010111110
Octal207270276

Shades and tints

Shades of #87B8BE

#87B8BE
(135,184,190)
#7BA8AD
(123,168,173)
#6F989C
(111,152,156)
#63888B
(99,136,139)
#57787A
(87,120,122)
#4B6869
(75,104,105)
#3F5858
(63,88,88)
#334847
(51,72,71)
#273836
(39,56,54)
#1B2825
(27,40,37)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #87B8BE

#87B8BE
(135,184,190)
#91BEC3
(145,190,195)
#9BC4C8
(155,196,200)
#A5CACD
(165,202,205)
#AFD0D2
(175,208,210)
#B9D6D7
(185,214,215)
#C3DCDC
(195,220,220)
#CDE2E1
(205,226,225)
#D7E8E6
(215,232,230)
#E1EEEB
(225,238,235)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B8BE; }

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

This text font color is #87B8BE.


Background Color

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

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

This div background color is #87B8BE.


Border color

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

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

This div border color is #87B8BE.


Opacity

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

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

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

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

This text has shadow with #87B8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B8BE on black background.


Color preview on white background

This text has color #87B8BE on white background.



Black color preview on #87B8BE background

This text has black color on #87B8BE background.


White color preview on #87B8BE background

This text has white color on #87B8BE background.