COLOR #87BCFF

HEX: #87BCFF
RGB: (135,188,255)

Renk bilgisi

#87BCFF contains mainly blue color. #87BCFF ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#87BCFF color RGB value is (135,188,255).

  • kırmız ton 135;
  • yeşil ton 188;
  • mavi ton 255.
RGB:
(135,188,255)
(53%,74%,100%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 188 of 255 = 74%
B 255 of 255 = 100%

135
188
255

R + G + B ~ 76%. #87BCFF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 188 + 255 = 578 (100%)
R 135 of 578 ~ 23.36%
G 188 of 578 ~ 32.53%
B 255 of 578 ~ 44.12%

%23.36
%32.53
%44.12

CMYK RENK MODELİ

#87BCFF rengi CMYK tonu (47,26,0,0).

  • camgöbeği tonu 47.06%
  • eflatun tonu 26.27%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(47,26,0,0)
C47M26Y0K0 
(47%,26%,0%,0%)
(0.47/0.26/0.00/0.00)	

CMYK yüzdeleri

%47.06
%26.27
%0
%0

Codes

Color #87BCFF in popluar color models

87BCFF
RGB135188255
HSL214°100.00%76.47%
HSB/HSV214°47.06%100.00%
CMYK47.06%26.27%0.00%
0.00%

Color #87BCFF in popluar number systems.

HEX87BCFF
Decimal135188255
Binary100001111011110011111111
Octal207274377

Shades and tints

Shades of #87BCFF

#87BCFF
(135,188,255)
#7BABE8
(123,171,232)
#6F9AD1
(111,154,209)
#6389BA
(99,137,186)
#5778A3
(87,120,163)
#4B678C
(75,103,140)
#3F5675
(63,86,117)
#33455E
(51,69,94)
#273447
(39,52,71)
#1B2330
(27,35,48)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #87BCFF

#87BCFF
(135,188,255)
#91C2FF
(145,194,255)
#9BC8FF
(155,200,255)
#A5CEFF
(165,206,255)
#AFD4FF
(175,212,255)
#B9DAFF
(185,218,255)
#C3E0FF
(195,224,255)
#CDE6FF
(205,230,255)
#D7ECFF
(215,236,255)
#E1F2FF
(225,242,255)
#EBF8FF
(235,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BCFF; }

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

This text font color is #87BCFF.


Background Color

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

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

This div background color is #87BCFF.


Border color

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

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

This div border color is #87BCFF.


Opacity

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

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

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

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

This text has shadow with #87BCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BCFF on black background.


Color preview on white background

This text has color #87BCFF on white background.



Black color preview on #87BCFF background

This text has black color on #87BCFF background.


White color preview on #87BCFF background

This text has white color on #87BCFF background.