COLOR #87CCE1

HEX: #87CCE1
RGB: (135,204,225)

Color info

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

RGB color model

#87CCE1 color RGB value is (135,204,225).

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

RGB channels and saturation

R 135 of 255 = 53%
G 204 of 255 = 80%
B 225 of 255 = 88%

135
204
225

R + G + B ~ 74%. #87CCE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 204 + 225 = 564 (100%)
R 135 of 564 ~ 23.94%
G 204 of 564 ~ 36.17%
B 225 of 564 ~ 39.89%

%23.94
%36.17
%39.89

CMYK color model

#87CCE1 color CMYK value is (40,9,0,12).

  • cyan value is 40.00%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(40,9,0,12)
C40M9Y0K12 
(40%,9%,0%,12%)
(0.40/0.09/0.00/0.12)	

CMYK percentages

%40
%9.33
%0
%11.76

Codes

Color #87CCE1 in popluar color models

87CCE1
RGB135204225
HSL194°60.00%70.59%
HSB/HSV194°40.00%88.24%
CMYK40.00%9.33%0.00%
11.76%

Color #87CCE1 in popluar number systems.

HEX87CCE1
Decimal135204225
Binary100001111100110011100001
Octal207314341

Shades and tints

Shades of #87CCE1

#87CCE1
(135,204,225)
#7BBACD
(123,186,205)
#6FA8B9
(111,168,185)
#6396A5
(99,150,165)
#578491
(87,132,145)
#4B727D
(75,114,125)
#3F6069
(63,96,105)
#334E55
(51,78,85)
#273C41
(39,60,65)
#1B2A2D
(27,42,45)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #87CCE1

#87CCE1
(135,204,225)
#91D0E3
(145,208,227)
#9BD4E5
(155,212,229)
#A5D8E7
(165,216,231)
#AFDCE9
(175,220,233)
#B9E0EB
(185,224,235)
#C3E4ED
(195,228,237)
#CDE8EF
(205,232,239)
#D7ECF1
(215,236,241)
#E1F0F3
(225,240,243)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CCE1; }

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

This text font color is #87CCE1.


Background Color

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

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

This div background color is #87CCE1.


Border color

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

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

This div border color is #87CCE1.


Opacity

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

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

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

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

This text has shadow with #87CCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CCE1 on black background.


Color preview on white background

This text has color #87CCE1 on white background.



Black color preview on #87CCE1 background

This text has black color on #87CCE1 background.


White color preview on #87CCE1 background

This text has white color on #87CCE1 background.