COLOR #87C8F1

HEX: #87C8F1
RGB: (135,200,241)

Color info

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

RGB color model

#87C8F1 color RGB value is (135,200,241).

  • red value is 135;
  • green value is 200;
  • blue value is 241.
RGB:
(135,200,241)
(53%,78%,95%)

RGB channels and saturation

R 135 of 255 = 53%
G 200 of 255 = 78%
B 241 of 255 = 95%

135
200
241

R + G + B ~ 75%. #87C8F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 200 + 241 = 576 (100%)
R 135 of 576 ~ 23.44%
G 200 of 576 ~ 34.72%
B 241 of 576 ~ 41.84%

%23.44
%34.72
%41.84

CMYK color model

#87C8F1 color CMYK value is (44,17,0,5).

  • cyan value is 43.98%
  • magenta value is 17.01%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(44,17,0,5)
C44M17Y0K5 
(44%,17%,0%,5%)
(0.44/0.17/0.00/0.05)	

CMYK percentages

%43.98
%17.01
%0
%5.49

Codes

Color #87C8F1 in popluar color models

87C8F1
RGB135200241
HSL203°79.10%73.73%
HSB/HSV203°43.98%94.51%
CMYK43.98%17.01%0.00%
5.49%

Color #87C8F1 in popluar number systems.

HEX87C8F1
Decimal135200241
Binary100001111100100011110001
Octal207310361

Shades and tints

Shades of #87C8F1

#87C8F1
(135,200,241)
#7BB6DC
(123,182,220)
#6FA4C7
(111,164,199)
#6392B2
(99,146,178)
#57809D
(87,128,157)
#4B6E88
(75,110,136)
#3F5C73
(63,92,115)
#334A5E
(51,74,94)
#273849
(39,56,73)
#1B2634
(27,38,52)
#0F141F
(15,20,31)
#000000
(0,0,0)

Tints of #87C8F1

#87C8F1
(135,200,241)
#91CDF2
(145,205,242)
#9BD2F3
(155,210,243)
#A5D7F4
(165,215,244)
#AFDCF5
(175,220,245)
#B9E1F6
(185,225,246)
#C3E6F7
(195,230,247)
#CDEBF8
(205,235,248)
#D7F0F9
(215,240,249)
#E1F5FA
(225,245,250)
#EBFAFB
(235,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C8F1 color. Also use rgb(135,200,241) instead hex code.

Text Font Color

.myTextColor { color: #87C8F1; }

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

This text font color is #87C8F1.


Background Color

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

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

This div background color is #87C8F1.


Border color

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

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

This div border color is #87C8F1.


Opacity

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

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

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

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

This text has shadow with #87C8F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C8F1 on black background.


Color preview on white background

This text has color #87C8F1 on white background.



Black color preview on #87C8F1 background

This text has black color on #87C8F1 background.


White color preview on #87C8F1 background

This text has white color on #87C8F1 background.