COLOR #87BBD0

HEX: #87BBD0 RGB: (135,187,208)

Color info

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

RGB color model

#87BBD0 color RGB value is (135,187,208).

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

RGB channels and saturation

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

135
187
208

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

Portions of RGB colors in percentages

R + G + B = 135 + 187 + 208 = 530 (100%)
R 135 of 530 ~ 25.47%
G 187 of 530 ~ 35.28%
B 208 of 530 ~ 39.25'%

%25.47
%35.28
%39.25

CMYK color model

#87BBD0 color CMYK value is (35,10,0,18).

  • cyan value is 35.10%
  • magenta value is 10.10%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (35,10,0,18) C35M10Y0K18 (35%,10%,0%,18%) (0.35/0.10/0.00/0.18) 

CMYK percentages

%35.1
%10.1
%0
%18.43

Codes

Color #87BBD0 in popluar color models

87 BB D0
RGB 135 187 208
HSL 197° 43.71% 67.25%
HSB/HSV 197° 35.10% 81.57%
CMYK 35.10% 10.10% 0.00%
18.43%

Color #87BBD0 in popluar number systems.

HEX 87 BB D0
Decimal 135 187 208
Binary 10000111 10111011 11010000
Octal 207 273 320

Shades and tints

Shades of #87BBD0

#87BBD0
(135,187,208)
#7BAABE
(123,170,190)
#6F99AC
(111,153,172)
#63889A
(99,136,154)
#577788
(87,119,136)
#4B6676
(75,102,118)
#3F5564
(63,85,100)
#334452
(51,68,82)
#273340
(39,51,64)
#1B222E
(27,34,46)
#0F111C
(15,17,28)
#000000
(0,0,0)

Tints of #87BBD0

#87BBD0
(135,187,208)
#91C1D4
(145,193,212)
#9BC7D8
(155,199,216)
#A5CDDC
(165,205,220)
#AFD3E0
(175,211,224)
#B9D9E4
(185,217,228)
#C3DFE8
(195,223,232)
#CDE5EC
(205,229,236)
#D7EBF0
(215,235,240)
#E1F1F4
(225,241,244)
#EBF7F8
(235,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BBD0; }

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

This text font color is #87BBD0.

Background Color

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

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

This div background color is #87BBD0.

Border color

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

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

This div border color is #87BBD0.

Opacity

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

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

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

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

This text has shadow with #87BBD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87BBD0.

Preview

Color preview on black background

This text has color #87BBD0 on black background.


Color preview on white background

This text has color #87BBD0 on white background.


Black color preview on #87BBD0 background

This text has black color on #87BBD0 background.


White color preview on #87BBD0 background

This text has white color on #87BBD0 background.


Related colors

Complementary color

Complementary color for #hex is #78442F.


I love getcolorcode.com

Triadic colors

1 #D087BB and #BBD087 with #87BBD0 are triadic colors.

2 #D0BB87 and #BB87D0 with #87BBD0 are triadic colors.