COLOR #87CBDD

HEX: #87CBDD RGB: (135,203,221)

Color info

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

RGB color model

#87CBDD color RGB value is (135,203,221).

RGB: (135,203,221) (53%, 80%, 87%)

RGB channels and saturation

R 135 of 255 = 53%
G 203 of 255 = 80%
B 221 of 255 = 87%

135
203
221

R + G + B ~ 73%. #87CBDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 203 + 221 = 559 (100%)
R 135 of 559 ~ 24.15%
G 203 of 559 ~ 36.31%
B 221 of 559 ~ 39.53'%

%24.15
%36.31
%39.53

CMYK color model

#87CBDD color CMYK value is (39,8,0,13).

  • cyan value is 38.91%
  • magenta value is 8.14%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (39,8,0,13)
C39M8Y0K13 (39%, 8%, 0%, 13%)
(0.39 / 0.08 / 0.00 / 0.13)

CMYK percentages

%38.91
%8.14
%0
%13.33

Codes

Color #87CBDD in popluar color models

87 CB DD
RGB 135 203 221
HSL 193° 55.84% 69.80%
HSB/HSV 193° 38.91% 86.67%
CMYK 38.91% 8.14% 0.00%
13.33%

Color #87CBDD in popluar number systems.

HEX 87 CB DD
Decimal 135 203 221
Binary 10000111 11001011 11011101
Octal 207 313 335

Shades and tints

Shades of #87CBDD

#87CBDD
(135,203,221)
#7BB9C9
(123,185,201)
#6FA7B5
(111,167,181)
#6395A1
(99,149,161)
#57838D
(87,131,141)
#4B7179
(75,113,121)
#3F5F65
(63,95,101)
#334D51
(51,77,81)
#273B3D
(39,59,61)
#1B2929
(27,41,41)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #87CBDD

#87CBDD
(135,203,221)
#91CFE0
(145,207,224)
#9BD3E3
(155,211,227)
#A5D7E6
(165,215,230)
#AFDBE9
(175,219,233)
#B9DFEC
(185,223,236)
#C3E3EF
(195,227,239)
#CDE7F2
(205,231,242)
#D7EBF5
(215,235,245)
#E1EFF8
(225,239,248)
#EBF3FB
(235,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CBDD color. Also use rgb(135,203,221) instead hex code.

Text Font Color

.myTextColor { color: #87CBDD; }

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

This text font color is #87CBDD.

Background Color

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

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

This div background color is #87CBDD.

Border color

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

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

This div border color is #87CBDD.

Opacity

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

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

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

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

This text has shadow with #87CBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CBDD.

Preview

Color preview on black background

This text has color #87CBDD on black background.


Color preview on white background

This text has color #87CBDD on white background.


Black color preview on #87CBDD background

This text has black color on #87CBDD background.


White color preview on #87CBDD background

This text has white color on #87CBDD background.


Related colors

Complementary color

Complementary color for #hex is #783422.


I love getcolorcode.com

Triadic colors

1 #DD87CB and #CBDD87 with #87CBDD are triadic colors.

2 #DDCB87 and #CB87DD with #87CBDD are triadic colors.