COLOR #87BDB2

HEX: #87BDB2
RGB: (135,189,178)

Color info

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

RGB color model

#87BDB2 color RGB value is (135,189,178).

  • red value is 135;
  • green value is 189;
  • blue value is 178.
RGB:
(135,189,178)
(53%,74%,70%)

RGB channels and saturation

R 135 of 255 = 53%
G 189 of 255 = 74%
B 178 of 255 = 70%

135
189
178

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

Portions of RGB colors in percentages

R + G + B =
135 + 189 + 178 = 502 (100%)
R 135 of 502 ~ 26.89%
G 189 of 502 ~ 37.65%
B 178 of 502 ~ 35.46%

%26.89
%37.65
%35.46

CMYK color model

#87BDB2 color CMYK value is (29,0,6,26).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 5.82%
  • key color value is 25.88%
CMYK:
(29,0,6,26)
C29M0Y6K26 
(29%,0%,6%,26%)
(0.29/0.00/0.06/0.26)	

CMYK percentages

%28.57
%0
%5.82
%25.88

Codes

Color #87BDB2 in popluar color models

87BDB2
RGB135189178
HSL168°29.03%63.53%
HSB/HSV168°28.57%74.12%
CMYK28.57%0.00%5.82%
25.88%

Color #87BDB2 in popluar number systems.

HEX87BDB2
Decimal135189178
Binary100001111011110110110010
Octal207275262

Shades and tints

Shades of #87BDB2

#87BDB2
(135,189,178)
#7BACA2
(123,172,162)
#6F9B92
(111,155,146)
#638A82
(99,138,130)
#577972
(87,121,114)
#4B6862
(75,104,98)
#3F5752
(63,87,82)
#334642
(51,70,66)
#273532
(39,53,50)
#1B2422
(27,36,34)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #87BDB2

#87BDB2
(135,189,178)
#91C3B9
(145,195,185)
#9BC9C0
(155,201,192)
#A5CFC7
(165,207,199)
#AFD5CE
(175,213,206)
#B9DBD5
(185,219,213)
#C3E1DC
(195,225,220)
#CDE7E3
(205,231,227)
#D7EDEA
(215,237,234)
#E1F3F1
(225,243,241)
#EBF9F8
(235,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BDB2 color. Also use rgb(135,189,178) instead hex code.

Text Font Color

.myTextColor { color: #87BDB2; }

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

This text font color is #87BDB2.


Background Color

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

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

This div background color is #87BDB2.


Border color

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

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

This div border color is #87BDB2.


Opacity

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

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

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

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

This text has shadow with #87BDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BDB2 on black background.


Color preview on white background

This text has color #87BDB2 on white background.



Black color preview on #87BDB2 background

This text has black color on #87BDB2 background.


White color preview on #87BDB2 background

This text has white color on #87BDB2 background.