COLOR #87BBD1

HEX: #87BBD1 RGB: (135,187,209)

Color info

#87BBD1 contains mainly green and blue colors. Web safe color of #87BBD1 is #99CCCC (or #9CC).

RGB color model

#87BBD1 color RGB value is (135,187,209).

RGB: (135,187,209) (53%, 73%, 82%)

RGB channels and saturation

R 135 of 255 = 53%
G 187 of 255 = 73%
B 209 of 255 = 82%

135
187
209

R + G + B ~ 69%. #87BBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 187 + 209 = 531 (100%)
R 135 of 531 ~ 25.42%
G 187 of 531 ~ 35.22%
B 209 of 531 ~ 39.36'%

%25.42
%35.22
%39.36

CMYK color model

#87BBD1 color CMYK value is (35,11,0,18).

  • cyan value is 35.41%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (35,11,0,18)
C35M11Y0K18 (35%, 11%, 0%, 18%)
(0.35 / 0.11 / 0.00 / 0.18)

CMYK percentages

%35.41
%10.53
%0
%18.04

Codes

Color #87BBD1 in popluar color models

87 BB D1
RGB 135 187 209
HSL 198° 44.58% 67.45%
HSB/HSV 198° 35.41% 81.96%
CMYK 35.41% 10.53% 0.00%
18.04%

Color #87BBD1 in popluar number systems.

HEX 87 BB D1
Decimal 135 187 209
Binary 10000111 10111011 11010001
Octal 207 273 321

Shades and tints

Shades of #87BBD1

#87BBD1
(135,187,209)
#7BAABE
(123,170,190)
#6F99AB
(111,153,171)
#638898
(99,136,152)
#577785
(87,119,133)
#4B6672
(75,102,114)
#3F555F
(63,85,95)
#33444C
(51,68,76)
#273339
(39,51,57)
#1B2226
(27,34,38)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #87BBD1

#87BBD1
(135,187,209)
#91C1D5
(145,193,213)
#9BC7D9
(155,199,217)
#A5CDDD
(165,205,221)
#AFD3E1
(175,211,225)
#B9D9E5
(185,217,229)
#C3DFE9
(195,223,233)
#CDE5ED
(205,229,237)
#D7EBF1
(215,235,241)
#E1F1F5
(225,241,245)
#EBF7F9
(235,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BBD1; }

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

This text font color is #87BBD1.

Background Color

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

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

This div background color is #87BBD1.

Border color

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

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

This div border color is #87BBD1.

Opacity

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

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

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

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

This text has shadow with #87BBD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87BBD1.

Preview

Color preview on black background

This text has color #87BBD1 on black background.


Color preview on white background

This text has color #87BBD1 on white background.


Black color preview on #87BBD1 background

This text has black color on #87BBD1 background.


White color preview on #87BBD1 background

This text has white color on #87BBD1 background.


Related colors

Complementary color

Complementary color for #hex is #78442E.


I love getcolorcode.com

Triadic colors

1 #D187BB and #BBD187 with #87BBD1 are triadic colors.

2 #D1BB87 and #BB87D1 with #87BBD1 are triadic colors.