COLOR #87CCDD

HEX: #87CCDD
RGB: (135,204,221)

Color info

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

RGB color model

#87CCDD color RGB value is (135,204,221).

  • red value is 135;
  • green value is 204;
  • blue value is 221.
RGB:
(135,204,221)
(53%,80%,87%)

RGB channels and saturation

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

135
204
221

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

Portions of RGB colors in percentages

R + G + B =
135 + 204 + 221 = 560 (100%)
R 135 of 560 ~ 24.11%
G 204 of 560 ~ 36.43%
B 221 of 560 ~ 39.46%

%24.11
%36.43
%39.46

CMYK color model

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

  • cyan value is 38.91%
  • magenta value is 7.69%
  • 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
%7.69
%0
%13.33

Codes

Color #87CCDD in popluar color models

87CCDD
RGB135204221
HSL192°55.84%69.80%
HSB/HSV192°38.91%86.67%
CMYK38.91%7.69%0.00%
13.33%

Color #87CCDD in popluar number systems.

HEX87CCDD
Decimal135204221
Binary100001111100110011011101
Octal207314335

Shades and tints

Shades of #87CCDD

#87CCDD
(135,204,221)
#7BBAC9
(123,186,201)
#6FA8B5
(111,168,181)
#6396A1
(99,150,161)
#57848D
(87,132,141)
#4B7279
(75,114,121)
#3F6065
(63,96,101)
#334E51
(51,78,81)
#273C3D
(39,60,61)
#1B2A29
(27,42,41)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #87CCDD

#87CCDD
(135,204,221)
#91D0E0
(145,208,224)
#9BD4E3
(155,212,227)
#A5D8E6
(165,216,230)
#AFDCE9
(175,220,233)
#B9E0EC
(185,224,236)
#C3E4EF
(195,228,239)
#CDE8F2
(205,232,242)
#D7ECF5
(215,236,245)
#E1F0F8
(225,240,248)
#EBF4FB
(235,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CCDD; }

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

This text font color is #87CCDD.


Background Color

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

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

This div background color is #87CCDD.


Border color

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

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

This div border color is #87CCDD.


Opacity

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

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

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

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

This text has shadow with #87CCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CCDD on black background.


Color preview on white background

This text has color #87CCDD on white background.



Black color preview on #87CCDD background

This text has black color on #87CCDD background.


White color preview on #87CCDD background

This text has white color on #87CCDD background.