COLOR #87CEFF

HEX: #87CEFF
RGB: (135,206,255)

Color info

#87CEFF contains mainly green and blue colors. Web safe color of #87CEFF is #99CCFF (or #9CF).

RGB color model

#87CEFF color RGB value is (135,206,255).

  • red value is 135;
  • green value is 206;
  • blue value is 255.
RGB:
(135,206,255)
(53%,81%,100%)

RGB channels and saturation

R 135 of 255 = 53%
G 206 of 255 = 81%
B 255 of 255 = 100%

135
206
255

R + G + B ~ 78%. #87CEFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 206 + 255 = 596 (100%)
R 135 of 596 ~ 22.65%
G 206 of 596 ~ 34.56%
B 255 of 596 ~ 42.79%

%22.65
%34.56
%42.79

CMYK color model

#87CEFF color CMYK value is (47,19,0,0).

  • cyan value is 47.06%
  • magenta value is 19.22%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(47,19,0,0)
C47M19Y0K0 
(47%,19%,0%,0%)
(0.47/0.19/0.00/0.00)	

CMYK percentages

%47.06
%19.22
%0
%0

Codes

Color #87CEFF in popluar color models

87CEFF
RGB135206255
HSL205°100.00%76.47%
HSB/HSV205°47.06%100.00%
CMYK47.06%19.22%0.00%
0.00%

Color #87CEFF in popluar number systems.

HEX87CEFF
Decimal135206255
Binary100001111100111011111111
Octal207316377

Shades and tints

Shades of #87CEFF

#87CEFF
(135,206,255)
#7BBCE8
(123,188,232)
#6FAAD1
(111,170,209)
#6398BA
(99,152,186)
#5786A3
(87,134,163)
#4B748C
(75,116,140)
#3F6275
(63,98,117)
#33505E
(51,80,94)
#273E47
(39,62,71)
#1B2C30
(27,44,48)
#0F1A19
(15,26,25)
#000000
(0,0,0)

Tints of #87CEFF

#87CEFF
(135,206,255)
#91D2FF
(145,210,255)
#9BD6FF
(155,214,255)
#A5DAFF
(165,218,255)
#AFDEFF
(175,222,255)
#B9E2FF
(185,226,255)
#C3E6FF
(195,230,255)
#CDEAFF
(205,234,255)
#D7EEFF
(215,238,255)
#E1F2FF
(225,242,255)
#EBF6FF
(235,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CEFF color. Also use rgb(135,206,255) instead hex code.

Text Font Color

.myTextColor { color: #87CEFF; }

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

This text font color is #87CEFF.


Background Color

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

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

This div background color is #87CEFF.


Border color

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

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

This div border color is #87CEFF.


Opacity

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

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

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

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

This text has shadow with #87CEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CEFF on black background.


Color preview on white background

This text has color #87CEFF on white background.



Black color preview on #87CEFF background

This text has black color on #87CEFF background.


White color preview on #87CEFF background

This text has white color on #87CEFF background.