COLOR #87BDC7

HEX: #87BDC7 RGB: (135,189,199)

Color info

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

RGB color model

#87BDC7 color RGB value is (135,189,199).

RGB: (135,189,199) (53%, 74%, 78%)

RGB channels and saturation

R 135 of 255 = 53%
G 189 of 255 = 74%
B 199 of 255 = 78%

135
189
199

R + G + B ~ 68%. #87BDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 189 + 199 = 523 (100%)
R 135 of 523 ~ 25.81%
G 189 of 523 ~ 36.14%
B 199 of 523 ~ 38.05'%

%25.81
%36.14
%38.05

CMYK color model

#87BDC7 color CMYK value is (32,5,0,22).

  • cyan value is 32.16%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (32,5,0,22)
C32M5Y0K22 (32%, 5%, 0%, 22%)
(0.32 / 0.05 / 0.00 / 0.22)

CMYK percentages

%32.16
%5.03
%0
%21.96

Codes

Color #87BDC7 in popluar color models

87 BD C7
RGB 135 189 199
HSL 189° 36.36% 65.49%
HSB/HSV 189° 32.16% 78.04%
CMYK 32.16% 5.03% 0.00%
21.96%

Color #87BDC7 in popluar number systems.

HEX 87 BD C7
Decimal 135 189 199
Binary 10000111 10111101 11000111
Octal 207 275 307

Shades and tints

Shades of #87BDC7

#87BDC7
(135,189,199)
#7BACB5
(123,172,181)
#6F9BA3
(111,155,163)
#638A91
(99,138,145)
#57797F
(87,121,127)
#4B686D
(75,104,109)
#3F575B
(63,87,91)
#334649
(51,70,73)
#273537
(39,53,55)
#1B2425
(27,36,37)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #87BDC7

#87BDC7
(135,189,199)
#91C3CC
(145,195,204)
#9BC9D1
(155,201,209)
#A5CFD6
(165,207,214)
#AFD5DB
(175,213,219)
#B9DBE0
(185,219,224)
#C3E1E5
(195,225,229)
#CDE7EA
(205,231,234)
#D7EDEF
(215,237,239)
#E1F3F4
(225,243,244)
#EBF9F9
(235,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BDC7; }

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

This text font color is #87BDC7.

Background Color

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

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

This div background color is #87BDC7.

Border color

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

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

This div border color is #87BDC7.

Opacity

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

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

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

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

This text has shadow with #87BDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87BDC7.

Preview

Color preview on black background

This text has color #87BDC7 on black background.


Color preview on white background

This text has color #87BDC7 on white background.


Black color preview on #87BDC7 background

This text has black color on #87BDC7 background.


White color preview on #87BDC7 background

This text has white color on #87BDC7 background.


Related colors

Complementary color

Complementary color for #hex is #784238.


I love getcolorcode.com

Triadic colors

1 #C787BD and #BDC787 with #87BDC7 are triadic colors.

2 #C7BD87 and #BD87C7 with #87BDC7 are triadic colors.