COLOR #87BCD6

HEX: #87BCD6
RGB: (135,188,214)

Renk bilgisi

#87BCD6 contains mainly green and blue colors. #87BCD6 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#87BCD6 color RGB value is (135,188,214).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 188 of 255 = 74%
B 214 of 255 = 84%

135
188
214

R + G + B ~ 70%. #87BCD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 188 + 214 = 537 (100%)
R 135 of 537 ~ 25.14%
G 188 of 537 ~ 35.01%
B 214 of 537 ~ 39.85%

%25.14
%35.01
%39.85

CMYK RENK MODELİ

#87BCD6 rengi CMYK tonu (37,12,0,16).

  • camgöbeği tonu 36.92%
  • eflatun tonu 12.15%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(37,12,0,16)
C37M12Y0K16 
(37%,12%,0%,16%)
(0.37/0.12/0.00/0.16)	

CMYK yüzdeleri

%36.92
%12.15
%0
%16.08

Codes

Color #87BCD6 in popluar color models

87BCD6
RGB135188214
HSL200°49.07%68.43%
HSB/HSV200°36.92%83.92%
CMYK36.92%12.15%0.00%
16.08%

Color #87BCD6 in popluar number systems.

HEX87BCD6
Decimal135188214
Binary100001111011110011010110
Octal207274326

Shades and tints

Shades of #87BCD6

#87BCD6
(135,188,214)
#7BABC3
(123,171,195)
#6F9AB0
(111,154,176)
#63899D
(99,137,157)
#57788A
(87,120,138)
#4B6777
(75,103,119)
#3F5664
(63,86,100)
#334551
(51,69,81)
#27343E
(39,52,62)
#1B232B
(27,35,43)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #87BCD6

#87BCD6
(135,188,214)
#91C2D9
(145,194,217)
#9BC8DC
(155,200,220)
#A5CEDF
(165,206,223)
#AFD4E2
(175,212,226)
#B9DAE5
(185,218,229)
#C3E0E8
(195,224,232)
#CDE6EB
(205,230,235)
#D7ECEE
(215,236,238)
#E1F2F1
(225,242,241)
#EBF8F4
(235,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BCD6; }

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

This text font color is #87BCD6.


Background Color

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

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

This div background color is #87BCD6.


Border color

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

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

This div border color is #87BCD6.


Opacity

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

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

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

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

This text has shadow with #87BCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BCD6 on black background.


Color preview on white background

This text has color #87BCD6 on white background.



Black color preview on #87BCD6 background

This text has black color on #87BCD6 background.


White color preview on #87BCD6 background

This text has white color on #87BCD6 background.