COLOR #87BDCD

HEX: #87BDCD
RGB: (135,189,205)

Color info

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

RGB color model

#87BDCD color RGB value is (135,189,205).

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

RGB channels and saturation

R 135 of 255 = 53%
G 189 of 255 = 74%
B 205 of 255 = 80%

135
189
205

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

Portions of RGB colors in percentages

R + G + B =
135 + 189 + 205 = 529 (100%)
R 135 of 529 ~ 25.52%
G 189 of 529 ~ 35.73%
B 205 of 529 ~ 38.75%

%25.52
%35.73
%38.75

CMYK color model

#87BDCD color CMYK value is (34,8,0,20).

  • cyan value is 34.15%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(34,8,0,20)
C34M8Y0K20 
(34%,8%,0%,20%)
(0.34/0.08/0.00/0.20)	

CMYK percentages

%34.15
%7.8
%0
%19.61

Codes

Color #87BDCD in popluar color models

87BDCD
RGB135189205
HSL194°41.18%66.67%
HSB/HSV194°34.15%80.39%
CMYK34.15%7.80%0.00%
19.61%

Color #87BDCD in popluar number systems.

HEX87BDCD
Decimal135189205
Binary100001111011110111001101
Octal207275315

Shades and tints

Shades of #87BDCD

#87BDCD
(135,189,205)
#7BACBB
(123,172,187)
#6F9BA9
(111,155,169)
#638A97
(99,138,151)
#577985
(87,121,133)
#4B6873
(75,104,115)
#3F5761
(63,87,97)
#33464F
(51,70,79)
#27353D
(39,53,61)
#1B242B
(27,36,43)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #87BDCD

#87BDCD
(135,189,205)
#91C3D1
(145,195,209)
#9BC9D5
(155,201,213)
#A5CFD9
(165,207,217)
#AFD5DD
(175,213,221)
#B9DBE1
(185,219,225)
#C3E1E5
(195,225,229)
#CDE7E9
(205,231,233)
#D7EDED
(215,237,237)
#E1F3F1
(225,243,241)
#EBF9F5
(235,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BDCD; }

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

This text font color is #87BDCD.


Background Color

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

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

This div background color is #87BDCD.


Border color

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

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

This div border color is #87BDCD.


Opacity

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

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

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

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

This text has shadow with #87BDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BDCD on black background.


Color preview on white background

This text has color #87BDCD on white background.



Black color preview on #87BDCD background

This text has black color on #87BDCD background.


White color preview on #87BDCD background

This text has white color on #87BDCD background.